summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-database.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed SDP conditional initializationCidorvan Leite2008-03-311-89/+35
|
* Add records based on the adapter addressClaudio Takahasi2008-03-201-9/+9
|
* Added adapter UpdateServiceRecord implementationClaudio Takahasi2008-03-201-12/+12
|
* Implement basic support for new service record registrationMarcel Holtmann2008-03-151-28/+58
|
* Rename some public agent functions to make way to the upcoming new agent APIJohan Hedberg2008-03-071-2/+2
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Whitespace cleanupJohan Hedberg2008-01-281-1/+1
|
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-24/+25
|
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
|
* Add some better debug logging for failed authoriztion requestsJohan Hedberg2007-08-281-3/+4
|
* Trigger the service classes update through a callbackMarcel Holtmann2007-08-231-10/+0
|
* First attempt for automatic setting of service classes valueMarcel Holtmann2007-08-221-0/+11
|
* Rename files for adapter interfaceMarcel Holtmann2007-08-151-0/+1
|
* database: Added new method UpdateServiceRecordFromXMLClaudio Takahasi2007-06-251-31/+74
|
* UpdateServiceRecord: fixed memory leak on failureClaudio Takahasi2007-06-251-1/+3
|
* Handle local connection disconnectsMarcel Holtmann2007-06-221-2/+2
|
* Improve local connection handlingMarcel Holtmann2007-06-221-0/+21
|
* UpdateServiceRecord: add/replace the rec handle attr before update it(when ↵Claudio Takahasi2007-06-121-0/+3
| | | | sdpd is running)
* UpdateServiceRecord: removed mem leak(when sdpd is running)Claudio Takahasi2007-06-121-14/+12
|
* Remove some experimental tags for stable methodsMarcel Holtmann2007-05-141-12/+0
|
* Convert to using the generic D-Bus object handlingJohan Hedberg2007-05-041-20/+16
|
* Added UpdateServiceRecordClaudio Takahasi2007-04-251-7/+69
|
* Implement global trust settingJohan Hedberg2007-04-101-1/+17
|
* Implement the trust methods properlyJohan Hedberg2007-02-261-2/+1
|
* More changes do use glib memory allocationJohan Hedberg2007-02-261-6/+6
|
* Use GLib memory allocation functionsJohan Hedberg2007-02-261-17/+9
|
* Add some debug prints to the authorize processJohan Hedberg2007-01-241-0/+2
|
* Remove incorrect g_io_channel_unref callJohan Hedberg2007-01-241-10/+22
|
* s/internal/external/ with respect to servicesJohan Hedberg2007-01-241-1/+1
|
* Fully implement Database.UnregisterServiceJohan Hedberg2007-01-241-0/+11
|
* Move service registration/authorization methods to database interfaceMarcel Holtmann2007-01-241-0/+98
|
* Move service registration to the manager interfaceMarcel Holtmann2007-01-241-30/+0
|
* Add support for internal debug servicesMarcel Holtmann2007-01-241-0/+30
|
* Update binary record handling for database interfaceMarcel Holtmann2007-01-221-3/+29
|
* Fix memory leaks in record handlingMarcel Holtmann2007-01-201-0/+9
|
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-0/+2
|
* Support internal and external SDP serversMarcel Holtmann2007-01-201-13/+38
|
* Clear newly created structuresMarcel Holtmann2007-01-201-0/+4
|
* Implement methods for database interfaceMarcel Holtmann2007-01-201-4/+130
|
* Add skeleton for database methodsMarcel Holtmann2007-01-191-0/+70
|
* Add file skeleton for database interfaceMarcel Holtmann2007-01-181-0/+28