summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Luiz Augusto von Dentz2007-04-161-4/+8
| | | | dbus_message_iter_append_dict_entry.
* 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, ↵Claudio Takahasi2007-03-211-0/+7
| | | | Adapter.GetRemoteInfo and Service.GetInfo
* 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
|
* Fix service binary location generationJohan Hedberg2007-01-191-1/+1
|
* Rework .service file contents and service binary locationsJohan Hedberg2007-01-191-31/+38
|
* Remove unused register_service_records functionJohan Hedberg2007-01-191-23/+0
|
* Cleanup (get rid of service_call)Johan Hedberg2007-01-191-79/+1
|
* Started signal should have no parametersJohan Hedberg2007-01-191-4/+1
|
* Fix ActivateService for non-running servicesJohan Hedberg2007-01-191-1/+1
|
* Fix ActivateService to return the right response if a service is already runningJohan Hedberg2007-01-191-2/+2
|
* Implement Manager.ActivateServiceJohan Hedberg2007-01-191-20/+12
|
* Never remove the child watch for services until the process has really diedJohan Hedberg2007-01-191-27/+37
|
* Add signal filter and match before spawning service processesJohan Hedberg2007-01-191-16/+18
|
* Kill service if necessary when aborting startupJohan Hedberg2007-01-171-3/+7
|
* Start autostarted services in idle callbackJohan Hedberg2007-01-171-3/+17
|