summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2012-01-24device: Add caller information to ref/unref debug prints.Jukka Rissanen1-2/+12
2012-01-24provider: Add caller information to ref/unref debug prints.Jukka Rissanen1-2/+11
2012-01-24service: Add caller information to ref/unref debug prints.Jukka Rissanen1-2/+12
This helps to pin point the exact line/function who is taking the reference.
2012-01-13ipconfig: Move connman_ipaddress declaration to connman.hDaniel Wagner1-8/+1
2012-01-13ipconfig: Move connman_ipconfig_* to connman.hDaniel Wagner1-29/+0
Non of those function are used in the plugins. Let's move them to connman.h.
2012-01-05ipconfig: Have separate callbacks for route changes.Jukka Rissanen1-0/+2
Route changes should not trigger ip_bound or ip_release callbacks in service.c as that can cause too early transition into IPv6 ready state. The ip_bound (in __connman_ipconfig_newaddr()) and ip_release (in __connman_ipconfig_deladdr()) are enough to trigger a transition in IPv6 state. This also prevents too many notifier calls in session as we only notify session when address changes.
2011-12-12network: Remove connman_network_set_roamingDaniel Wagner1-2/+0
The current code uses connman_network_set_bool(network, "Roaming", value).
2011-12-12network: Add functionality to connect a hidden networkPatrik Flykt1-0/+3
When given a struct connman_network, look up a corresponding service. Set the earlier supplied identity and passphrase for this service and try to connect it.
2011-12-12device: Introduce hidden SSID scan functionPatrik Flykt1-0/+3
2011-11-15task: Allow vpn plugins to send replyMohamed Abbas1-1/+1
Change task notify to allow client to send dbus reply. This will allow vpn plugin to send requested user/password info.
2011-11-10rfkill.h: Remove unused header fileDaniel Wagner1-33/+0
2011-11-07provider: Helper function for fetching the keyfile groupPatrik Flykt1-0/+1
2011-11-07provider: Define a save function for provider driversPatrik Flykt1-0/+2
Define a save function for connman provider driver specific settings. No corresponding load function is defined since all saved settings are already loaded by connman_provider_load().
2011-09-13wifi: Add support to multi scan typeMohamed Abbas1-0/+1
Allow multi scan type for fast connect. Scanning request removed from interface_added() because it is already called in connman_device_set_powered() so no need to call it again immediately (fix by Jukka Rissanen <jukka.rissanen@linux.intel.com>)
2011-09-13storage: Export service loading functionJukka Rissanen1-0/+1
2011-09-13storage: Add services getterJukka Rissanen1-0/+37
2011-09-12location: Deleted location support and portal pluginTomasz Bursztyka1-78/+0
2011-08-25storage: remove storage module frameworkAlok Barsode1-58/+0
2011-08-25storage: Remove technology state load/save methods from storage moduleAlok Barsode1-2/+0
2011-08-25profile: Remove profile.c and profile.hAlok Barsode2-45/+0
2011-08-25device: Remove device persistent codeAlok Barsode1-3/+0
Connman now stores technology states persistently. Hence there is no reason to store device states persistently.
2011-08-25technology: Save state persistentlyAlok Barsode1-0/+3
Save the technology state persistently. This will help in resuming the technology state after offlinemode or during startup. This patch just saves the states.
2011-08-16plugin: Use weak reference for external debug statementsMarcel Holtmann1-2/+2
2011-08-15plugin: Add debug support for external pluginsMarcel Holtmann1-1/+9
2011-08-11notify: Add state_idle()Daniel Wagner1-0/+1
2011-08-11notify: Add service name parameter to service_add()Daniel Wagner1-1/+2
2011-08-11wifi: Move the wifi helper function to service.c and remove wifi.c.Alok Barsode1-40/+0
2011-07-28network: Remove connman_network_set_pac()Samuel Ortiz1-2/+0
This routine is not used.
2011-07-26device: Change signature of connman_device_remove_network()Daniel Wagner1-1/+1
2011-07-26network: Remove connman_network_register/unregister()Daniel Wagner1-3/+0
Since the service object doesn't take a reference the intermediate step of having a connman_network_register/unregister is not needed. This function are only there to have an additional step where probe()/remove() will be called. This is the job of connman_device_add_network()/connman_device_remove_network().
2011-07-12network: Remove unused functionDaniel Wagner1-2/+0
2011-06-27ipconfig: Added function to enable IPv6.Jukka Rissanen1-0/+1
2011-06-27connection: Separate IPv4 and IPv6 gateway and routing handling.Jukka Rissanen1-0/+1
2011-06-27inet: Added support functions for setting and clearing IPv6 gateway address.Jukka Rissanen1-0/+2
2011-06-16property: Remove itDaniel Wagner1-63/+0
2011-06-16element: Remove element.cDaniel Wagner2-178/+0
2011-06-16timeserver: Do not use element driver APIDaniel Wagner1-0/+4
2011-06-16element: Remove network codeDaniel Wagner2-2/+3
2011-06-16network: Remove element code from connman_network_[set|get]_blob()Daniel Wagner1-1/+0
2011-06-16network: Use setter/getters for connman_network_set/get_uint16()Daniel Wagner1-4/+6
2011-06-16network: Use setter/getters for connman_network_set/get_uint8()Daniel Wagner1-4/+2
2011-06-16network: Remove element code from connman_network_[set|get]_bool()Daniel Wagner1-0/+1
2011-06-16network: Remove unused network_driver->setup()Daniel Wagner1-1/+0
2011-06-16service: Remove Service.ModeDaniel Wagner1-9/+0
The only source for the cellular mode update was removed in a474ef1be8b76167b9d0ef8a9eb6fe24cc5eacc5". The WiFi plugin will not support adhoc mode. So this property is completly unused.
2011-06-07element: Remove device codeDaniel Wagner1-2/+0
2011-06-07element: Remove left overs from cleanDaniel Wagner1-19/+0
2011-05-31property: Remove CONNMAN_PROPERTY_ID_IPV6_*Daniel Wagner1-6/+0
2011-05-31property: Remove HOSTNAME and DOMAINNAMEDaniel Wagner2-6/+0
2011-05-31property: Remove unused CONNMAN_PROPERTY_ID_IPV4_*Daniel Wagner1-10/+0
2011-05-31element: Remove IPv6Daniel Wagner1-8/+0