summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Added sender id verification for RegisterServiceRecord/UnregisterServiceRecordClaudio Takahasi2006-11-011-0/+6
|
* Added UnregisterServiceRecordClaudio Takahasi2006-11-011-1/+40
|
* Missing unregister the service records when the agent is unregisteredClaudio Takahasi2006-11-011-1/+5
|
* Added initial proposal for RegisterServiceRecordClaudio Takahasi2006-10-311-6/+137
|
* Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)Johan Hedberg2006-10-301-0/+5
|
* Cleanup: added function to create service_callClaudio Takahasi2006-10-301-12/+27
|
* Remove Interfaces() method and related code from the Service APIUlisses Furquim2006-10-301-30/+0
|
* Fix commentUlisses Furquim2006-10-301-1/+1
|
* SetTrusted: check if address is valid or notClaudio Takahasi2006-10-301-0/+3
|
* Added RemoveTrusted to Service interfaceClaudio Takahasi2006-10-271-1/+27
|
* Added IsTrusted in the Service interfaceClaudio Takahasi2006-10-271-1/+23
|
* Added SetTrusted in the Service interfaceClaudio Takahasi2006-10-271-1/+25
|
* Return an error if the Stop is called and the service is not runningClaudio Takahasi2006-10-271-1/+8
|
* Return an error if the service is already runningClaudio Takahasi2006-10-271-1/+8
|
* Added authentication agent functions prototypeClaudio Takahasi2006-10-271-11/+2
|
* Added simple Instrospection for Services interface methodsClaudio Takahasi2006-10-271-2/+5
|
* Added service authorization skeletonClaudio Takahasi2006-10-271-23/+31
|
* Added service agent stop methodClaudio Takahasi2006-10-271-1/+57
|