platform/upstream/connman.git
14 years agoRelease 0.31 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 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 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

14 years agoAdd special handling for empty strings
Marcel Holtmann [Sun, 19 Jul 2009 20:04:12 +0000 (22:04 +0200)]
Add special handling for empty strings

14 years agoAdd missing signal for offline mode changes
Marcel Holtmann [Sun, 19 Jul 2009 19:52:49 +0000 (21:52 +0200)]
Add missing signal for offline mode changes

14 years agoAdd option for offline mode to test script
Marcel Holtmann [Sun, 19 Jul 2009 19:44:06 +0000 (21:44 +0200)]
Add option for offline mode to test script

14 years agoDon't emit connecting state change signal
Marcel Holtmann [Sun, 19 Jul 2009 19:19:38 +0000 (21:19 +0200)]
Don't emit connecting state change signal

14 years agoEnsure updates of connected technologies for Ethernet
Marcel Holtmann [Sun, 19 Jul 2009 19:14:53 +0000 (21:14 +0200)]
Ensure updates of connected technologies for Ethernet

14 years agoFix the swapped registered vs enabled technologies signal
Marcel Holtmann [Sun, 19 Jul 2009 19:05:40 +0000 (21:05 +0200)]
Fix the swapped registered vs enabled technologies signal

14 years agoAdd simple GetState method for really simple applications
Marcel Holtmann [Sun, 19 Jul 2009 18:24:35 +0000 (20:24 +0200)]
Add simple GetState method for really simple applications

14 years agoFix handling of enabled notifications with async powered changes
Marcel Holtmann [Sun, 19 Jul 2009 18:07:12 +0000 (20:07 +0200)]
Fix handling of enabled notifications with async powered changes

14 years agoAdd support for ConnectedTechnologies property
Marcel Holtmann [Sun, 19 Jul 2009 17:57:50 +0000 (19:57 +0200)]
Add support for ConnectedTechnologies property

14 years agoRename Technologies property to AvailableTechnologies
Marcel Holtmann [Sun, 19 Jul 2009 17:39:30 +0000 (19:39 +0200)]
Rename Technologies property to AvailableTechnologies

14 years agoTrack service types and not device types for technologies listing
Marcel Holtmann [Sun, 19 Jul 2009 17:36:27 +0000 (19:36 +0200)]
Track service types and not device types for technologies listing

14 years agoEnsure that all supplicant and Bluetooth D-Bus calls disable auto-start
Marcel Holtmann [Sun, 19 Jul 2009 16:42:28 +0000 (18:42 +0200)]
Ensure that all supplicant and Bluetooth D-Bus calls disable auto-start

14 years agoRelease 0.28 0.28
Marcel Holtmann [Sat, 18 Jul 2009 07:34:38 +0000 (09:34 +0200)]
Release 0.28

14 years agoDuring the scan trigger set scanning to false to start fresh
Marcel Holtmann [Sat, 18 Jul 2009 07:18:04 +0000 (09:18 +0200)]
During the scan trigger set scanning to false to start fresh

14 years agoUse common function for resetting the scan trigger
Marcel Holtmann [Sat, 18 Jul 2009 07:17:36 +0000 (09:17 +0200)]
Use common function for resetting the scan trigger

14 years agoRevert supplicant change to always set scanning false after results
Marcel Holtmann [Sat, 18 Jul 2009 07:16:03 +0000 (09:16 +0200)]
Revert supplicant change to always set scanning false after results

14 years agoRemove the unneeded out-of-range error code setting
Marcel Holtmann [Sat, 18 Jul 2009 05:24:56 +0000 (07:24 +0200)]
Remove the unneeded out-of-range error code setting

14 years agoFix another reference counting imbalance when adding networks
Marcel Holtmann [Sat, 18 Jul 2009 05:09:51 +0000 (07:09 +0200)]
Fix another reference counting imbalance when adding networks

14 years agoRelease 0.27 0.27
Marcel Holtmann [Sat, 18 Jul 2009 01:57:46 +0000 (03:57 +0200)]
Release 0.27

14 years agoFix limitation with simultaneous connects from different technologies
Marcel Holtmann [Sat, 18 Jul 2009 01:44:17 +0000 (03:44 +0200)]
Fix limitation with simultaneous connects from different technologies

14 years agoIf supplicant is already disconnecting return EALREADY error code
Marcel Holtmann [Sat, 18 Jul 2009 01:31:17 +0000 (03:31 +0200)]
If supplicant is already disconnecting return EALREADY error code

14 years agoFix missing disarming of the connection timeout
Marcel Holtmann [Sat, 18 Jul 2009 01:19:51 +0000 (03:19 +0200)]
Fix missing disarming of the connection timeout

14 years agoRelease 0.26 0.26
Marcel Holtmann [Fri, 17 Jul 2009 19:08:35 +0000 (21:08 +0200)]
Release 0.26

14 years agoMake sure to always trigger disconnect on users request
Marcel Holtmann [Fri, 17 Jul 2009 17:25:53 +0000 (19:25 +0200)]
Make sure to always trigger disconnect on users request

14 years agoMention that Disconnect method implies the abort funtionality
Marcel Holtmann [Fri, 17 Jul 2009 17:21:54 +0000 (19:21 +0200)]
Mention that Disconnect method implies the abort funtionality

14 years agoEnsure only one service connection attempt at a time
Marcel Holtmann [Fri, 17 Jul 2009 16:37:28 +0000 (18:37 +0200)]
Ensure only one service connection attempt at a time

14 years agoRemove delay when removing services since it causes trouble
Marcel Holtmann [Fri, 17 Jul 2009 16:23:15 +0000 (18:23 +0200)]
Remove delay when removing services since it causes trouble

14 years agoHandle error for operation aborted case
Marcel Holtmann [Fri, 17 Jul 2009 16:21:59 +0000 (18:21 +0200)]
Handle error for operation aborted case

14 years agoRemove timeout when service connect is stopped via disconnect
Marcel Holtmann [Fri, 17 Jul 2009 15:37:27 +0000 (17:37 +0200)]
Remove timeout when service connect is stopped via disconnect

14 years agoDon't remove network from service during remove grace period
Marcel Holtmann [Fri, 17 Jul 2009 15:33:48 +0000 (17:33 +0200)]
Don't remove network from service during remove grace period

14 years agoEnsure to disconnect from devices and networks
Marcel Holtmann [Fri, 17 Jul 2009 14:55:42 +0000 (16:55 +0200)]
Ensure to disconnect from devices and networks

14 years agoRemove WiFi interface from supplicant when powering down
Marcel Holtmann [Fri, 17 Jul 2009 14:30:31 +0000 (16:30 +0200)]
Remove WiFi interface from supplicant when powering down

14 years agoAdd full support for enable/disable technology methods
Marcel Holtmann [Fri, 17 Jul 2009 14:05:08 +0000 (16:05 +0200)]
Add full support for enable/disable technology methods

14 years agoUpdate test script with new manager interface methods
Marcel Holtmann [Fri, 17 Jul 2009 13:26:04 +0000 (15:26 +0200)]
Update test script with new manager interface methods

14 years agoUpdate the network address when connected
Marcel Holtmann [Fri, 17 Jul 2009 13:12:02 +0000 (15:12 +0200)]
Update the network address when connected

14 years agoOne second timeout for service list update delays is enough
Marcel Holtmann [Fri, 17 Jul 2009 12:52:41 +0000 (14:52 +0200)]
One second timeout for service list update delays is enough

14 years agoFix reference counting with multiple networks with same SSID
Marcel Holtmann [Fri, 17 Jul 2009 12:51:52 +0000 (14:51 +0200)]
Fix reference counting with multiple networks with same SSID

14 years agoFix function names in comments
Marcel Holtmann [Fri, 17 Jul 2009 12:40:19 +0000 (14:40 +0200)]
Fix function names in comments

14 years agoAdd missing service state change signal sending
Marcel Holtmann [Fri, 17 Jul 2009 12:25:04 +0000 (14:25 +0200)]
Add missing service state change signal sending

14 years agoDon't store empty passphrases
Marcel Holtmann [Fri, 17 Jul 2009 11:53:54 +0000 (13:53 +0200)]
Don't store empty passphrases

14 years agoProtect hidden and active networks during scanning
Marcel Holtmann [Fri, 17 Jul 2009 11:48:59 +0000 (13:48 +0200)]
Protect hidden and active networks during scanning

14 years agoFix cleanup handling if hidden network connect attempt fails
Marcel Holtmann [Fri, 17 Jul 2009 11:24:59 +0000 (13:24 +0200)]
Fix cleanup handling if hidden network connect attempt fails

14 years agoIf the signal strength is zero don't declare this as weak
Marcel Holtmann [Fri, 17 Jul 2009 11:20:07 +0000 (13:20 +0200)]
If the signal strength is zero don't declare this as weak

14 years agoAdd function for cleaning out stale networks
Marcel Holtmann [Fri, 17 Jul 2009 11:11:14 +0000 (13:11 +0200)]
Add function for cleaning out stale networks

14 years agoDisable the get_bssid() function for now
Marcel Holtmann [Fri, 17 Jul 2009 10:41:11 +0000 (12:41 +0200)]
Disable the get_bssid() function for now

14 years agoRemove the BSSID retrieval for hidden networks
Martin Xu [Fri, 17 Jul 2009 10:04:04 +0000 (18:04 +0800)]
Remove the BSSID retrieval for hidden networks

14 years agoRegister hidden networks with the system and connect to them
Marcel Holtmann [Fri, 17 Jul 2009 10:39:00 +0000 (12:39 +0200)]
Register hidden networks with the system and connect to them

14 years agoFix the reference counting for revived services
Marcel Holtmann [Fri, 17 Jul 2009 10:08:34 +0000 (12:08 +0200)]
Fix the reference counting for revived services

14 years agoKeep Ethernet services around only for one second
Marcel Holtmann [Fri, 17 Jul 2009 09:46:58 +0000 (11:46 +0200)]
Keep Ethernet services around only for one second

14 years agoFix the issue with service re-ordering
Marcel Holtmann [Fri, 17 Jul 2009 09:44:01 +0000 (11:44 +0200)]
Fix the issue with service re-ordering

14 years agoFree reference count on network when it goes away
Marcel Holtmann [Fri, 17 Jul 2009 09:28:11 +0000 (11:28 +0200)]
Free reference count on network when it goes away

14 years agoFix handling of out-of-range access points
Marcel Holtmann [Fri, 17 Jul 2009 09:20:49 +0000 (11:20 +0200)]
Fix handling of out-of-range access points

14 years agoUse proper function to set association state
Marcel Holtmann [Fri, 17 Jul 2009 09:20:09 +0000 (11:20 +0200)]
Use proper function to set association state

14 years agoWhen network gets remove ensure to disconnect the service
Marcel Holtmann [Fri, 17 Jul 2009 09:19:37 +0000 (11:19 +0200)]
When network gets remove ensure to disconnect the service

14 years agoWhen scanning finished check for the auto-connect trigger
Marcel Holtmann [Fri, 17 Jul 2009 09:18:51 +0000 (11:18 +0200)]
When scanning finished check for the auto-connect trigger

14 years agoEnsure that supplicant disconnects from the network
Marcel Holtmann [Fri, 17 Jul 2009 09:18:15 +0000 (11:18 +0200)]
Ensure that supplicant disconnects from the network

14 years agoFix issues with current auto-connect logic
Marcel Holtmann [Fri, 17 Jul 2009 07:54:59 +0000 (09:54 +0200)]
Fix issues with current auto-connect logic

14 years agoRelease 0.25 0.25
Marcel Holtmann [Fri, 17 Jul 2009 02:10:51 +0000 (04:10 +0200)]
Release 0.25

14 years agoFix regression from the passphrase update change
Marcel Holtmann [Fri, 17 Jul 2009 01:43:59 +0000 (03:43 +0200)]
Fix regression from the passphrase update change

14 years agoIf the WiFi signal strength is below 20 then don't show network
Marcel Holtmann [Fri, 17 Jul 2009 01:40:17 +0000 (03:40 +0200)]
If the WiFi signal strength is below 20 then don't show network

14 years agoFix small coding style issue
Marcel Holtmann [Fri, 17 Jul 2009 01:31:10 +0000 (03:31 +0200)]
Fix small coding style issue

14 years agoDon't update service passphrases from networks
Marcel Holtmann [Fri, 17 Jul 2009 01:21:36 +0000 (03:21 +0200)]
Don't update service passphrases from networks

14 years agoRelease 0.24 0.24
Marcel Holtmann [Thu, 16 Jul 2009 23:59:49 +0000 (01:59 +0200)]
Release 0.24

14 years agoMention to set D-Bus timeout for service connect methods
Marcel Holtmann [Thu, 16 Jul 2009 23:45:04 +0000 (01:45 +0200)]
Mention to set D-Bus timeout for service connect methods

14 years agoRename some API document to indicate that they are low-level API
Marcel Holtmann [Thu, 16 Jul 2009 23:42:27 +0000 (01:42 +0200)]
Rename some API document to indicate that they are low-level API

14 years agoDon't forget to send signals for technology changes
Marcel Holtmann [Thu, 16 Jul 2009 23:33:49 +0000 (01:33 +0200)]
Don't forget to send signals for technology changes

14 years agoSend service list update when going to offline mode
Marcel Holtmann [Thu, 16 Jul 2009 23:13:31 +0000 (01:13 +0200)]
Send service list update when going to offline mode

14 years agoSet state to association if network driver doesn't fail
Marcel Holtmann [Thu, 16 Jul 2009 23:10:22 +0000 (01:10 +0200)]
Set state to association if network driver doesn't fail

14 years agoAdd skeleton for EnableTechnology/DisableTechnology methods
Marcel Holtmann [Thu, 16 Jul 2009 17:43:22 +0000 (19:43 +0200)]
Add skeleton for EnableTechnology/DisableTechnology methods

14 years agoAdd support for Technologies and EnabledTechnologies properties
Marcel Holtmann [Thu, 16 Jul 2009 13:54:16 +0000 (15:54 +0200)]
Add support for Technologies and EnabledTechnologies properties

14 years agoAdd documentation for the ConnectService method call
Marcel Holtmann [Thu, 16 Jul 2009 10:02:28 +0000 (12:02 +0200)]
Add documentation for the ConnectService method call