framework/connectivity/connman.git
14 years agoUse NameHasOwner instead of ListNames for name checking
Johan Hedberg [Sat, 8 Aug 2009 17:21:26 +0000 (20:21 +0300)]
Use NameHasOwner instead of ListNames for name checking

14 years agoAdd initial steps for IPv4 monitoring via RTNL
Marcel Holtmann [Sat, 8 Aug 2009 04:33:07 +0000 (21:33 -0700)]
Add initial steps for IPv4 monitoring via RTNL

14 years agoEnsure g_timeout_add source can be removed safely
Denis Kenzior [Fri, 7 Aug 2009 21:20:59 +0000 (16:20 -0500)]
Ensure g_timeout_add source can be removed safely

14 years agoAdd fully flexible task handling framework
Marcel Holtmann [Sat, 8 Aug 2009 01:52:11 +0000 (18:52 -0700)]
Add fully flexible task handling framework

14 years agoMove include directive to the right spot
Marcel Holtmann [Sat, 8 Aug 2009 01:09:34 +0000 (18:09 -0700)]
Move include directive to the right spot

14 years agoAdd first steps of generic task framework
Marcel Holtmann [Fri, 7 Aug 2009 18:33:47 +0000 (11:33 -0700)]
Add first steps of generic task framework

14 years agoAdd support for changing the AutoConnect value of services
Marcel Holtmann [Fri, 7 Aug 2009 17:23:13 +0000 (10:23 -0700)]
Add support for changing the AutoConnect value of services

14 years agoReport AutoConnect as false if not a favorite service
Marcel Holtmann [Fri, 7 Aug 2009 17:06:54 +0000 (10:06 -0700)]
Report AutoConnect as false if not a favorite service

14 years agoOnly allow service resorting when they are in the same state
Marcel Holtmann [Fri, 7 Aug 2009 17:04:49 +0000 (10:04 -0700)]
Only allow service resorting when they are in the same state

14 years agoAdd monitoring of RTNL status for WiFi devices
Marcel Holtmann [Fri, 7 Aug 2009 16:58:53 +0000 (09:58 -0700)]
Add monitoring of RTNL status for WiFi devices

14 years agoIgnore Bluetooth adapters that are currently down
Marcel Holtmann [Fri, 7 Aug 2009 13:34:23 +0000 (06:34 -0700)]
Ignore Bluetooth adapters that are currently down

14 years agoFix documentation about Favorite property of services
Marcel Holtmann [Fri, 7 Aug 2009 13:28:51 +0000 (06:28 -0700)]
Fix documentation about Favorite property of services

14 years agoAdd support for AutoConnect property of services
Marcel Holtmann [Fri, 7 Aug 2009 13:27:27 +0000 (06:27 -0700)]
Add support for AutoConnect property of services

14 years agoFix various race conditions within Bluetooth support
Marcel Holtmann [Fri, 7 Aug 2009 08:46:26 +0000 (01:46 -0700)]
Fix various race conditions within Bluetooth support

14 years agoFix changed handling of service connect watches
Marcel Holtmann [Fri, 7 Aug 2009 05:14:39 +0000 (22:14 -0700)]
Fix changed handling of service connect watches

14 years agoFix blocking service watch initial connect handling
Marcel Holtmann [Fri, 7 Aug 2009 05:10:19 +0000 (22:10 -0700)]
Fix blocking service watch initial connect handling

14 years agoFix display of ConnectedTechnologies property
Marcel Holtmann [Fri, 7 Aug 2009 03:05:40 +0000 (20:05 -0700)]
Fix display of ConnectedTechnologies property

14 years agoSync up with oFono's GAtChat version
Marcel Holtmann [Fri, 7 Aug 2009 00:53:30 +0000 (17:53 -0700)]
Sync up with oFono's GAtChat version

14 years agoMake overflow code a bit better
Denis Kenzior [Thu, 6 Aug 2009 19:23:04 +0000 (14:23 -0500)]
Make overflow code a bit better

14 years agoRefactor GAtChat to accept user-provided parsers
Denis Kenzior [Tue, 4 Aug 2009 23:53:25 +0000 (18:53 -0500)]
Refactor GAtChat to accept user-provided parsers

Intended for really broken modems.  A default 27.007 compliant
parser is provided.

14 years agoFix refcounting in GAtChat
Denis Kenzior [Thu, 6 Aug 2009 15:32:29 +0000 (10:32 -0500)]
Fix refcounting in GAtChat

14 years agoFix missing service type ordering
Marcel Holtmann [Thu, 6 Aug 2009 06:27:03 +0000 (23:27 -0700)]
Fix missing service type ordering

14 years agoHave Bluetooth plugin set a proper network grouping
Marcel Holtmann [Thu, 6 Aug 2009 06:13:20 +0000 (23:13 -0700)]
Have Bluetooth plugin set a proper network grouping

14 years agoAdd support for grouping Bluetooth networks into a service
Marcel Holtmann [Thu, 6 Aug 2009 06:11:07 +0000 (23:11 -0700)]
Add support for grouping Bluetooth networks into a service

14 years agoSet remote Bluetooth address as network name for now
Marcel Holtmann [Thu, 6 Aug 2009 06:07:04 +0000 (23:07 -0700)]
Set remote Bluetooth address as network name for now

14 years agoSet unique device ident for Bluetooth adapters
Marcel Holtmann [Thu, 6 Aug 2009 06:05:54 +0000 (23:05 -0700)]
Set unique device ident for Bluetooth adapters

14 years agoAdd network to service type conversion for Bluetooth
Marcel Holtmann [Thu, 6 Aug 2009 06:01:15 +0000 (23:01 -0700)]
Add network to service type conversion for Bluetooth

14 years agoFix typo in overview document
Roger WANG [Wed, 5 Aug 2009 01:53:42 +0000 (09:53 +0800)]
Fix typo in overview document

14 years agoAdd skeleton for task handling framework
Marcel Holtmann [Wed, 5 Aug 2009 02:27:32 +0000 (19:27 -0700)]
Add skeleton for task handling framework

14 years agoAdd skeleton for provider framework implementation
Marcel Holtmann [Tue, 4 Aug 2009 22:51:26 +0000 (15:51 -0700)]
Add skeleton for provider framework implementation

14 years agoAdd support for creating, modifying and removing profiles
Marcel Holtmann [Tue, 4 Aug 2009 22:46:48 +0000 (15:46 -0700)]
Add support for creating, modifying and removing profiles

14 years agoRelease 0.38
Marcel Holtmann [Mon, 3 Aug 2009 17:32:15 +0000 (10:32 -0700)]
Release 0.38

14 years agoFix broken check for security modes
Martin Xu [Mon, 3 Aug 2009 10:13:57 +0000 (18:13 +0800)]
Fix broken check for security modes

14 years agoFix requirement of inotify when loopback support is disabled
Marcel Holtmann [Wed, 29 Jul 2009 13:55:27 +0000 (15:55 +0200)]
Fix requirement of inotify when loopback support is disabled

14 years agoRelease 0.37
Marcel Holtmann [Wed, 29 Jul 2009 12:44:35 +0000 (14:44 +0200)]
Release 0.37

14 years agoFix error handling in case when passphrase is required
Marcel Holtmann [Wed, 29 Jul 2009 12:33:56 +0000 (14:33 +0200)]
Fix error handling in case when passphrase is required

14 years agoAdd support for PassphraseRequired property
Marcel Holtmann [Wed, 29 Jul 2009 12:27:16 +0000 (14:27 +0200)]
Add support for PassphraseRequired property

14 years agoAdd missing check for WiFi security modes
Marcel Holtmann [Wed, 29 Jul 2009 11:45:37 +0000 (13:45 +0200)]
Add missing check for WiFi security modes

14 years agoFix missing update of signal strength from scan results
Marcel Holtmann [Sat, 25 Jul 2009 14:49:24 +0000 (16:49 +0200)]
Fix missing update of signal strength from scan results

14 years agoRelease 0.36
Marcel Holtmann [Fri, 24 Jul 2009 07:45:29 +0000 (09:45 +0200)]
Release 0.36

14 years agoFix wrong variable reference when sending technology replies
Marcel Holtmann [Fri, 24 Jul 2009 07:37:11 +0000 (09:37 +0200)]
Fix wrong variable reference when sending technology replies

14 years agoFix wrong D-Bus error names
Marcel Holtmann [Fri, 24 Jul 2009 07:29:07 +0000 (09:29 +0200)]
Fix wrong D-Bus error names

14 years agoFix missing reset of network reference when disconnecting
Marcel Holtmann [Fri, 24 Jul 2009 07:24:32 +0000 (09:24 +0200)]
Fix missing reset of network reference when disconnecting

14 years agoRelease 0.35
Marcel Holtmann [Thu, 23 Jul 2009 23:36:45 +0000 (01:36 +0200)]
Release 0.35

14 years agoAdd timeout for technology enable and disable operation
Marcel Holtmann [Thu, 23 Jul 2009 23:22:43 +0000 (01:22 +0200)]
Add timeout for technology enable and disable operation

14 years agoAdd error code translation for timeout error
Marcel Holtmann [Thu, 23 Jul 2009 23:19:48 +0000 (01:19 +0200)]
Add error code translation for timeout error

14 years agoAdd support for blocking enable and disable technology changes
Marcel Holtmann [Thu, 23 Jul 2009 23:00:43 +0000 (01:00 +0200)]
Add support for blocking enable and disable technology changes

14 years agoAdd error codes for already enabled and disabled technologies
Marcel Holtmann [Thu, 23 Jul 2009 22:58:37 +0000 (00:58 +0200)]
Add error codes for already enabled and disabled technologies

14 years agoAdd function to check if technology is enabled
Marcel Holtmann [Thu, 23 Jul 2009 22:54:31 +0000 (00:54 +0200)]
Add function to check if technology is enabled

14 years agoFix notification to use service types instead of device types
Marcel Holtmann [Thu, 23 Jul 2009 22:44:08 +0000 (00:44 +0200)]
Fix notification to use service types instead of device types

14 years agoFix potential pending result reply messages after removal
Marcel Holtmann [Thu, 23 Jul 2009 21:40:57 +0000 (23:40 +0200)]
Fix potential pending result reply messages after removal

14 years agoRemove wrongly committed double function call
Marcel Holtmann [Thu, 23 Jul 2009 21:20:36 +0000 (23:20 +0200)]
Remove wrongly committed double function call

14 years agoFix potential pending scan reply messages after removal
Marcel Holtmann [Thu, 23 Jul 2009 21:13:41 +0000 (23:13 +0200)]
Fix potential pending scan reply messages after removal

14 years agoFix availability listing for devices without attached drivers
Marcel Holtmann [Thu, 23 Jul 2009 20:00:12 +0000 (22:00 +0200)]
Fix availability listing for devices without attached drivers

14 years agoFix signals for connected and default technologies
Marcel Holtmann [Thu, 23 Jul 2009 19:50:58 +0000 (21:50 +0200)]
Fix signals for connected and default technologies

14 years agoFix missing auto-connect trigger on Ethernet device removal
Marcel Holtmann [Thu, 23 Jul 2009 15:18:45 +0000 (17:18 +0200)]
Fix missing auto-connect trigger on Ethernet device removal

14 years agoRelease 0.34
Marcel Holtmann [Thu, 23 Jul 2009 08:49:31 +0000 (10:49 +0200)]
Release 0.34

14 years agoFix connect method to handle non-WiFi services
Marcel Holtmann [Thu, 23 Jul 2009 08:40:48 +0000 (10:40 +0200)]
Fix connect method to handle non-WiFi services

14 years agoFix wrong usage of device types instead of service types
Marcel Holtmann [Thu, 23 Jul 2009 08:29:37 +0000 (10:29 +0200)]
Fix wrong usage of device types instead of service types

14 years agoFix device power state changes tracking with RFKILL notifications
Marcel Holtmann [Thu, 23 Jul 2009 07:53:18 +0000 (09:53 +0200)]
Fix device power state changes tracking with RFKILL notifications

14 years agoFix rearming the scan trigger if a device got disabled
Marcel Holtmann [Thu, 23 Jul 2009 07:24:30 +0000 (09:24 +0200)]
Fix rearming the scan trigger if a device got disabled

14 years agoFix setup of udev context before loading any plugins
Marcel Holtmann [Thu, 23 Jul 2009 07:14:58 +0000 (09:14 +0200)]
Fix setup of udev context before loading any plugins

14 years agoRelease 0.33
Marcel Holtmann [Wed, 22 Jul 2009 21:29:21 +0000 (23:29 +0200)]
Release 0.33

14 years agoDon't remove state and storage directories on shutdown
Marcel Holtmann [Wed, 22 Jul 2009 21:09:08 +0000 (23:09 +0200)]
Don't remove state and storage directories on shutdown

14 years agoFix the state value of Network Manager compatibility support
Marcel Holtmann [Wed, 22 Jul 2009 19:02:56 +0000 (21:02 +0200)]
Fix the state value of Network Manager compatibility support

14 years agoHandle the RFKILL change events from udev
Marcel Holtmann [Wed, 22 Jul 2009 18:52:53 +0000 (20:52 +0200)]
Handle the RFKILL change events from udev

14 years agoStore the current blocked state internally
Marcel Holtmann [Wed, 22 Jul 2009 18:47:05 +0000 (20:47 +0200)]
Store the current blocked state internally

14 years agoAdd support for RFKILL changes of the WiFi subsystem
Marcel Holtmann [Wed, 22 Jul 2009 18:18:16 +0000 (20:18 +0200)]
Add support for RFKILL changes of the WiFi subsystem

14 years agoRelease 0.32
Marcel Holtmann [Wed, 22 Jul 2009 16:18:15 +0000 (18:18 +0200)]
Release 0.32

14 years agoFix WiMAX device detection handling
Marcel Holtmann [Wed, 22 Jul 2009 16:08:47 +0000 (18:08 +0200)]
Fix WiMAX device detection handling

14 years agoFix broken device unregistration on removal
Marcel Holtmann [Wed, 22 Jul 2009 15:49:12 +0000 (17:49 +0200)]
Fix broken device unregistration on removal

14 years agoRelease 0.31
Marcel Holtmann [Wed, 22 Jul 2009 12:54:08 +0000 (14:54 +0200)]
Release 0.31

14 years agoAdd some extra logging output
Marcel Holtmann [Wed, 22 Jul 2009 12:45:04 +0000 (14:45 +0200)]
Add some extra logging output

14 years agoIf previously powered off then don't enable when leaving offline mode
Marcel Holtmann [Wed, 22 Jul 2009 12:30:36 +0000 (14:30 +0200)]
If previously powered off then don't enable when leaving offline mode

14 years agoMove RTNL and udev init after probing of devices
Marcel Holtmann [Wed, 22 Jul 2009 12:24:44 +0000 (14:24 +0200)]
Move RTNL and udev init after probing of devices

14 years agoLoad global settings before probing devices
Marcel Holtmann [Wed, 22 Jul 2009 12:19:40 +0000 (14:19 +0200)]
Load global settings before probing devices

14 years agoRemove deprecated and unused network storage callbacks
Marcel Holtmann [Wed, 22 Jul 2009 12:02:40 +0000 (14:02 +0200)]
Remove deprecated and unused network storage callbacks

14 years agoAdd support for global offline mode storage
Marcel Holtmann [Wed, 22 Jul 2009 11:57:38 +0000 (13:57 +0200)]
Add support for global offline mode storage

14 years agoUse common storage helper for device information storage
Marcel Holtmann [Wed, 22 Jul 2009 11:56:15 +0000 (13:56 +0200)]
Use common storage helper for device information storage

14 years agoAdd common helpers for keyfile storage
Marcel Holtmann [Wed, 22 Jul 2009 11:50:17 +0000 (13:50 +0200)]
Add common helpers for keyfile storage

14 years agoRename internal function to match other function names
Marcel Holtmann [Wed, 22 Jul 2009 11:18:21 +0000 (13:18 +0200)]
Rename internal function to match other function names

14 years agoEnforce current offline mode for new devices
Marcel Holtmann [Wed, 22 Jul 2009 11:16:32 +0000 (13:16 +0200)]
Enforce current offline mode for new devices

14 years agoAdd infrastructure for global settings storage
Marcel Holtmann [Wed, 22 Jul 2009 11:04:25 +0000 (13:04 +0200)]
Add infrastructure for global settings storage

14 years agoAdd support for persistent storage of device power state
Marcel Holtmann [Wed, 22 Jul 2009 10:55:26 +0000 (12:55 +0200)]
Add support for persistent storage of device power state

14 years agoFix a crash with unsolicited notifications
Denis Kenzior [Tue, 21 Jul 2009 19:38:29 +0000 (14:38 -0500)]
Fix a crash with unsolicited notifications

When a line comes in from the modem, we check against prefixes
in outstanding commands and unsolicited notifications.  If the
outstanding command has not yet been sent (cmd_bytes_written == 0),
we still check it resulting in access violation.

14 years agoRelease 0.30
Marcel Holtmann [Tue, 21 Jul 2009 11:05:33 +0000 (13:05 +0200)]
Release 0.30

14 years agoDon't include hidden services in the service list
Marcel Holtmann [Tue, 21 Jul 2009 10:54:50 +0000 (12:54 +0200)]
Don't include hidden services in the service list

14 years agoFix D-Bus message reference leak when adding interface fails
Marcel Holtmann [Tue, 21 Jul 2009 10:10:41 +0000 (12:10 +0200)]
Fix D-Bus message reference leak when adding interface fails

14 years agoHandle the async notification of scan requests
Marcel Holtmann [Tue, 21 Jul 2009 10:08:12 +0000 (12:08 +0200)]
Handle the async notification of scan requests

14 years agoUse a proper udev function for getting network device
Marcel Holtmann [Tue, 21 Jul 2009 09:38:35 +0000 (11:38 +0200)]
Use a proper udev function for getting network device

14 years agoRemove broken and unused callback for joining networks
Marcel Holtmann [Tue, 21 Jul 2009 09:29:01 +0000 (11:29 +0200)]
Remove broken and unused callback for joining networks

14 years agoDon't remove the network structure during inactive state
Marcel Holtmann [Tue, 21 Jul 2009 09:26:32 +0000 (11:26 +0200)]
Don't remove the network structure during inactive state

14 years agoFix the problems with scan result from unknown triggers
Marcel Holtmann [Tue, 21 Jul 2009 09:25:38 +0000 (11:25 +0200)]
Fix the problems with scan result from unknown triggers

14 years agoPrint an error if disconnected from D-Bus
Marcel Holtmann [Tue, 21 Jul 2009 07:21:49 +0000 (09:21 +0200)]
Print an error if disconnected from D-Bus

14 years agoRemove test scripts for deprecated interfaces
Marcel Holtmann [Mon, 20 Jul 2009 14:36:10 +0000 (16:36 +0200)]
Remove test scripts for deprecated interfaces

14 years agoRemove support for network Connect and Disconnect methods
Marcel Holtmann [Mon, 20 Jul 2009 14:31:02 +0000 (16:31 +0200)]
Remove support for network Connect and Disconnect methods

14 years agoRemove support for CreateNetwork, RemoveNetwork and JoinNetwork
Marcel Holtmann [Mon, 20 Jul 2009 14:29:21 +0000 (16:29 +0200)]
Remove support for CreateNetwork, RemoveNetwork and JoinNetwork

14 years agoRelease 0.29
Marcel Holtmann [Sun, 19 Jul 2009 21:14:56 +0000 (23:14 +0200)]
Release 0.29

14 years agoSend signal when default technology changes
Marcel Holtmann [Sun, 19 Jul 2009 20:46:34 +0000 (22:46 +0200)]
Send signal when default technology changes

14 years agoAdd support for default technology property
Marcel Holtmann [Sun, 19 Jul 2009 20:04:41 +0000 (22:04 +0200)]
Add support for default technology property