summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Check for errors of add_match and remove_matchJohan Hedberg2007-01-151-2/+14
|
* Send ServiceRegistered and ServiceUnregistered at appropriate timesJohan Hedberg2007-01-151-0/+23
|
* Properly cleanup active services when exitingJohan Hedberg2007-01-151-4/+25
|
* Reply to Start and Stop methods only when the action has really completedJohan Hedberg2007-01-151-15/+46
|
* Add shutdown timer for services (SIGTERM, wait 2s, SIGKILL)Johan Hedberg2007-01-151-2/+32
|
* Fix service name owner exit situationJohan Hedberg2007-01-151-36/+13
|
* Send the Stopped signal from the right path and interfaceJohan Hedberg2007-01-151-4/+4
|
* Add startup timeout for spawned servicesJohan Hedberg2007-01-151-0/+28
|
* Preliminary support for catching the unique bus name of an execed serviceJohan Hedberg2007-01-151-6/+79
|
* Preliminary support for executing a service when Start is calledJohan Hedberg2007-01-151-43/+53
|
* Minor cleanup and a fixJohan Hedberg2007-01-141-2/+2
|
* First change towards reworked service frameworkJohan Hedberg2007-01-141-275/+178
|
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
|
* Rename struct slist to GSList and slist_* to g_slist_*Johan Hedberg2007-01-131-31/+30
|
* Disable methods that are marked as experimentalMarcel Holtmann2006-12-251-0/+6
|
* Truested devices:changed error names and integration with AuthorizeServiceClaudio Takahasi2006-12-041-9/+5
|
* Use permanent connection to SDP serverMarcel Holtmann2006-11-171-41/+8
|
* Register service record for all local adaptersMarcel Holtmann2006-11-171-1/+1
|
* Fixed service agent message forward and message unrefClaudio Takahasi2006-11-171-1/+3
|
* Added pre-allocate service record handlesClaudio Takahasi2006-11-161-3/+5
|
* Small code cleanupMarcel Holtmann2006-11-131-1/+1
|
* Prevent errno overwriting when unregistering agent service recordsClaudio Takahasi2006-11-091-0/+5
|
* handling sdp_connect error for service record registrationClaudio Takahasi2006-11-081-5/+19
|
* Unregister all sdp records when the hcid daemon exitsClaudio Takahasi2006-11-081-0/+3
|
* Remove the name listener if the service agent is unregisteredClaudio Takahasi2006-11-081-0/+2
|
* Prevent segmentation fault if the D-Bus path data is NULLClaudio Takahasi2006-11-081-2/+4
|
* Cleanup: checking service register/unregister return valueClaudio Takahasi2006-11-081-3/+11
|
* Register the service record using the binary registration functionClaudio Takahasi2006-11-081-11/+55
|
* Changed Started/Stopped signal interfaceClaudio Takahasi2006-11-071-2/+2
|
* Added autostart feature when calling RegisterServiceClaudio Takahasi2006-11-071-13/+4
|
* Moved service record methods from Service to Manager interfaceClaudio Takahasi2006-11-011-110/+0
|