summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-12-12Fix retrieving network listMarcel Holtmann1-1/+1
2008-12-12Send signals for Powered and Connected changesMarcel Holtmann1-2/+55
2008-12-12Send signal when network got removedMarcel Holtmann1-1/+4
2008-12-12Add missing signal for network changesMarcel Holtmann1-11/+36
2008-12-12Call disable callback before remove callbackMarcel Holtmann1-0/+4
2008-12-12Remove usage of reader/write lockMarcel Holtmann4-88/+0
2008-12-11Remove deprecated interface implementationMarcel Holtmann1-1522/+0
2008-12-11Remove deprecated interface helpersMarcel Holtmann1-136/+0
2008-12-11Add functions for IPv4 method conversionMarcel Holtmann2-0/+32
2008-12-11Add definitions for IPv4 methodsMarcel Holtmann1-0/+1
2008-12-11Remove deprecated INET helper functionsMarcel Holtmann1-299/+0
2008-12-11Add devname attribute for device filteringMarcel Holtmann1-2/+7
2008-12-11Add Available and Remember properties for networksMarcel Holtmann2-6/+24
2008-12-09Add first draft of implemention for CreateNetworkMarcel Holtmann1-3/+66
2008-12-09Add skeleton for manual network creation APIMarcel Holtmann1-5/+19
2008-12-09Don't enumerate network pseudo devicesMarcel Holtmann1-0/+4
2008-12-09Fix handling of properties with byte valuesMarcel Holtmann1-16/+12
2008-12-08Remove send_interface statementsMarcel Holtmann1-3/+0
2008-12-06Include stdarg.h to workaround libudev bugMarcel Holtmann1-0/+2
2008-12-05Show Networks property only for wireless devicesMarcel Holtmann1-0/+4
2008-12-05Disable generic device driver for nowMarcel Holtmann1-3/+6
2008-12-05Support selected listing and counting of elementsMarcel Holtmann3-18/+41
2008-12-05Add generic failure replyMarcel Holtmann3-6/+15
2008-12-05Don't store the enable status of an elementMarcel Holtmann1-2/+2
2008-12-05Load policy configuration from storageMarcel Holtmann3-3/+24
2008-12-05Store the policy settingMarcel Holtmann3-3/+9
2008-12-05Don't store fake or network device elementsMarcel Holtmann1-0/+4
2008-12-05Do policy based enabling/disabling of devicesMarcel Holtmann1-0/+34
2008-12-05Add deny policy to D-Bus access configurationMarcel Holtmann1-0/+4
2008-12-05Fix cleanup and unregistration proceduresMarcel Holtmann2-25/+9
2008-12-05Send signal for changed device and connection listsMarcel Holtmann1-2/+2
2008-12-04Add proper IPv4 attributesMarcel Holtmann1-6/+14
2008-12-04Disable element signals for nowMarcel Holtmann2-0/+18
2008-12-04Disable element D-Bus API for nowMarcel Holtmann1-46/+52
2008-12-03Add method for starting scan via the device interfaceMarcel Holtmann1-0/+1
2008-12-03Add network methods for connect and disconnectMarcel Holtmann1-0/+2
2008-12-03Allow setting of Powered propertyMarcel Holtmann1-70/+108
2008-12-03Add support for static byte and integer propertiesMarcel Holtmann1-9/+26
2008-12-03Add byte and signed integer typesMarcel Holtmann1-0/+9
2008-12-02Make property setting a little bit more genericMarcel Holtmann1-24/+71
2008-12-02Remove usage of GStaticMutex since it causes compiler problemsMarcel Holtmann3-63/+69
2008-11-26Add type constant for service elementsMarcel Holtmann1-0/+2
2008-11-24Add skeleton for udev supportMarcel Holtmann2-5/+38
2008-11-24Add policy setting and export itMarcel Holtmann1-0/+30
2008-11-24Limit Device interface to real devices onlyMarcel Holtmann1-2/+4
2008-11-24Remove thread pool for element registrationMarcel Holtmann1-130/+107
2008-11-24Make threading support optionalMarcel Holtmann2-2/+6
2008-11-23Fix broken global state change signalsMarcel Holtmann1-1/+1
2008-11-23Remove old storage functionsMarcel Holtmann1-304/+0
2008-11-23Add basic signals for changes of manager propertiesMarcel Holtmann1-2/+129