Add device type for Ericsson MBM hardware
[framework/connectivity/connman.git] / src / service.c
2009-07-04 Marcel HoltmannAdd device type for Ericsson MBM hardware
2009-07-02 Marcel HoltmannJust update the service if it already exists
2009-07-02 Joshua LockHave services remove method also clear the passphrase
2009-07-02 Joshua LockClear passphrase from storage when it's not set
2009-07-01 Marcel HoltmannFix async handling of device powered property
2009-06-30 Marcel HoltmannAvoid double storage of same information
2009-06-30 Marcel HoltmannAdd support for clearing error state via ClearProperty
2009-06-30 Marcel HoltmannAdd the current error state to properties
2009-06-30 Marcel HoltmannMove error conversion helper to different location
2009-06-30 Marcel HoltmannAdd support for DHCP errors from services
2009-06-30 Marcel HoltmannStore and load failure information for service
2009-06-30 Marcel HoltmannSet default IP configuration method for services
2009-06-30 Marcel HoltmannAdd callbacks for storage of IP configuration of services
2009-06-29 Marcel HoltmannAdd function for more detailed error reporting
2009-06-29 Marcel HoltmannAdd support for exporting IP configuration properties
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 HoltmannAdd types for Bluetooth and cellular services
2009-06-29 Marcel HoltmannFix reseting of timeout identifier
2009-06-29 Marcel HoltmannReturn error for invalid properties on manager and...
2009-06-26 Marcel HoltmannAdd function to read the internal service order value
2009-06-26 Marcel HoltmannPrint an error if a network already exists
2009-05-25 Marcel HoltmannFix wrong D-Bus signature for strength changed signal
2009-05-25 Marcel HoltmannSend signal when service strength changes
2009-05-20 Marcel HoltmannMake network connect function private for now
2009-05-19 Marcel HoltmannUse hidden flag to make service invalid
2009-05-19 Marcel HoltmannSet a unique hidden flag for networks without name
2009-05-19 Marcel HoltmannReturn an error when trying to connect hidden networks
2009-05-17 Marcel HoltmannUse "RSN" instead of "WPA2" for the security details
2009-05-16 Marcel HoltmannAdd support for default route notifications
2009-05-16 Marcel HoltmannAdd support for storing last modification time
2009-05-16 Marcel HoltmannAdd message parsing for MoveBefore and MoveAfter methods
2009-05-15 Marcel HoltmannDisconnect service on removal if still connected
2009-05-15 Marcel HoltmannOnly disconnect the specific service if asked for it
2009-05-15 Marcel HoltmannDon't allow remove method calls on non-favorite services
2009-05-15 Marcel HoltmannMake sure to clear favorite setting on removal
2009-05-15 Marcel HoltmannMake sure to disconnect network on removal
2009-05-15 Marcel HoltmannIn case of timeout make sure to cancel network operation
2009-05-15 Marcel HoltmannMake sure to sort connected services first always first
2009-05-15 Marcel HoltmannSet intial service state for networks to idle
2009-05-15 Marcel HoltmannTreat connection timeout the same as failures
2009-05-15 Marcel HoltmannStore the service name for easy identification
2009-05-14 Marcel HoltmannCleanup user data variable names and debug messages
2009-05-14 Marcel HoltmannMake sure favorite setting is properly loaded
2009-05-14 Marcel HoltmannMake some service function private for now
2009-05-14 Marcel HoltmannAdd support for async service connect and timeout handling
2009-05-14 Marcel HoltmannEnsure that favorite information are stored
2009-05-13 Marcel HoltmannFix service state signal emission and error handling
2009-05-12 Marcel HoltmannStore and load configured passphrases for services
2009-05-12 Marcel HoltmannStore profile identifier assigned to service
2009-04-23 Marcel HoltmannExport active profile path and ident information
2009-04-23 Marcel HoltmannAdd hooks for saving and loading service details
2009-04-23 Marcel HoltmannAdd callbacks for service storage functions
2009-04-23 Marcel HoltmannAdd extra unique identifier to service object path
2009-04-22 Marcel HoltmannAdd support for service connect and disconnect methods
2009-04-22 Marcel HoltmannAdd support for service passphrase handling
2009-04-22 Marcel HoltmannFix broken mode and security string comparison
2009-04-22 Marcel HoltmannFix missing call to trigger service list resorting
2009-04-22 Marcel HoltmannAdd properties for WiFi services
2009-04-22 Marcel HoltmannFix handling of networks without a group name
2009-04-21 Marcel HoltmannFix broken service state change signal
2009-04-21 Marcel HoltmannAdd extra debug messages for service state changes
2009-04-21 Marcel HoltmannAdd support for service ready and disconnect state...
2009-04-21 Marcel HoltmannCheck that service is actually registered
2009-04-21 Marcel HoltmannSend signals for service state changes
2009-04-21 Marcel HoltmannAdd basic handling of configuration state
2009-04-21 Marcel HoltmannAdd support for carrier service state
2009-04-21 Marcel HoltmannAdd simple integration of device connect/disconnect...
2009-04-21 Marcel HoltmannCreate proper service interface abstraction
2009-04-12 Marcel HoltmannAdd service creation and reference counting functions
2009-04-12 Marcel HoltmannFix coding style mistake
2009-04-08 Marcel HoltmannAdd service initialization and lifetime tracking support
2009-04-08 Marcel HoltmannAdd definitions for service mode and security settings
2009-04-08 Marcel HoltmannAdd definition for service structure
2009-04-08 Marcel HoltmannAdd skeleton for service interface details