summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for autostarting servicesJohan Hedberg2007-01-171-65/+99
* Fix return value of unregister_serviceJohan Hedberg2007-01-171-0/+2
* Support for adding and removing .service files in /etc/bluetoothJohan Hedberg2007-01-161-62/+85
* Fix GetConnectionName crashMarcel Holtmann2007-01-161-1/+5
* Implement FindService methodMarcel Holtmann2007-01-161-0/+24
* Free identifier when releasing serviceMarcel Holtmann2007-01-161-0/+3
* Read optional service identifierMarcel Holtmann2007-01-161-0/+3
* Remove experimental tagging from service interfaceMarcel Holtmann2007-01-161-3/+0
* Use ServiceAdded and ServiceRemoved signalsMarcel Holtmann2007-01-161-2/+2
* Sanity check for startup timer existense in service_filterJohan Hedberg2007-01-161-2/+5
* Remove service filter if the service dies before we catch it's bus nameJohan Hedberg2007-01-161-32/+57
* Send Started signal after message replyMarcel Holtmann2007-01-151-8/+8
* Add extra debug prints for service error situationsJohan Hedberg2007-01-151-9/+16