summaryrefslogtreecommitdiffstats
path: root/network/server.c
Commit message (Collapse)AuthorAgeFilesLines
...
* network: Remove the service record when the server path is unregisteredClaudio Takahasi2007-03-281-2/+37
|
* network: Added authorization for incomming connectionsClaudio Takahasi2007-03-271-12/+265
|
* network: added initial code for server L2CAP listeningClaudio Takahasi2007-03-261-1/+88
|
* network: added function to create the server(NAP/GN) service recordClaudio Takahasi2007-03-261-2/+124
|
* metwork: Added function to call the service record registrationClaudio Takahasi2007-03-261-6/+89
|
* network: using service class identifier instead of the uuid 128 string for ↵Claudio Takahasi2007-03-231-8/+8
| | | | server registration
* network: returning a better message content in the D-Bus error for invalid ↵Claudio Takahasi2007-03-221-3/+8
| | | | arguments
* network: added Server.SetRoutingClaudio Takahasi2007-03-221-4/+36
|
* network: Added Server.SetSecurityClaudio Takahasi2007-03-221-3/+23
|
* network: Added Server.GetSecurity()Claudio Takahasi2007-03-221-4/+16
|
* network: Added Server.SetNameClaudio Takahasi2007-03-221-3/+25
|
* network: Added Server.GetName()Claudio Takahasi2007-03-221-4/+19
|
* network: Added Server.GetUUID()Claudio Takahasi2007-03-221-5/+26
|
* Remove duplicate code and some minor fixes.Luiz Augusto von Dentz2007-03-211-1/+1
|
* Initial code of CreateServer and RemoveServer methods.Luiz Augusto von Dentz2007-03-201-1/+1
|
* Fix build, move errors to error file and add server registration.Luiz Augusto von Dentz2007-03-191-0/+25
|
* Initial implementation of network server interface.Luiz Augusto von Dentz2007-03-161-0/+135
|
* Add skeleton for network serviceMarcel Holtmann2007-03-091-0/+28