summaryrefslogtreecommitdiffstats
path: root/network/connection.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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