device: Combine multiple if statements into one block of code
[framework/connectivity/connman.git] / src / device.c
2012-06-18 Patrik Flyktdevice: Combine multiple if statements into one block...
2012-06-18 Patrik Flyktdevice: Combine two if statements with identical outcome
2012-06-18 Jukka Rissanenservice: Connecting hidden network waits until connected
2012-05-25 Tomasz Bursztykadevice: Make scanning getter method public.
2012-04-28 Marcel Holtmanncore: Update copyright information
2012-04-23 Tomasz Bursztykadevice: Removing emulated background scanning
2012-04-23 Tomasz Bursztykadevice: Remove the scheduled scan method
2012-04-17 Tomasz Bursztykadevice: use g_hash_table_replace instead of insert...
2012-02-04 Patrik Flyktdevice: Notify technology when a scan has started or...
2012-02-04 Patrik Flyktdevice: Return success if scan succeeded for at least...
2012-02-04 Patrik Flyktdevice: Return -EOPNOTSUPP if the device does not suppo...
2012-01-24 Jukka Rissanendevice: Add caller information to ref/unref debug prints.
2012-01-05 Jukka Rissanendevice: Disconnect service when disabling device
2011-12-12 Patrik Flyktdevice: Add function for requesting a hidden scan
2011-11-10 Daniel Wagnercore: Use gcc atomics instead glib's ones
2011-10-31 Daniel Wagnerdevice: Cancel pending trigger when device is removed
2011-10-06 Alok Barsodedevice: Disconnect a connected network before disabling...
2011-10-06 Danny Jeongseok Seodevice: Remove connections counter
2011-10-06 Danny Jeongseok Seodevice: Remove redundant connection numbers check
2011-09-13 Mohamed Abbaswifi: Add support to multi scan type
2011-09-12 Samuel Ortizdevice: Remove device_probe and device_remove
2011-09-12 Patrik Flyktdevice: Set PENDING_DISABLE on device disable
2011-09-12 Patrik Flyktdevice: Simplify device_pending_reset()
2011-08-25 Samuel Ortizdevice: Remove power pending timeout iff there is a...
2011-08-25 Alok Barsodedevice: Remove device persistent code
2011-08-25 Alok Barsodedevice: Remove caching of offlinemode in device structure
2011-08-25 Alok Barsodetechnology: Remove blocked variables and associated...
2011-08-25 Alok Barsodetechnology: Redo offlinemode logic
2011-08-25 Alok Barsodedevice: Redo pending power request logic
2011-08-25 Alok Barsodedevice: Update profile in enable_persistent callback
2011-08-25 Alok Barsodetechnology: Refactor enable/disable APIs
2011-08-24 Jukka Rissanendevice: Device scan function made private
2011-08-04 Daniel Wagnerservice: Remove __connman_service_reset_from_networks()
2011-08-03 Samuel Ortizdevice: Free network after resetting service
2011-07-25 Daniel Wagnerdevice: Reorder cleanup
2011-07-25 Daniel Wagnerdevice: Change signature of connman_device_remove_network()
2011-07-25 Daniel Wagnerdevice: Remove needless call to __connman_network_set_d...
2011-07-25 Daniel Wagnernetwork: Remove connman_network_register/unregister()
2011-07-25 Daniel Wagnerservice: Update network pointer in service
2011-07-25 Daniel Wagnerdevice: Fix a inbalance of ref/unref of network objects
2011-07-08 Samuel Ortizdevice: Ignore dummy networking devices
2011-07-07 Samuel Ortizdevice: Get service type from __connman_device_find_device
2011-06-21 Daniel Wagnerdevice: Fix an inbalance ref/unref of network objects
2011-06-21 daniel.wagner@bmw... device: Do not return error for unhandled devices
2011-06-16 Daniel Wagnerelement: Remove element.c
2011-06-16 Daniel Wagnerelement: Remove network code
2011-06-07 Daniel Wagnerelement: Remove device code
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
next