Fix issues with current auto-connect logic
[platform/upstream/connman.git] / src /
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 HoltmannFix small coding style issue
2009-07-17 Marcel HoltmannDon't update service passphrases from networks
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 global method call to request scanning
2009-07-16 Marcel HoltmannTrigger auto-connect from service list changed signals
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 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 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 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 Marcel HoltmannFix handling of strict-aliasing rules
2009-07-15 Marcel HoltmannAdd error codes for failing connection attempts
2009-07-15 Marcel HoltmannFix some uninitialized variables
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 Marcel HoltmannMake the ConnectService method async
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 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 HoltmannAdd detection routine for Ericsson MBM devices
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 Samuel OrtizAdd support for storing SSID details of hidden services
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 Martin XuSet idle state after disconnecting device
2009-07-09 Marcel HoltmannDon't trigger auto-connect when connection attempt...
2009-07-09 Martin XuDisconnect network before joining new network
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 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 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
2009-07-05 Marcel HoltmannAdd function getting device disconnected state
2009-07-05 Marcel HoltmannRevert change to ignore USB based Ethernet devices
2009-07-05 Marcel HoltmannFix race condition with IDLE state on disconnect
2009-07-04 Marcel HoltmannMove the network device type detection into its own...
2009-07-04 Marcel HoltmannAdd device type for Ericsson MBM hardware
2009-07-04 Marcel HoltmannDetect network devices via udev
2009-07-04 Marcel HoltmannFix udev monitor filter fallback functions
2009-07-04 Marcel HoltmannUse RTNL device detection only if udev is not available
2009-07-03 Marcel HoltmannAlso check for TTY devices
2009-07-03 Marcel HoltmannRequire udev and if not present use a compat layer
2009-07-03 Marcel HoltmannDon't handle devices from USB network cards
2009-07-03 Marcel HoltmannRestrict udev to devices from net subsystem
2009-07-03 Marcel HoltmannRemove udev rules file since it should not be used...
2009-07-03 Marcel HoltmannCheck for udev monitor filter functions
2009-07-03 Marcel HoltmannUse the new udev netlink monitor
2009-07-03 Marcel HoltmannRequire at minimum udev-141
2009-07-03 Marcel HoltmannFix to replace unprintable characters with a white...
2009-07-02 Marcel HoltmannJust update the service if it already exists
2009-07-02 Samuel OrtizUse only printable characters for network name
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-07-01 Marcel HoltmannTo be on the safe side use only wext for driver option
2009-07-01 Marcel HoltmannFix handling of connect/disconnect for Ethernet devices
2009-06-30 Marcel HoltmannAvoid double storage of same information
next