summaryrefslogtreecommitdiff
path: root/src/element.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-04Add support for creating, modifying and removing profilesMarcel Holtmann1-3/+1
2009-07-23Fix wrong usage of device types instead of service typesMarcel Holtmann1-50/+32
2009-07-23Fix setup of udev context before loading any pluginsMarcel Holtmann1-2/+2
2009-07-22Move RTNL and udev init after probing of devicesMarcel Holtmann1-0/+3
2009-07-22Load global settings before probing devicesMarcel Holtmann1-2/+2
2009-07-22Remove deprecated and unused network storage callbacksMarcel Holtmann1-2/+0
2009-07-22Add infrastructure for global settings storageMarcel Holtmann1-0/+4
2009-07-22Add support for persistent storage of device power stateMarcel Holtmann1-2/+2
2009-07-19Don't emit connecting state change signalMarcel Holtmann1-0/+2
2009-07-17Add full support for enable/disable technology methodsMarcel Holtmann1-0/+98
2009-07-16Add global method call to request scanningMarcel Holtmann1-0/+49
2009-07-16Add function to find first device of a given typeMarcel Holtmann1-0/+34
2009-07-16Fix one last breakage of strict-aliasing rulesMarcel Holtmann1-1/+1
2009-07-15Add error codes for failing connection attemptsMarcel Holtmann1-0/+2
2009-07-03Add device type for Ericsson MBM hardwareMarcel Holtmann1-0/+1
2009-07-03Use RTNL device detection only if udev is not availableMarcel Holtmann1-2/+0
2009-06-30Add support for DHCP errors from servicesMarcel Holtmann1-1/+1
2009-06-30Forward error reporting from elements to servicesMarcel Holtmann1-2/+14
2009-06-29Add suppport for setting IPv4 configuration methodMarcel Holtmann1-28/+0
2009-06-29First step towards a generic IP configuration infrastructureMarcel Holtmann1-16/+16
2009-06-26Add support for setting Broadcast and Nameserver valuesMarcel Holtmann1-0/+24
2009-06-26Add support for exporting Broadcast and Nameserver propertiesMarcel Holtmann1-0/+13
2009-05-29Add support for reading RFKILL eventsMarcel Holtmann1-0/+2
2009-05-18Add debug information for missing parent elementMarcel Holtmann1-0/+6
2009-05-16Include device details within the profile storageMarcel Holtmann1-1/+1
2009-05-16Add special StateChanged signalMarcel Holtmann1-0/+10
2009-05-14Some GCC are just too stupidMarcel Holtmann1-2/+2
2009-05-13Add support for async service connect and timeout handlingMarcel Holtmann1-0/+6
2009-05-12Fix service lookup for WiFi and WiMAX devicesMarcel Holtmann1-2/+20
2009-05-01Fix wrong device path in connection propertiesMarcel Holtmann1-1/+1
2009-04-21Add support for service ready and disconnect state changesMarcel Holtmann1-0/+32
2009-04-21Add function to retrieve device from an elementMarcel Holtmann1-3/+14
2009-04-21Rename helper function to get device/network pathMarcel Holtmann1-4/+4
2009-04-07Add service initialization and lifetime tracking supportMarcel Holtmann1-0/+2
2009-03-24Add definitions for element states and errorsMarcel Holtmann1-0/+24
2009-03-23Fix crash with property blobsMarcel Holtmann1-1/+1
2009-03-11Add fully dynamic property storage capabilitiesMarcel Holtmann1-9/+111
2009-03-11Add basic support for notifier infrastructureMarcel Holtmann1-0/+2
2009-01-23Move connection signal handling away from elements coreMarcel Holtmann1-42/+2
2009-01-21Add extra options to exclude devices and pluginsMarcel Holtmann1-1/+2
2009-01-21Introduce global "connecting" stateMarcel Holtmann1-1/+22
2009-01-21More simplification of property functionsMarcel Holtmann1-75/+24
2009-01-21Add support for static IPv4 settingsMarcel Holtmann1-0/+101
2009-01-20Remove old property systemMarcel Holtmann1-374/+52
2009-01-10Add Device and Network property to connection interfaceMarcel Holtmann1-0/+24
2009-01-07Add support for storage setup callbacksMarcel Holtmann1-0/+2
2009-01-06Remove deprecated element strength handlingMarcel Holtmann1-22/+0
2009-01-06Allow retrieving static properties with byte valuesMarcel Holtmann1-0/+4
2009-01-05Add support for connection type propertyMarcel Holtmann1-0/+4
2009-01-05Remove the unused devpath variableMarcel Holtmann1-1/+0