device: Combine multiple if statements into one block of code
[framework/connectivity/connman.git] / src / device.c
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
2009-07-09 Martin XuDisconnect network before joining new network
2009-07-07 Samuel OrtizAdd checks for networks if attribute is not available
2009-07-07 Marcel HoltmannThe g_strcmp0 does the NULL pointer checking already
2009-07-07 Samuel OrtizOnly create new network if it doesn't exists
2009-07-05 Marcel HoltmannAdd function getting device disconnected state
2009-07-04 Marcel HoltmannAdd device type for Ericsson MBM hardware
2009-07-03 Marcel HoltmannFix to replace unprintable characters with a white...
2009-07-02 Samuel OrtizUse only printable characters for network name
2009-07-01 Marcel HoltmannFix async handling of device powered property
2009-07-01 Marcel HoltmannFix handling of connect/disconnect for Ethernet devices
2009-06-30 Marcel HoltmannReturn positive result if properties are already set
2009-06-29 Marcel HoltmannHook up setting of IPv4 properties
2009-06-29 Marcel HoltmannAdd IP configuration details to devices, networks and...
2009-06-29 Marcel HoltmannFirst step towards a generic IP configuration infrastru...
2009-06-29 Marcel HoltmannThe device policy is a bad idea and so remove all suppo...
2009-06-29 Marcel HoltmannAdd async handling for setting device power state
2009-06-29 Marcel HoltmannRemove handling of device properties
2009-06-26 Marcel HoltmannAdd proper service group name when connecting to hidden...
next