Add inet helper to retrieve current flags
[platform/upstream/connman.git] / src / device.c
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...
2009-06-26 Marcel HoltmannCall into device specific connect and disconnect callbacks
2009-05-20 Marcel HoltmannMake network connect function private for now
2009-05-20 Marcel HoltmannTake reference when network is connected and assigned...
2009-05-19 Marcel HoltmannDon't auto-connect to network without a name
2009-05-17 Marcel HoltmannFix broken handling of last network when disconnectiong...
2009-05-17 Marcel HoltmannRemove all usage of the Remember network property
2009-05-17 Marcel HoltmannInclude device details within the profile storage
2009-05-13 Marcel HoltmannFix service state signal emission and error handling
2009-05-01 Marcel HoltmannAdd support for marking devices as secondary
2009-04-23 Marcel HoltmannAdd functions for handling unique device identifiers
2009-04-21 Marcel HoltmannFix carrier and disconnected interaction
2009-04-21 Marcel HoltmannAdd basic handling of configuration state
2009-04-21 Marcel HoltmannReset disconnected state if carrier changes
2009-04-21 Marcel HoltmannFail connect attempt if not disconnected
2009-04-21 Marcel HoltmannAdd functions for device connect/disconnect handling
2009-04-13 Marcel HoltmannAdd error message for network and device storing failures
2009-04-06 Marcel HoltmannAdd support for handling carrier updates from devices
2009-04-05 Marcel HoltmannAdd function for getting device type
2009-04-04 Marcel HoltmannFix broken handling of ignore policy
2009-04-01 Marcel HoltmannExport device and network names via service interface
2009-04-01 Marcel HoltmannAdd function to retrieve string represenation for devic...
2009-03-26 Marcel HoltmannCheck result before overwriting WiFi.Security and WiFi...
2009-03-26 Marcel HoltmannFix parsing of network dictionary
2009-03-25 Marcel HoltmannCreate network with dummy identifier and correct type
2009-03-25 Marcel HoltmannSet device index for network to be joined
2009-03-25 Marcel HoltmannAdd support for join device driver callback
2009-03-25 Marcel HoltmannAdd skeleton for method to join networks
2009-03-25 Marcel HoltmannAdd support for device address property
2009-03-14 Marcel HoltmannDon't load last used network from configuration
2009-03-11 Marcel HoltmannAdd initial support for common property key constants
2009-03-11 Marcel HoltmannAdd fully dynamic property storage capabilities
2009-03-11 Marcel HoltmannHook up device type and offline mode notifications
next