summaryrefslogtreecommitdiffstats
path: root/network/manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Network: missing unregister adapter driversClaudio Takahasi2008-09-051-1/+4
|
* Network: removed memory leak and moved config file related funcs to manager.cClaudio Takahasi2008-09-041-11/+151
|
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-9/+9
|
* Network: Minor cleanupClaudio Takahasi2008-09-011-12/+2
|
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-181-1/+0
|
* Fix device driver callbacks to not take driver pointer.Luiz Augusto von Dentz2008-08-131-25/+51
|
* Make network plugin to register adapter drivers.Luiz Augusto von Dentz2008-08-121-25/+81
|
* Introduce driver.c and driver.h files.Luiz Augusto von Dentz2008-08-051-0/+1
|
* Fix network plugin to reflect the api documentation.Luiz Augusto von Dentz2008-07-281-46/+15
|
* Adding adapter_get_address.Alok Barsode2008-07-281-1/+1
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding {driver, priv} list to btd_device and addingAlok Barsode2008-07-281-6/+12
| | | | | | driver as parameter to probe and remove. Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Cleanup network manager.Luiz Augusto von Dentz2008-07-281-711/+75
|
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-3/+3
|
* Convert network manager interface to use gdbus APIMarcel Holtmann2008-05-271-225/+153
|
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-1/+1
|
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-1/+0
|
* Fix dbus internals calls.Luiz Augusto von Dentz2008-05-071-144/+19
|
* network: removing some blocking dbus calls from manager.cVinicius Gomes2008-03-271-56/+3
|
* Convert network service into a pluginMarcel Holtmann2008-03-221-2/+2
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-28/+32
|
* Handle disabling interfaces via configuration file.Luiz Augusto von Dentz2007-10-311-33/+68
|
* Fixes cross storage and adapter path.Luiz Augusto von Dentz2007-10-221-10/+65
|
* Fix problem with server storage.Luiz Augusto von Dentz2007-09-281-6/+5
|
* Fix PANU connection not being restored from storage.Luiz Augusto von Dentz2007-09-281-0/+2
|
* Add secure link mode.Luiz Augusto von Dentz2007-09-281-1/+1
|
* Fixes codestyle, bridge creation and some code cleanup.Luiz Augusto von Dentz2007-09-281-7/+7
|
* Rework configuration file to use roles.Luiz Augusto von Dentz2007-09-281-14/+8
|
* Fix bridge removal on service exit.Luiz Augusto von Dentz2007-09-281-2/+8
|
* Add bridge name support.Luiz Augusto von Dentz2007-09-281-20/+29
|
* Add support for config file.Luiz Augusto von Dentz2007-09-281-2/+0
|
* Make it look niceMarcel Holtmann2007-09-131-6/+2
|
* network: add one space between the remote device name and the service nameClaudio Takahasi2007-09-131-2/+6
|
* Fix connection storage.Luiz Augusto von Dentz2007-09-041-23/+24
|
* network: server cleanup - added static DBusConnection and server init/exitClaudio Takahasi2007-08-291-10/+16
|
* network: CreateConnection - enable PANU to PANU connectionClaudio Takahasi2007-08-291-1/+1
|
* network: concat remote name and service name to the connection nameClaudio Takahasi2007-08-291-6/+11
|
* network: fixed minor memory leakClaudio Takahasi2007-08-241-0/+2
|
* network: removed unused signals(ServerCreated and ServerRemoved)Claudio Takahasi2007-08-241-2/+0
|
* Remove CreateServer and RemoveServer, servers are always create.Luiz Augusto von Dentz2007-06-201-66/+44
|
* Revert changes of missing GSList functions.Luiz Augusto von Dentz2007-05-181-61/+22
|
* Prevent use of missing function in eglib.Luiz Augusto von Dentz2007-05-171-22/+60
|
* Add LastConnection, DefaultConnection and ChangeDefaultConnection API ↵Luiz Augusto von Dentz2007-05-171-58/+237
| | | | methods and some minor fixes.
* Fixes storage problems with connections and fix bug of CreateConnection not ↵Luiz Augusto von Dentz2007-05-161-8/+49
| | | | checking for present connection with the same destination and profile.
* Use dbus_connection_emit_signal to emit signals.Luiz Augusto von Dentz2007-05-091-18/+10
|
* Use dbus_connection_destroy object path instead of ↵Johan Hedberg2007-05-091-1/+1
| | | | dbus_connection_unregister_object_path
* Switch to using generic dbus framework method dispatchingJohan Hedberg2007-05-091-58/+36
|
* Proceed if the bridge creation failsMarcel Holtmann2007-05-081-4/+2
|
* Fix server load from storage and add FindServer to API.Luiz Augusto von Dentz2007-05-081-0/+42
|
* network: minor cleanupClaudio Takahasi2007-05-011-3/+1
|