summaryrefslogtreecommitdiffstats
path: root/network/connection.c
Commit message (Expand)AuthorAgeFilesLines
* Network: removed unused functionClaudio Takahasi2008-09-051-6/+0
* Network: Minor cleanupClaudio Takahasi2008-09-011-8/+0
* Add 30s timeout to setup connection phaseMarcel Holtmann2008-08-081-0/+12
* Make use of peer_free instead of g_free.Luiz Augusto von Dentz2008-07-301-1/+1
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-1/+1
* Fix network plugin to reflect the api documentation.Luiz Augusto von Dentz2008-07-281-114/+166
* Cleanup network manager.Luiz Augusto von Dentz2008-07-281-258/+43
* Move some D-Bus helpers aroundMarcel Holtmann2008-06-071-0/+2
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-2/+2
* Remove use of dbus_connection_get_object_user_data from network.Luiz Augusto von Dentz2008-06-061-6/+15
* Fixes missing parts of network which didn't use libgdbus.Luiz Augusto von Dentz2008-06-031-4/+20
* Convert network connection handling to gdbus APIMarcel Holtmann2008-05-271-173/+121
* Convert network manager interface to use gdbus APIMarcel Holtmann2008-05-271-2/+0
* Fix issues with missing include for PATH_MAXutils-3.32Marcel Holtmann2008-05-201-0/+1
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-1/+2
* 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
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-071-92/+19
* Fix bug that prevent bnep interfaces to come up on reconnection.Luiz Augusto von Dentz2008-05-061-0/+1
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-10/+10
* Fix code style.Luiz Augusto von Dentz2007-10-221-1/+1
* Fixes cross storage and adapter path.Luiz Augusto von Dentz2007-10-221-3/+17
* Fix dict signatures.Luiz Augusto von Dentz2007-10-031-1/+1
* Fixes codestyle, bridge creation and some code cleanup.Luiz Augusto von Dentz2007-09-281-10/+10
* Rework configuration file to use roles.Luiz Augusto von Dentz2007-09-281-13/+2
* Add support for script execution.Luiz Augusto von Dentz2007-09-281-3/+3
* Add bridge name support.Luiz Augusto von Dentz2007-09-281-35/+60
* Add LastConnection, DefaultConnection and ChangeDefaultConnection API methods...Luiz Augusto von Dentz2007-05-171-8/+21
* Fixes storage problems with connections and fix bug of CreateConnection not c...Luiz Augusto von Dentz2007-05-161-3/+35
* Add CancelConnect to Connection interface.Luiz Augusto von Dentz2007-05-141-4/+26
* Add method to retrieve adapter addressMarcel Holtmann2007-05-141-4/+25
* Use dbus_connection_emit_signal to emit signals.Luiz Augusto von Dentz2007-05-091-11/+9
* Switch to using generic dbus framework method dispatchingJohan Hedberg2007-05-091-50/+32
* Make connection host address available via GetInfo.Luiz Augusto von Dentz2007-05-081-0/+6
* Update network API documentation.Luiz Augusto von Dentz2007-04-271-0/+4
* Check connection busy before removing it.Luiz Augusto von Dentz2007-04-201-0/+11
* Fix use of GIOChannelLuiz Augusto von Dentz2007-04-181-14/+19
* Add GetInfo() to network.Connection interface.Luiz Augusto von Dentz2007-04-171-0/+36
* Move code to bring up interface to common and use it on connection.Luiz Augusto von Dentz2007-04-161-1/+6
* network: added connection_storeClaudio Takahasi2007-04-141-1/+38
* network: changed connection_register prototypeClaudio Takahasi2007-04-131-29/+8
* network: code cleanupClaudio Takahasi2007-04-131-24/+22
* Fix code style.Luiz Augusto von Dentz2007-04-121-1/+1
* Fix warning on build.Luiz Augusto von Dentz2007-04-121-1/+1
* Add FindConnection method, bug fixes for disconnect events.Luiz Augusto von Dentz2007-04-121-6/+32
* Fix bug on GetInterface.Luiz Augusto von Dentz2007-04-121-1/+2
* Fix bug while disconnecting.Luiz Augusto von Dentz2007-04-051-1/+0
* Fix message unref and interface name bugs.Luiz Augusto von Dentz2007-03-291-3/+11
* Add code to extract record attributes.Luiz Augusto von Dentz2007-03-291-5/+66