framework/connectivity/connman.git
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
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
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
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 HoltmannUse correct udev base directory
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-03 Samuel OrtizFix handling of WEP shared key
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 Marcel HoltmannAdd Josh to the list of authors
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 Denis KenziorFix uninitialized use of bufpos
2009-07-01 Marcel HoltmannRelease 0.20
next