platform/upstream/connman.git
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 HoltmannIf the signal strength is zero don't declare this as...
2009-07-17 Marcel HoltmannAdd function for cleaning out stale networks
2009-07-17 Marcel HoltmannDisable the get_bssid() function for now
2009-07-17 Martin XuRemove the BSSID retrieval for hidden networks
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 HoltmannUse proper function to set association state
2009-07-17 Marcel HoltmannWhen network gets remove ensure to disconnect the service
2009-07-17 Marcel HoltmannWhen scanning finished check for the auto-connect trigger
2009-07-17 Marcel HoltmannEnsure that supplicant disconnects from the network
2009-07-17 Marcel HoltmannFix issues with current auto-connect logic
2009-07-17 Marcel HoltmannRelease 0.25 0.25
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 HoltmannFix small coding style issue
2009-07-17 Marcel HoltmannDon't update service passphrases from networks
2009-07-16 Marcel HoltmannRelease 0.24 0.24
2009-07-16 Marcel HoltmannMention to set D-Bus timeout for service connect methods
2009-07-16 Marcel HoltmannRename some API document to indicate that they are...
2009-07-16 Marcel HoltmannDon't forget to send signals for technology changes
2009-07-16 Marcel HoltmannSend service list update when going to offline mode
2009-07-16 Marcel HoltmannSet state to association if network driver doesn't...
2009-07-16 Marcel HoltmannAdd skeleton for EnableTechnology/DisableTechnology...
2009-07-16 Marcel HoltmannAdd support for Technologies and EnabledTechnologies...
2009-07-16 Marcel HoltmannAdd documentation for the ConnectService method call
2009-07-16 Marcel HoltmannAdd global method call to request scanning
2009-07-16 Marcel HoltmannTrigger auto-connect from service list changed signals
2009-07-16 Marcel HoltmannReset the scanning flag to indicate the end of a scan...
2009-07-16 Marcel HoltmannSome service list updates should be not delayed
2009-07-16 Marcel HoltmannDelay the update of service list by 2 seconds
2009-07-16 Marcel HoltmannFix broken async return value for supplicant disconnect
2009-07-16 Marcel HoltmannReset the connecting and associating variables properly
2009-07-16 Marcel HoltmannReport a connected network as that and not as in progress
2009-07-16 Marcel HoltmannMinor coding style fix
2009-07-16 Marcel HoltmannFix issue with supplicant and async state notifications
2009-07-16 Marcel HoltmannIf network is attempting to connect already, return...
2009-07-16 Marcel HoltmannReturn an error if a service connection attempt is...
2009-07-16 Marcel HoltmannFix detection of association errors from supplicant
2009-07-16 Marcel HoltmannDon't allow network connection attempts twice
2009-07-16 Marcel HoltmannAllow cancelling of a network connection attempt
2009-07-16 Marcel HoltmannAdd small test program for TUN/TAP devices
2009-07-16 Marcel HoltmannUpdate documentation about Ethernet devices with no...
2009-07-16 Marcel HoltmannUpdate test script for service connections
2009-07-16 Marcel HoltmannAdd support for connecting existing services via SSID
2009-07-16 Marcel HoltmannFix missing inclusion of WiFi helpers source file
2009-07-16 Marcel HoltmannAdd helper function for WiFi group name
2009-07-16 Marcel HoltmannAdd function to find first device of a given type
2009-07-16 Martin XuFix stalled configuration issue with supplicant
2009-07-16 Martin XuAdd function to retrieve network association state
2009-07-16 Marcel HoltmannTrack connection attempts and report error if it fails
2009-07-16 Marcel HoltmannFix one last breakage of strict-aliasing rules
2009-07-16 Denis KenziorAdd extra_pdu_crlf quirk
2009-07-16 Denis KenziorAdd set / get flags for GAtChat
2009-07-16 Marcel HoltmannRemove wrongly committed connection patch for supplicant
2009-07-16 Marcel HoltmannFix handling of strict-aliasing rules
2009-07-15 Marcel HoltmannAdd error codes for failing connection attempts
2009-07-15 Denis KenziorFix modem wakeup handling
2009-07-15 Denis KenziorFix range handling
2009-07-15 Marcel HoltmannInclude test script for connection service
2009-07-15 Martin Xuadd test/connect-service
2009-07-15 Marcel HoltmannFix some uninitialized variables
2009-07-15 Marcel HoltmannAdd option to disable compiler optimization
2009-07-15 Marcel HoltmannAdd option to disable udev support (for testing)
2009-07-15 Marcel HoltmannShow Ethernet services only if carrier is set
2009-07-15 Marcel HoltmannFix missing Powered property changed signals
2009-07-15 Marcel HoltmannReturn a proper order value for the default service
2009-07-14 Martin XuDo not set group name when network is hidden
2009-07-14 Marcel HoltmannIf SSID starts with 0x00 value, then ignore it
2009-07-14 Marcel HoltmannIf the SSID is not provided then declare it as hidden...
2009-07-14 Marcel HoltmannFix potential invalid memory access of group name
2009-07-14 Marcel HoltmannFix memory leak with group name construction
2009-07-14 Marcel HoltmannMake the ConnectService method async
2009-07-13 Marcel HoltmannFix some broken indentation
2009-07-13 Marcel HoltmannUse provided control interface and set proper group...
2009-07-13 Marcel HoltmannFix MBM detection code to find first control interface
2009-07-13 Marcel HoltmannAdd function to retrieve control interface
2009-07-13 Marcel HoltmannSetup proper ident value for cellular devices
2009-07-12 Marcel HoltmannStore the WiFi SSID value with keyword SSID
2009-07-12 Marcel HoltmannAdd initial version of Ericsson MBM driver
2009-07-12 Marcel HoltmannAdd MBM and HSO networks to the service list
2009-07-12 Marcel HoltmannAdd network type for Ericsson MBM devices
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-12 Marcel HoltmannUse the interface index for fast device comparison
2009-07-12 Marcel HoltmannUse interface index to resolve interface name
2009-07-12 Marcel HoltmannAdd detection routine for Ericsson MBM devices
2009-07-11 Marcel HoltmannRelease 0.23 0.23
2009-07-11 Marcel HoltmannFix dhclient probe/remove race condition
2009-07-11 Marcel HoltmannTrack killed status of dhclient tasks
2009-07-11 Marcel HoltmannSome cleanup of service load/save functions
2009-07-11 Marcel HoltmannAdd missing comment for connman_network_get_group(...
next