summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-07-24Add timeout for technology enable and disable operationMarcel Holtmann1-0/+25
2009-07-24Add error code translation for timeout errorMarcel Holtmann1-0/+2
2009-07-24Add support for blocking enable and disable technology changesMarcel Holtmann1-21/+77
2009-07-24Add error codes for already enabled and disabled technologiesMarcel Holtmann2-0/+16
2009-07-24Add function to check if technology is enabledMarcel Holtmann2-0/+23
2009-07-24Fix notification to use service types instead of device typesMarcel Holtmann1-3/+3
2009-07-23Fix availability listing for devices without attached driversMarcel Holtmann1-10/+9
2009-07-23Fix signals for connected and default technologiesMarcel Holtmann3-58/+17
2009-07-23Fix missing auto-connect trigger on Ethernet device removalMarcel Holtmann1-0/+6
2009-07-23Fix connect method to handle non-WiFi servicesMarcel Holtmann1-7/+31
2009-07-23Fix wrong usage of device types instead of service typesMarcel Holtmann4-73/+55
2009-07-23Fix device power state changes tracking with RFKILL notificationsMarcel Holtmann1-5/+13
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