device: add connman_device_get_ident()
[framework/connectivity/connman.git] / src / device.c
2010-09-09 Pekka Pessidevice: add connman_device_get_ident()
2010-09-09 Marcel HoltmannRemove the no longer needed security framework
2010-09-08 Samuel OrtizSet the devices offline mode to FALSE when setting...
2010-08-28 Pekka Pessidevice: remove stale pointer from network
2010-08-28 Martin XuIngnore the offline operation of the blocked device
2010-08-16 Samuel OrtizSave profile when enabling device while in offline...
2010-08-13 Samuel OrtizDisable technology when removing device
2010-08-12 Samuel OrtizDevice is not offline when enabled succeeds or is in...
2010-08-09 Samuel OrtizAdd BLOCKED technology state
2010-08-09 Samuel OrtizExport devices blocked status
2010-08-06 Samuel OrtizDisable offline devices upon device_set_connected(TRUE...
2010-08-06 Yingan DengIf device is powered, set powered_pending from device_s...
2010-08-03 Samuel OrtizDo not try to enable a device if it's rfkill blocked
2010-08-03 Samuel OrtizToggle the powered_pending device flag only if driver...
2010-08-03 Samuel OrtizUse __connman_device_[enable|disable] from set_powered
2010-08-03 Ying An DengToggle offline mode only if device enablement succeeds
2010-07-29 Samuel OrtizDisable offline mode when enabling a technology from...
2010-04-16 Samuel OrtizRemove supplicant and device scanning state cleaning
2010-04-08 Samuel OrtizReset connman_network device pointer when it is no...
2010-03-24 Samuel OrtizEnable/Disable device when toggling the powered state
2010-03-23 Martin XuSet network->device as NULL when the device is removed
2010-03-07 Marcel HoltmannRemove unneeded plugin for Ericsson MBM support
2010-03-07 Marcel HoltmannRemove unneeded plugin for Option HSO support
2010-01-26 Marcel HoltmannHandle enabled/disabled cases for technology interface
2010-01-25 Marcel HoltmannAdd support for technology interface
2010-01-18 Martin XuCheck RFKILL block state before enable the device
2010-01-02 Marcel HoltmannUpdate copyright information
2009-12-19 Marcel HoltmannRename D-Bus helper function for variable arrays
2009-12-19 Marcel HoltmannMake use of property changed helper for arrays
2009-12-19 Marcel HoltmannUse D-Bus property helpers for network list details
2009-12-19 Marcel HoltmannAdd user data argument to D-Bus array property helpers
2009-12-19 Marcel HoltmannRename D-Bus helper for basic dictionary types
2009-12-19 Marcel HoltmannAdd user data to D-Bus helper function callbacks
2009-12-19 Marcel HoltmannUse helper for basic property changed signals
2009-12-19 Marcel HoltmannUse new D-Bus helpers wherever possible
2009-12-19 Marcel HoltmannAdd helper function to retrieve list of devices
2009-12-14 Marcel HoltmannAdd generic suffix handling to storage helpers
2009-12-07 Marcel HoltmannRemove unused secondary feature of devices and networks
2009-12-06 Marcel HoltmannRemove unused device types
2009-12-06 Marcel HoltmannRemove unused device specific connect/disconnect callbacks
2009-11-30 Sam LefflerAdd workaround for DHCP startup failures with WiFi...
2009-11-29 Marcel HoltmannUse network details also for Ethernet devices
2009-11-26 Marcel HoltmannAdd device function for scheduling a scan
2009-11-23 Martin XuAdd function connman_device_remove_all_networks
2009-11-23 Martin XuAdd device type CONNMAN_DEVICE_TYPE_CELLULAR
2009-11-20 Haibo ZhuClear scan trigger in device_destruct function
2009-10-27 Martin XuSet reconnect to FALSE when power off or disabling...
2009-10-26 Martin XuAdd device reconnect state and its helper functions
2009-09-22 Martin XuAdd function connman_device_cleanup_scanning()
2009-09-22 Martin XuAdd internal helper scanning_changed function
2009-09-14 Marcel HoltmannAdd extra message for RFKILL block/unblock state changes
2009-09-13 Marcel HoltmannFix issue with missing scanning after disconnect
2009-09-06 Marcel HoltmannSet powered_pending to TRUE during setup to fix race...
2009-08-23 Marcel HoltmannAdd support for cloning IP configurations
2009-08-12 Marcel HoltmannAdd callbacks for IP bound and release events
2009-08-11 Marcel HoltmannUse ignore method for unconfigured IP devices
2009-08-10 Marcel HoltmannAdd more detailed tracking of IP devices
2009-08-08 Marcel HoltmannTrack IP configuration based on RTNL interface list
2009-08-08 Marcel HoltmannCreate IP configuration based on the interface index
2009-08-08 Marcel HoltmannAdd initial steps for IPv4 monitoring via RTNL
2009-08-04 Marcel HoltmannAdd support for creating, modifying and removing profiles
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 device power state changes tracking with RFKILL...
2009-07-23 Marcel HoltmannFix rearming the scan trigger if a device got disabled
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 HoltmannIf previously powered off then don't enable when leavin...
2009-07-22 Marcel HoltmannRemove deprecated and unused network storage callbacks
2009-07-22 Marcel HoltmannUse common storage helper for device information 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 support for persistent storage of device power...
2009-07-21 Marcel HoltmannFix the problems with scan result from unknown triggers
2009-07-20 Marcel HoltmannRemove support for CreateNetwork, RemoveNetwork and...
2009-07-19 Marcel HoltmannEnsure updates of connected technologies for Ethernet
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 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-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 HoltmannAdd function for cleaning out stale networks
2009-07-17 Marcel HoltmannWhen scanning finished check for the auto-connect trigger
2009-07-16 Marcel HoltmannAdd support for Technologies and EnabledTechnologies...
2009-07-16 Marcel HoltmannAdd global method call to request scanning
2009-07-16 Marcel HoltmannAdd support for connecting existing services via SSID
2009-07-16 Martin XuFix stalled configuration issue with supplicant
2009-07-15 Marcel HoltmannShow Ethernet services only if carrier is set
2009-07-15 Marcel HoltmannFix missing Powered property changed signals
2009-07-13 Marcel HoltmannAdd function to retrieve control interface
2009-07-12 Marcel HoltmannFix handling of initial device powered state
2009-07-12 Marcel HoltmannSet powered variable from the global function
2009-07-12 Marcel HoltmannSet powered variable if callback returns successful
2009-07-12 Marcel HoltmannStore control interface for complex devices
2009-07-12 Marcel HoltmannRemove connman_device_get_interface() function
2009-07-11 Samuel OrtizSet hidden network group name at time of association
2009-07-11 Martin XuRemove deprecated and useless connect_known_network...
2009-07-10 Martin XuSet idle state after disconnecting device
next