device: Include Reason in Disconnect Skip Warning
[framework/connectivity/connman.git] / src / device.c
2011-05-31 Grant Ericksondevice: Include Reason in Disconnect Skip Warning
2011-05-31 Daniel Wagnerdevice: Do not use connman_element_set/get_string()
2011-05-31 Daniel Wagnerdevice: Handle connman_device_set/get_string(dev, ...
2011-05-31 Daniel Wagnerelement: Remove IPv4
2011-04-04 Samuel Ortizconfiguration: Rename configuration to setting
2011-04-01 Samuel Ortizdevice: Set scan interval to 0 if background scaniing...
2011-04-01 Samuel Ortizdevice: No need to save the scan interval
2011-04-01 Samuel Ortizdevice: Reorder the scan_interval setting switch
2011-03-02 Henri Braggenetwork: Export connman_network_get_connecting() to...
2011-02-18 Samuel Ortizdevice: Initial scan delays exponential backoff
2011-02-16 Alok Barsodetechnology: Rename __connman_technology_[enable|disable...
2011-01-25 Mohamed Abbaswifi: Balance scanning states
2010-12-23 Mohamed Abbasdevice: Do not use the disconnected flag for auto conne...
2010-12-23 Mohamed Abbasservice: Avoid autoconnect from scan
2010-12-13 Mohamed Abbasdevice: Reset device->connections and device->scanning...
2010-12-13 Mohamed Abbasnetwork: Keep device->connections counter in sync
2010-12-08 Martin XuAdd CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE...
2010-11-29 Samuel Ortizdevice: Support already powered up devices
2010-11-26 Leena Gundadevice: Support already powered devices
2010-11-10 Samuel Ortizdevice: Check for a device driver pointer before de...
2010-11-08 Samuel Ortizdevice: Do not disable technology twice
2010-11-06 Marcel HoltmannRemove unused device->control value
2010-11-06 Marcel HoltmannRemove unused connman_device_get_control function
2010-11-06 Marcel HoltmannRemove unused connman_device_get_name function
2010-11-05 Marcel HoltmannRemove unused connman_device_get_path function
2010-11-05 Marcel HoltmannRemove DBusConnection reference from device/network...
2010-11-04 Marcel HoltmannRemove unneeded CONNMAN_DEVICE_INTERFACE
2010-11-04 Marcel HoltmannRemove unneeded enum connman_device_mode
2010-10-26 Matt Francombdevice: Save zero scan_interval values
2010-10-21 Joey Leedevice: Set element driver when probing a device driver
2010-10-08 Samuel Ortizdevice: Set blocked field depending on the technology...
2010-10-04 Marcel HoltmannRemove unused __connman_detect_get_blocked function
2010-10-04 Marcel HoltmannRemove dependency on udev
2010-09-22 Mohamed AbbasFix ConnMan crash while disable wifi device
2010-09-20 Samuel OrtizGet device interface through the get_string() routine
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
next