Update handling of IPv4 configuration settings
[platform/upstream/connman.git] / src / service.c
2009-12-20 Marcel HoltmannUpdate handling of IPv4 configuration settings
2009-12-19 Marcel HoltmannAppend settings only for ready services
2009-12-19 Marcel HoltmannInclude current configuration into settings
2009-12-19 Marcel HoltmannAdd user data parameter to dictionary 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 HoltmannAdd property for service settings
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 HoltmannUse D-Bus helpers for more readability
2009-12-19 Samuel OrtizAsk for DEVICE_TYPE_WIFI when looking for a WiFi device
2009-12-15 Marcel HoltmannAdd support using PSK when connecting to hidden networks
2009-12-14 Marcel HoltmannFix wrong usage of service security enum
2009-12-14 Marcel HoltmannAdd security definitions for PSK and IEEE 802.1x
2009-12-08 Marcel HoltmannAdd service types for system and VPN connections
2009-12-06 Marcel HoltmannRemove new unused special carrier state of a service
2009-12-05 Marcel HoltmannAllow service removal to clear failure state
2009-11-29 Marcel HoltmannUse network details also for Ethernet devices
2009-11-29 Marcel HoltmannAdd network type for cable/carrier detection
2009-11-29 Marcel HoltmannFix segmentation fault with service type lookup
2009-11-28 Marcel HoltmannAdd method to retrieve interface name from service
2009-11-28 Marcel HoltmannAdd support for default service changed notifier
2009-11-28 Marcel HoltmannUse one common service type to string conversion routine
2009-11-26 Martin XuDisable reconnect when removing service
2009-11-26 Martin XuAdd PropertyChanged signal for service Favorite setting
2009-11-23 Martin XuAdd network type CONNMAN_NETWORK_TYPE_CELLULAR
2009-10-31 Martin XuRemove problematic retry on failure code path
2009-10-26 Marcel HoltmannRemove connect timer before second connect attempt
2009-10-26 Martin XuRun auto-connect once service goes into idle state...
2009-10-26 Martin XuAdd support for setting reconnect state
2009-10-26 Martin XuAdd set_reconnect_state and get_reconnect_state helper...
2009-10-20 Sam LefflerFilter out signal strength values of zero
2009-10-20 Sam LefflerUpdate services sorting after a signal strength change
2009-10-02 Marcel HoltmannUse 120 seconds timeout for service connect operation
2009-09-19 Marcel HoltmannDon't auto-connect services if they are roaming
2009-09-19 Marcel HoltmannAdd support for handling cellular roaming state changes
2009-09-18 Marcel HoltmannAdd support for cellular modes and change notifications
2009-09-18 Marcel HoltmannEnable auto-connect support for cellular devices
2009-09-18 Marcel HoltmannFix issue with not removing cellular configuration
2009-09-18 Marcel HoltmannFix copy and paste mistake from previous commit
2009-09-18 Marcel HoltmannAdd support for cellular username and password settings
2009-09-18 Marcel HoltmannAdd MCC and MNC values to service properties
2009-09-18 Marcel HoltmannAdd attribute for cellular roaming indication
2009-09-18 Marcel HoltmannAdd support for setting cellular APN details
2009-09-14 Marcel HoltmannAdd support for multiple connection attempts
2009-09-13 Marcel HoltmannFix issue with not triggering auto-connect in some...
2009-08-30 Marcel HoltmannDetect missing storage entries for AutoConnect setting
2009-08-30 Marcel HoltmannAdd basic hookup of passphrase agent callback
2009-08-24 Marcel HoltmannDisable IP configuration callbacks for now
2009-08-23 Marcel HoltmannAdd support for cloning IP configurations
2009-08-15 Marcel HoltmannFix wrong service state handling on timeouts
2009-08-08 Marcel HoltmannAdd initial steps for IPv4 monitoring via RTNL
2009-08-07 Marcel HoltmannAdd support for changing the AutoConnect value of services
2009-08-07 Marcel HoltmannReport AutoConnect as false if not a favorite service
2009-08-07 Marcel HoltmannOnly allow service resorting when they are in the same...
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 network to service type conversion for Bluetooth
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-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-21 Marcel HoltmannDon't include hidden services in the service list
2009-07-19 Marcel HoltmannSend signal when default technology changes
2009-07-19 Marcel HoltmannAdd support for default technology property
2009-07-19 Marcel HoltmannTrack service types and not device types for technologi...
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 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 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 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 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 HoltmannDon't update service passphrases from networks
2009-07-16 Marcel HoltmannTrigger auto-connect from service list changed signals
2009-07-16 Marcel HoltmannSome service list updates should be not delayed
next