summaryrefslogtreecommitdiffstats
path: root/network/manager.c
Commit message (Expand)AuthorAgeFilesLines
* 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 methods...Luiz Augusto von Dentz2007-05-171-58/+237
* Fixes storage problems with connections and fix bug of CreateConnection not c...Luiz Augusto von Dentz2007-05-161-8/+49
* Use dbus_connection_emit_signal to emit signals.Luiz Augusto von Dentz2007-05-091-18/+10
* Use dbus_connection_destroy object path instead of dbus_connection_unregister...Johan Hedberg2007-05-091-1/+1
* 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
* Fix bug while creating connection, unref pending call just once.Luiz Augusto von Dentz2007-04-251-2/+0
* Check connection busy before removing it.Luiz Augusto von Dentz2007-04-201-0/+3
* Unref pending calls.Luiz Augusto von Dentz2007-04-191-0/+2
* network: missing append registered connection paths to the listClaudio Takahasi2007-04-161-1/+5
* network: fixed default adapterClaudio Takahasi2007-04-161-155/+44
* network: added function to store/update server propertyClaudio Takahasi2007-04-161-30/+0
* network: missing append registered server paths to the listClaudio Takahasi2007-04-161-4/+10
* network: added server_remove_stored functionClaudio Takahasi2007-04-161-2/+2
* network: added connection_storeClaudio Takahasi2007-04-141-0/+1
* network: addded server_storeClaudio Takahasi2007-04-141-1/+1
* network: cleanup and added some FIXME tagsClaudio Takahasi2007-04-131-8/+6
* network: changed server_register signature and code cleanupClaudio Takahasi2007-04-131-2/+2
* network: moved register_nap_from_file to server_register_from file to support...Claudio Takahasi2007-04-131-3/+4
* network: added register_nap_from_fileClaudio Takahasi2007-04-131-16/+25
* network: changed connection_register prototypeClaudio Takahasi2007-04-131-8/+40
* network: added code to parse the network fileClaudio Takahasi2007-04-131-14/+57
* network: initial skeleton to register stored network NAP/GN/PANUClaudio Takahasi2007-04-131-14/+26
* network: changed the server D-Bus path and moved storage functions to manager.cClaudio Takahasi2007-04-121-11/+62
* Add FindConnection method, bug fixes for disconnect events.Luiz Augusto von Dentz2007-04-121-0/+42