summaryrefslogtreecommitdiffstats
path: root/network/connection.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-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
* Add connection state to prevent concurrent connectionsLuiz Augusto von Dentz2007-03-281-11/+32
* Get rid of old ioctl compability hack.Luiz Augusto von Dentz2007-03-271-9/+3
* Remove warning.Luiz Augusto von Dentz2007-03-261-1/+1
* Add connection watchdog.Luiz Augusto von Dentz2007-03-261-10/+18
* Fix connect.Luiz Augusto von Dentz2007-03-261-39/+38
* Fixes to use non-bloking socket on connect.Luiz Augusto von Dentz2007-03-261-49/+113
* Buf fixes.Luiz Augusto von Dentz2007-03-231-21/+34
* network: Added invalid service class verification for Manager.CreateConnectionClaudio Takahasi2007-03-231-3/+2
* network: Fixed string/service id/uuid convertion functionsClaudio Takahasi2007-03-231-9/+9
* Connection code.Luiz Augusto von Dentz2007-03-221-19/+278
* Remove duplicate code and some minor fixes.Luiz Augusto von Dentz2007-03-211-3/+12
* Fix build, move errors to error file and add server registration.Luiz Augusto von Dentz2007-03-191-3/+1
* - Fix standalone init when there is no bluetooth adapter.Luiz Augusto von Dentz2007-03-191-0/+26
* Network: Added network connection methods skeletonClaudio Takahasi2007-03-151-0/+127
* Add skeleton for network serviceMarcel Holtmann2007-03-091-0/+28