Ignore Bluetooth adapters that are currently down
[framework/connectivity/connman.git] / src /
2009-08-07 Marcel HoltmannAdd support for AutoConnect property of services
2009-08-06 Marcel HoltmannFix missing service type ordering
2009-08-06 Marcel HoltmannAdd support for grouping Bluetooth networks into a...
2009-08-06 Marcel HoltmannAdd network to service type conversion for Bluetooth
2009-08-05 Marcel HoltmannAdd skeleton for task handling framework
2009-08-04 Marcel HoltmannAdd skeleton for provider framework implementation
2009-08-04 Marcel HoltmannAdd support for creating, modifying and removing profiles
2009-08-03 Martin XuFix broken check for security modes
2009-07-29 Marcel HoltmannFix error handling in case when passphrase is required
2009-07-29 Marcel HoltmannAdd support for PassphraseRequired property
2009-07-29 Marcel HoltmannAdd missing check for WiFi security modes
2009-07-25 Marcel HoltmannFix missing update of signal strength from scan results
2009-07-24 Marcel HoltmannFix wrong variable reference when sending technology...
2009-07-24 Marcel HoltmannFix wrong D-Bus error names
2009-07-23 Marcel HoltmannAdd timeout for technology enable and disable operation
2009-07-23 Marcel HoltmannAdd error code translation for timeout error
2009-07-23 Marcel HoltmannAdd support for blocking enable and disable technology...
2009-07-23 Marcel HoltmannAdd error codes for already enabled and disabled techno...
2009-07-23 Marcel HoltmannAdd function to check if technology is enabled
2009-07-23 Marcel HoltmannFix notification to use service types instead of device...
2009-07-23 Marcel HoltmannFix availability listing for devices without attached...
2009-07-23 Marcel HoltmannFix signals for connected and default technologies
2009-07-23 Marcel HoltmannFix missing auto-connect trigger on Ethernet device...
2009-07-23 Marcel HoltmannFix connect method to handle non-WiFi services
2009-07-23 Marcel HoltmannFix wrong usage of device types instead of service...
2009-07-23 Marcel HoltmannFix device power state changes tracking with RFKILL...
2009-07-23 Marcel HoltmannFix rearming the scan trigger if a device got disabled
2009-07-23 Marcel HoltmannFix setup of udev context before loading any plugins
2009-07-22 Marcel HoltmannDon't remove state and storage directories on shutdown
2009-07-22 Marcel HoltmannFix the state value of Network Manager compatibility...
2009-07-22 Marcel HoltmannHandle the RFKILL change events from udev
2009-07-22 Marcel HoltmannStore the current blocked state internally
2009-07-22 Marcel HoltmannAdd support for RFKILL changes of the WiFi subsystem
2009-07-22 Marcel HoltmannFix WiMAX device detection handling
2009-07-22 Marcel HoltmannFix broken device unregistration on removal
2009-07-22 Marcel HoltmannAdd some extra logging output
2009-07-22 Marcel HoltmannIf previously powered off then don't enable when leavin...
2009-07-22 Marcel HoltmannMove RTNL and udev init after probing of devices
2009-07-22 Marcel HoltmannLoad global settings before probing devices
2009-07-22 Marcel HoltmannRemove deprecated and unused network storage callbacks
2009-07-22 Marcel HoltmannAdd support for global offline mode storage
2009-07-22 Marcel HoltmannUse common storage helper for device information storage
2009-07-22 Marcel HoltmannAdd common helpers for keyfile storage
2009-07-22 Marcel HoltmannRename internal function to match other function names
2009-07-22 Marcel HoltmannEnforce current offline mode for new devices
2009-07-22 Marcel HoltmannAdd infrastructure for global settings storage
2009-07-22 Marcel HoltmannAdd support for persistent storage of device power...
2009-07-21 Marcel HoltmannDon't include hidden services in the service list
2009-07-21 Marcel HoltmannUse a proper udev function for getting network device
2009-07-21 Marcel HoltmannFix the problems with scan result from unknown triggers
2009-07-21 Marcel HoltmannPrint an error if disconnected from D-Bus
2009-07-20 Marcel HoltmannRemove support for network Connect and Disconnect methods
2009-07-20 Marcel HoltmannRemove support for CreateNetwork, RemoveNetwork and...
2009-07-19 Marcel HoltmannSend signal when default technology changes
2009-07-19 Marcel HoltmannAdd support for default technology property
2009-07-19 Marcel HoltmannAdd missing signal for offline mode changes
2009-07-19 Marcel HoltmannDon't emit connecting state change signal
2009-07-19 Marcel HoltmannEnsure updates of connected technologies for Ethernet
2009-07-19 Marcel HoltmannFix the swapped registered vs enabled technologies...
2009-07-19 Marcel HoltmannAdd simple GetState method for really simple applications
2009-07-19 Marcel HoltmannFix handling of enabled notifications with async powere...
2009-07-19 Marcel HoltmannAdd support for ConnectedTechnologies property
2009-07-19 Marcel HoltmannRename Technologies property to AvailableTechnologies
2009-07-19 Marcel HoltmannTrack service types and not device types for technologi...
2009-07-18 Marcel HoltmannDuring the scan trigger set scanning to false to start...
2009-07-18 Marcel HoltmannUse common function for resetting the scan trigger
2009-07-18 Marcel HoltmannRemove the unneeded out-of-range error code setting
2009-07-18 Marcel HoltmannFix another reference counting imbalance when adding...
2009-07-18 Marcel HoltmannFix limitation with simultaneous connects from differen...
2009-07-18 Marcel HoltmannFix missing disarming of the connection timeout
2009-07-17 Marcel HoltmannMake sure to always trigger disconnect on users request
2009-07-17 Marcel HoltmannEnsure only one service connection attempt at a time
2009-07-17 Marcel HoltmannRemove delay when removing services since it causes...
2009-07-17 Marcel HoltmannHandle error for operation aborted case
2009-07-17 Marcel HoltmannRemove timeout when service connect is stopped via...
2009-07-17 Marcel HoltmannDon't remove network from service during remove grace...
2009-07-17 Marcel HoltmannEnsure to disconnect from devices and networks
2009-07-17 Marcel HoltmannAdd full support for enable/disable technology methods
2009-07-17 Marcel HoltmannOne second timeout for service list update delays is...
2009-07-17 Marcel HoltmannFix reference counting with multiple networks with...
2009-07-17 Marcel HoltmannFix function names in comments
2009-07-17 Marcel HoltmannAdd missing service state change signal sending
2009-07-17 Marcel HoltmannDon't store empty passphrases
2009-07-17 Marcel HoltmannProtect hidden and active networks during scanning
2009-07-17 Marcel HoltmannFix cleanup handling if hidden network connect attempt...
2009-07-17 Marcel HoltmannIf the signal strength is zero don't declare this as...
2009-07-17 Marcel HoltmannAdd function for cleaning out stale networks
2009-07-17 Marcel HoltmannRegister hidden networks with the system and connect...
2009-07-17 Marcel HoltmannFix the reference counting for revived services
2009-07-17 Marcel HoltmannKeep Ethernet services around only for one second
2009-07-17 Marcel HoltmannFix the issue with service re-ordering
2009-07-17 Marcel HoltmannFree reference count on network when it goes away
2009-07-17 Marcel HoltmannFix handling of out-of-range access points
2009-07-17 Marcel HoltmannUse proper function to set association state
2009-07-17 Marcel HoltmannWhen network gets remove ensure to disconnect the service
2009-07-17 Marcel HoltmannWhen scanning finished check for the auto-connect trigger
2009-07-17 Marcel HoltmannFix issues with current auto-connect logic
2009-07-17 Marcel HoltmannFix regression from the passphrase update change
2009-07-17 Marcel HoltmannIf the WiFi signal strength is below 20 then don't...
2009-07-17 Marcel HoltmannFix small coding style issue
next