summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-07-22Release 0.310.31Marcel Holtmann2-1/+7
2009-07-22Add some extra logging outputMarcel Holtmann2-3/+9
2009-07-22If previously powered off then don't enable when leaving offline modeMarcel Holtmann1-0/+3
2009-07-22Move RTNL and udev init after probing of devicesMarcel Holtmann2-2/+3
2009-07-22Load global settings before probing devicesMarcel Holtmann1-2/+2
2009-07-22Remove deprecated and unused network storage callbacksMarcel Holtmann6-103/+0
2009-07-22Add support for global offline mode storageMarcel Holtmann1-0/+58
2009-07-22Use common storage helper for device information storageMarcel Holtmann1-55/+12
2009-07-22Add common helpers for keyfile storageMarcel Holtmann2-0/+69
2009-07-22Rename internal function to match other function namesMarcel Holtmann3-5/+5
2009-07-22Enforce current offline mode for new devicesMarcel Holtmann3-1/+16
2009-07-22Add infrastructure for global settings storageMarcel Holtmann4-0/+45
2009-07-22Add support for persistent storage of device power stateMarcel Holtmann3-50/+80
2009-07-21Fix a crash with unsolicited notificationsDenis Kenzior1-1/+1
When a line comes in from the modem, we check against prefixes in outstanding commands and unsolicited notifications. If the outstanding command has not yet been sent (cmd_bytes_written == 0), we still check it resulting in access violation.
2009-07-21Release 0.300.30Marcel Holtmann2-1/+10
2009-07-21Don't include hidden services in the service listMarcel Holtmann1-1/+1
2009-07-21Fix D-Bus message reference leak when adding interface failsMarcel Holtmann1-0/+2
2009-07-21Handle the async notification of scan requestsMarcel Holtmann1-1/+36
2009-07-21Use a proper udev function for getting network deviceMarcel Holtmann1-4/+2
2009-07-21Remove broken and unused callback for joining networksMarcel Holtmann1-21/+0
2009-07-21Don't remove the network structure during inactive stateMarcel Holtmann1-2/+0
2009-07-21Fix the problems with scan result from unknown triggersMarcel Holtmann2-39/+32
2009-07-21Print an error if disconnected from D-BusMarcel Holtmann1-1/+1
2009-07-20Remove test scripts for deprecated interfacesMarcel Holtmann7-224/+1
2009-07-20Remove support for network Connect and Disconnect methodsMarcel Holtmann1-62/+0
2009-07-20Remove support for CreateNetwork, RemoveNetwork and JoinNetworkMarcel Holtmann2-229/+0
2009-07-19Release 0.290.29Marcel Holtmann2-1/+6
2009-07-19Send signal when default technology changesMarcel Holtmann1-0/+29
2009-07-19Add support for default technology propertyMarcel Holtmann4-0/+31
2009-07-19Add special handling for empty stringsMarcel Holtmann1-0/+6
2009-07-19Add missing signal for offline mode changesMarcel Holtmann1-0/+27
2009-07-19Add option for offline mode to test scriptMarcel Holtmann1-0/+14
2009-07-19Don't emit connecting state change signalMarcel Holtmann1-0/+2
2009-07-19Ensure updates of connected technologies for EthernetMarcel Holtmann1-0/+12
2009-07-19Fix the swapped registered vs enabled technologies signalMarcel Holtmann1-19/+19
2009-07-19Add simple GetState method for really simple applicationsMarcel Holtmann2-0/+28
2009-07-19Fix handling of enabled notifications with async powered changesMarcel Holtmann1-14/+27
2009-07-19Add support for ConnectedTechnologies propertyMarcel Holtmann5-47/+209
2009-07-19Rename Technologies property to AvailableTechnologiesMarcel Holtmann4-9/+4
2009-07-19Track service types and not device types for technologies listingMarcel Holtmann5-120/+116
2009-07-19Ensure that all supplicant and Bluetooth D-Bus calls disable auto-startMarcel Holtmann2-0/+36
2009-07-18Release 0.280.28Marcel Holtmann2-1/+5
2009-07-18During the scan trigger set scanning to false to start freshMarcel Holtmann1-0/+2
2009-07-18Use common function for resetting the scan triggerMarcel Holtmann1-30/+20
2009-07-18Revert supplicant change to always set scanning false after resultsMarcel Holtmann1-2/+4
2009-07-18Remove the unneeded out-of-range error code settingMarcel Holtmann1-5/+0
2009-07-18Fix another reference counting imbalance when adding networksMarcel Holtmann1-42/+16
2009-07-18Release 0.270.27Marcel Holtmann2-1/+6
2009-07-18Fix limitation with simultaneous connects from different technologiesMarcel Holtmann1-2/+3
2009-07-18If supplicant is already disconnecting return EALREADY error codeMarcel Holtmann1-1/+1