summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Fix rearming the scan trigger if a device got disabledMarcel Holtmann1-1/+10
2009-07-23Fix setup of udev context before loading any pluginsMarcel Holtmann6-21/+38
2009-07-22Don't remove state and storage directories on shutdownMarcel Holtmann1-4/+0
2009-07-22Fix the state value of Network Manager compatibility supportMarcel Holtmann1-1/+4
2009-07-22Handle the RFKILL change events from udevMarcel Holtmann1-27/+87
2009-07-22Store the current blocked state internallyMarcel Holtmann1-0/+6
2009-07-22Add support for RFKILL changes of the WiFi subsystemMarcel Holtmann5-2/+102
2009-07-22Fix WiMAX device detection handlingMarcel Holtmann3-7/+47
2009-07-22Fix broken device unregistration on removalMarcel Holtmann1-17/+17
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 Holtmann5-98/+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 Holtmann3-0/+43
2009-07-22Add support for persistent storage of device power stateMarcel Holtmann3-50/+80
2009-07-21Don't include hidden services in the service listMarcel Holtmann1-1/+1
2009-07-21Use a proper udev function for getting network deviceMarcel Holtmann1-4/+2
2009-07-21Fix the problems with scan result from unknown triggersMarcel Holtmann1-2/+0
2009-07-21Print an error if disconnected from D-BusMarcel Holtmann1-1/+1
2009-07-20Remove support for network Connect and Disconnect methodsMarcel Holtmann1-62/+0
2009-07-20Remove support for CreateNetwork, RemoveNetwork and JoinNetworkMarcel Holtmann1-205/+0
2009-07-19Send signal when default technology changesMarcel Holtmann1-0/+29
2009-07-19Add support for default technology propertyMarcel Holtmann3-0/+26
2009-07-19Add missing signal for offline mode changesMarcel Holtmann1-0/+27
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 Holtmann1-0/+21
2009-07-19Fix handling of enabled notifications with async powered changesMarcel Holtmann1-14/+27
2009-07-19Add support for ConnectedTechnologies propertyMarcel Holtmann4-47/+204
2009-07-19Rename Technologies property to AvailableTechnologiesMarcel Holtmann2-2/+2
2009-07-19Track service types and not device types for technologies listingMarcel Holtmann5-120/+116
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-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-18Fix limitation with simultaneous connects from different technologiesMarcel Holtmann1-2/+3
2009-07-18Fix missing disarming of the connection timeoutMarcel Holtmann1-7/+4
2009-07-17Make sure to always trigger disconnect on users requestMarcel Holtmann1-4/+1
2009-07-17Ensure only one service connection attempt at a timeMarcel Holtmann1-0/+12
2009-07-17Remove delay when removing services since it causes troubleMarcel Holtmann1-61/+29
2009-07-17Handle error for operation aborted caseMarcel Holtmann1-0/+2
2009-07-17Remove timeout when service connect is stopped via disconnectMarcel Holtmann1-0/+5
2009-07-17Don't remove network from service during remove grace periodMarcel Holtmann1-5/+0