summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Fix external service (un)registrationJohan Hedberg2008-01-241-28/+31
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-10/+11
* Whitespace cleanupJohan Hedberg2007-11-071-7/+7
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
* Fix dict signatures.Luiz Augusto von Dentz2007-10-031-1/+1
* Fix the listing of service based trustsMarcel Holtmann2007-08-191-14/+32
* More header cleanupsMarcel Holtmann2007-08-161-0/+2
* Rename files for adapter interfaceMarcel Holtmann2007-08-151-0/+1
* Rename files for manager interfaceMarcel Holtmann2007-08-151-1/+1
* Handle local connection disconnectsMarcel Holtmann2007-06-221-7/+12
* Propagate local server address to servicesMarcel Holtmann2007-06-161-3/+12
* Remove some experimental tags for stable methodsMarcel Holtmann2007-05-141-3/+0
* Update Service interface and objects to use the generic frameworkJohan Hedberg2007-05-071-110/+79
* Add missing includes for dbus-helper.hJohan Hedberg2007-04-171-0/+1
* Implement experimental Service.GetBusName methodJohan Hedberg2007-04-171-0/+21
* Move append_dict_entry to utils/common and change the name to dbus_message_it...Luiz Augusto von Dentz2007-04-161-4/+8
* Add signals for adding and removing trustJohan Hedberg2007-04-111-4/+22
* Implement global trust settingJohan Hedberg2007-04-101-4/+5
* Implement full Service.GetInfo() supportMarcel Holtmann2007-03-211-2/+9
* Move dictionary helper to common codeMarcel Holtmann2007-03-211-29/+0
* Add helper for adding dictionary entriesMarcel Holtmann2007-03-211-15/+31
* Add example for the dictionary based info methodsMarcel Holtmann2007-03-211-2/+36
* Added skeleton for dict based methods: Adapter.GetInfo, Adapter.GetRemoteInfo...Claudio Takahasi2007-03-211-0/+7
* Implement the trust methods properlyJohan Hedberg2007-02-261-24/+10
* Fix object path validity checkJohan Hedberg2007-01-251-1/+1
* Add extra checks for paths and identifiers of new servicesJohan Hedberg2007-01-251-0/+26
* Allow more than one external serviceMarcel Holtmann2007-01-251-6/+11
* Move debug output into conditionMarcel Holtmann2007-01-251-4/+6
* Check for PID before sending SIGTERMMarcel Holtmann2007-01-251-1/+1
* Check for PID before sending SIGKILLMarcel Holtmann2007-01-251-2/+2
* Make IsExternal() experimentalMarcel Holtmann2007-01-251-0/+3
* Implement Service.IsExternal methodJohan Hedberg2007-01-251-0/+18
* s/internal/external/ with respect to servicesJohan Hedberg2007-01-241-11/+11
* Fully implement Database.UnregisterServiceJohan Hedberg2007-01-241-0/+6
* Allow bus name as pattern for FindService()Marcel Holtmann2007-01-241-0/+3
* Add support for internal debug servicesMarcel Holtmann2007-01-241-4/+83
* More accurate service exit reason debug messagesJohan Hedberg2007-01-211-2/+7
* g_key_file_new will never return NULLJohan Hedberg2007-01-211-5/+0
* Get rid of the Options service attributeJohan Hedberg2007-01-211-31/+5
* Release services when system bus goes awayMarcel Holtmann2007-01-201-76/+16
* Add extra debug line to notify callbackMarcel Holtmann2007-01-201-0/+2
* Implement GetIdentifier methodMarcel Holtmann2007-01-201-2/+23
* Remove GetConnectionName methodMarcel Holtmann2007-01-201-22/+0
* Check for memory allocation errors of the key fileMarcel Holtmann2007-01-201-0/+5
* Get rid of g_idle_addJohan Hedberg2007-01-201-17/+3
* Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-201-3/+3
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-0/+2
* Use g_strdup for trusted_devicesJohan Hedberg2007-01-191-3/+3
* Use GLib allocation and freeing functionsJohan Hedberg2007-01-191-29/+14