platform/upstream/connman.git
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(...
2009-07-11 Marcel HoltmannMinor code cleanups for supplicant handling
2009-07-11 Samuel OrtizAdd support for storing SSID details of hidden services
2009-07-11 Samuel OrtizUse the scan_ssid supplicant attribute for all connections
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-11 Martin XuIgnore service at auto-connect after user disconnected it
2009-07-10 Marcel HoltmannRelease 0.22 0.22
2009-07-10 Martin XuSet idle state after disconnecting device
2009-07-10 Martin XuFix disconnect race condition issue in WiFi supplicant
2009-07-10 Martin XuAdd task_connect() function to WiFi supplicant
2009-07-09 Marcel HoltmannDon't trigger auto-connect when connection attempt...
2009-07-09 Martin XuDisconnect network before joining new network
2009-07-09 Marcel HoltmannFix some plugin build system details
2009-07-09 Marcel HoltmannSimplify the SIOCGIWRANGE handling a little bit
2009-07-09 Samuel OrtizSet WiFi signal strength based on the reported ranges
2009-07-08 Marcel HoltmannCheck for valid service before dereferencing the order
2009-07-08 Martin XuDon't update network details of ready or connecting...
2009-07-08 Marcel HoltmannDon't trigger auto-connect if user initiated connect...
2009-07-07 Denis KenziorFix case where CMGS returns an error before pdu
2009-07-07 Marcel HoltmannFix broken udev rules directory detection
2009-07-07 Marcel HoltmannDon't update service details if network is already...
2009-07-07 Samuel OrtizAdd checks for networks if attribute is not available
2009-07-07 Marcel HoltmannRelease 0.21 0.21
2009-07-07 Marcel HoltmannEnable support for initial service drag and drop
2009-07-07 Marcel HoltmannMake sure to trigger auto-connect when connection attem...
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-07 Marcel HoltmannTrigger auto-connect when new service is added
2009-07-07 Marcel HoltmannCheck for current state on connect timeout
2009-07-07 Marcel HoltmannSplit service connect/disconnect from D-Bus message...
2009-07-07 Marcel HoltmannFix various error definitions
2009-07-07 Marcel HoltmannConvert EALREADY to proper error message
2009-07-07 Marcel HoltmannConvert EINPROGRESS to proper error message
2009-07-05 Marcel HoltmannAdd service error for missing PIN codes
next