Make sure to trigger auto-connect when connection attempt fails
[platform/upstream/connman.git] / src /
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
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 HoltmannForward error reporting from elements to services
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-30 Marcel HoltmannReturn positive result if properties are already set
2009-06-30 Samuel OrtizCheck for active_gateway being non NULL before derefere...
2009-06-29 Marcel HoltmannAdd function for more detailed error reporting
2009-06-29 Marcel HoltmannFix detection of invalid IP configuration methods
2009-06-29 Marcel HoltmannAdd support for exporting IP configuration properties
2009-06-29 Marcel HoltmannAdd some special error conversion handling for EACCES...
2009-06-29 Marcel HoltmannAdd suppport for setting IPv4 configuration method
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 HoltmannAdd types for Bluetooth and cellular services
2009-06-29 Marcel HoltmannThe global policy also makes no sense and so remove...
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 HoltmannFix reseting of timeout identifier
2009-06-29 Marcel HoltmannReturn error for invalid properties on manager and...
2009-06-29 Marcel HoltmannAdd error code for invalid properties
2009-06-29 Marcel HoltmannRemove handling of device properties
2009-06-28 Marcel HoltmannAdd support for reading DEVTYPE attribute
2009-06-28 Marcel HoltmannCheck for valid default route when updating profile...
2009-06-26 Marcel HoltmannAdd support for switching default route based on servic...
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-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-06-26 Marcel HoltmannAdd some more INET helpers
2009-06-26 Marcel HoltmannAdd support for setting Broadcast and Nameserver values
2009-06-26 Marcel HoltmannAdd support for exporting Broadcast and Nameserver...
2009-05-30 Marcel HoltmannDon't add useless domain and search entries to resolv...
2009-05-29 Marcel HoltmannAdd basic parsing of RFKILL events
2009-05-29 Marcel HoltmannAdd support for reading RFKILL events
2009-05-29 Marcel HoltmannAdd debug details for detection init/cleanup
2009-05-29 Marcel HoltmannAdd skeleton for new RFKILL interface
2009-05-27 Marcel HoltmannAdd host route to default gateway first
2009-05-26 Marcel HoltmannAdd workaround for broken libraries within plugins
2009-05-25 Marcel HoltmannFix wrong D-Bus signature for strength changed signal
2009-05-25 Marcel HoltmannUse shared library for builtin plugins
2009-05-25 Marcel HoltmannSend signal when service strength changes
2009-05-21 Marcel HoltmannAdd helper for setting network address and use it
2009-05-21 Marcel HoltmannAdd helpers for setting network name and signal strengt...
2009-05-21 Marcel HoltmannExport and use more generic INET helpers
2009-05-21 Marcel HoltmannAdd generic wrapper for INET based device creation
2009-05-21 Marcel HoltmannAdd skeleton for generic INET helpers
2009-05-21 Marcel HoltmannFix missing copyright year
2009-05-20 Marcel HoltmannDisconnect currently connected networks first
2009-05-20 Marcel HoltmannTry the Wireless Extension driver first for now
2009-05-20 Marcel HoltmannAdd option for selecting WiFi/Supplicant driver from...
2009-05-20 Marcel HoltmannFix transition of network connection state
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-19 Marcel HoltmannFill WiFi channel property with correct values
2009-05-19 Marcel HoltmannAdd frequency property to network objects
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-19 Marcel HoltmannAdd debug information for missing parent element
next