summaryrefslogtreecommitdiff
path: root/src/element.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-05All WiFi properties are now part of network interfaceMarcel Holtmann1-34/+0
2009-01-05All policy is now part of devices and networksMarcel Holtmann1-29/+0
2009-01-05All elements are fully statelessMarcel Holtmann1-1/+0
2009-01-05Add support for IPv4 details in connection interfaceMarcel Holtmann1-0/+11
2009-01-05Remove element subtype detailsMarcel Holtmann1-34/+2
2009-01-05Move IPv4 handling into daemon coreMarcel Holtmann1-0/+2
2009-01-05Remove enable and disable element callbacksMarcel Holtmann1-38/+0
2009-01-05Remove connection interface from element systemMarcel Holtmann1-250/+9
2009-01-05Reorder device, network and connection setupMarcel Holtmann1-4/+4
2009-01-05Add skeleton for core connection driverMarcel Holtmann1-0/+2
2009-01-05Remove element specific storage functionsMarcel Holtmann1-4/+0
2009-01-05Only return networks that are registeredMarcel Holtmann1-0/+4
2009-01-05Remove scanning support from elementsMarcel Holtmann1-46/+0
2009-01-05Remove special handling for devices and networksMarcel Holtmann1-14/+0
2009-01-05Remove network interface support from elementsMarcel Holtmann1-145/+2
2009-01-04All vendor specific types start at 10000Marcel Holtmann1-0/+2
2009-01-04Add support for element based debuggingMarcel Holtmann1-0/+27
2009-01-04Don't list devices without driversMarcel Holtmann1-0/+4
2009-01-02Add generic element iteration functionMarcel Holtmann1-0/+47
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-01-01Remove deprecated network subtypeMarcel Holtmann1-8/+1
2008-12-31Add element type for PPPMarcel Holtmann1-0/+2
2008-12-31Add Interface property for connectionsMarcel Holtmann1-0/+4
2008-12-31Fix network types for Bluetooth and Cellular devicesMarcel Holtmann1-2/+2
2008-12-28Don't add policy to network objectsMarcel Holtmann1-6/+0
2008-12-27Add generic device detection supportMarcel Holtmann1-0/+4
2008-12-27Add stage for stopping element registrationMarcel Holtmann1-0/+5
2008-12-26Unlink node before calling remove callbackMarcel Holtmann1-3/+4