summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added IsRunningClaudio Takahasi2006-10-271-2/+18
* Added service agent start methodClaudio Takahasi2006-10-271-6/+69
* Fixed segmentation fault when unregistering the service agentClaudio Takahasi2006-10-271-1/+2
* Missing owner verification in the agent listener exit callbackClaudio Takahasi2006-10-271-8/+18
* Cleanup: code standard, memory allocation verification and memory freeClaudio Takahasi2006-10-261-18/+25
* Must send ServiceUnregistered signal when agent exitsMarcel Holtmann2006-10-261-0/+7
* Free memory and unregister the path when the service agent exits.Claudio Takahasi2006-10-261-8/+25
* CleanupClaudio Takahasi2006-10-261-5/+2
* Send Release to all service agents before the hcid daemon exitsClaudio Takahasi2006-10-261-8/+42
* Added Manager.GetInterfaceNames and changed service registration method proto...Claudio Takahasi2006-10-261-15/+35
* Minor fixEduardo Rocha2006-10-261-4/+4
* Minor bug fixEduardo Rocha2006-10-261-3/+1
* Make Manager.ListServices() return an array of object pathsUlisses Furquim2006-10-261-3/+3
* Minor bug fixEduardo Rocha2006-10-261-6/+3
* Code cleanupClaudio Takahasi2006-10-261-4/+2
* Added Manager.ListServicesClaudio Takahasi2006-10-261-1/+17
* Store the service agent data in the D-Bus path dataClaudio Takahasi2006-10-261-182/+115
* Code cleanupClaudio Takahasi2006-10-261-31/+32
* Added initial service reg skeletonClaudio Takahasi2006-10-251-0/+440
* Add skeletons for D-Bus SDP and service interfacesMarcel Holtmann2006-03-171-0/+29