Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Print out messages about starting and stopping the service | Marcel Holtmann | 2006-10-27 | 1 | -0/+4 | |
| | | ||||||
| * | Cleanups | Marcel Holtmann | 2006-10-27 | 2 | -2/+2 | |
| | | ||||||
| * | Add example authorization agent | Marcel Holtmann | 2006-10-27 | 2 | -1/+315 | |
| | | ||||||
| * | Added service agent stop method | Claudio Takahasi | 2006-10-27 | 1 | -1/+57 | |
| | | ||||||
| * | Add inquiry with RSSI for a Silicon Wave chip | Marcel Holtmann | 2006-10-27 | 1 | -0/+4 | |
| | | ||||||
| * | Add initial documentation of the Authorization API | Ulisses Furquim | 2006-10-27 | 1 | -1/+27 | |
| | | ||||||
| * | Added IsRunning | Claudio Takahasi | 2006-10-27 | 1 | -2/+18 | |
| | | ||||||
| * | Added service agent start method | Claudio Takahasi | 2006-10-27 | 1 | -6/+69 | |
| | | ||||||
| * | Fixed segmentation fault when unregistering the service agent | Claudio Takahasi | 2006-10-27 | 1 | -1/+2 | |
| | | ||||||
| * | Missing owner verification in the agent listener exit callback | Claudio Takahasi | 2006-10-27 | 1 | -8/+18 | |
| | | ||||||
| * | Cleanup: code standard, memory allocation verification and memory free | Claudio Takahasi | 2006-10-26 | 1 | -18/+25 | |
| | | ||||||
| * | Update D-Bus service configuration | Marcel Holtmann | 2006-10-26 | 1 | -6/+7 | |
| | | ||||||
| * | Add service agent object | Marcel Holtmann | 2006-10-26 | 1 | -1/+115 | |
| | | ||||||
| * | Must send ServiceUnregistered signal when agent exits | Marcel Holtmann | 2006-10-26 | 1 | -0/+7 | |
| | | ||||||
| * | Free memory and unregister the path when the service agent exits. | Claudio Takahasi | 2006-10-26 | 1 | -8/+25 | |
| | | ||||||
| * | Remove Name() and Description() methods from ServiceAgent interface | Ulisses Furquim | 2006-10-26 | 1 | -13/+2 | |
| | | ||||||
| * | Add skeleton for example echo service | Marcel Holtmann | 2006-10-26 | 3 | -1/+96 | |
| | | ||||||
| * | Provide variable for dbus-binding-tool | Marcel Holtmann | 2006-10-26 | 1 | -0/+3 | |
| | | ||||||
| * | Cleanup | Claudio Takahasi | 2006-10-26 | 1 | -5/+2 | |
| | | ||||||
| * | Send Release to all service agents before the hcid daemon exits | Claudio Takahasi | 2006-10-26 | 3 | -8/+44 | |
| | | ||||||
| * | Make name and description configurable | Marcel Holtmann | 2006-10-26 | 1 | -6/+29 | |
| | | ||||||
| * | Added Manager.GetInterfaceNames and changed service registration method ↵ | Claudio Takahasi | 2006-10-26 | 3 | -18/+42 | |
| | | | | | | | | prototype | |||||
| * | Remove name and description parameters from RegisterShadowService() method | Ulisses Furquim | 2006-10-26 | 1 | -5/+2 | |
| | | ||||||
| * | Minor fix | Eduardo Rocha | 2006-10-26 | 1 | -4/+4 | |
| | | ||||||
| * | Update RegisterService() and RegisterShadowService() documentation | Ulisses Furquim | 2006-10-26 | 1 | -4/+10 | |
| | | ||||||
| * | Adapt to modified parameter list of the register method | Marcel Holtmann | 2006-10-26 | 1 | -64/+4 | |
| | | ||||||
| * | Add short description for Service{Registered,Unregistered} signals | Ulisses Furquim | 2006-10-26 | 1 | -1/+9 | |
| | | ||||||
| * | Add signals to report when a service is registered or unregistered | Ulisses Furquim | 2006-10-26 | 1 | -4/+22 | |
| | | ||||||
| * | Minor bug fix | Eduardo Rocha | 2006-10-26 | 1 | -3/+1 | |
| | | ||||||
| * | Make Manager.ListServices() return an array of object paths | Ulisses Furquim | 2006-10-26 | 2 | -4/+10 | |
| | | ||||||
| * | Minor bug fix | Eduardo Rocha | 2006-10-26 | 1 | -6/+3 | |
| | | ||||||
| * | Code cleanup | Claudio Takahasi | 2006-10-26 | 1 | -4/+2 | |
| | | ||||||
| * | Added Manager.ListServices | Claudio Takahasi | 2006-10-26 | 1 | -1/+17 | |
| | | ||||||
| * | Store the service agent data in the D-Bus path data | Claudio Takahasi | 2006-10-26 | 3 | -184/+122 | |
| | | ||||||
| * | Code cleanup | Claudio Takahasi | 2006-10-26 | 1 | -31/+32 | |
| | | ||||||
| * | Fixed wrong previous commit | Claudio Takahasi | 2006-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | Added initial service reg skeleton | Claudio Takahasi | 2006-10-25 | 4 | -7/+522 | |
| | | ||||||
| * | Add short descriptions for each method of the new Service API | Ulisses Furquim | 2006-10-25 | 1 | -2/+87 | |
| | | ||||||
| * | Add missing methods to the service agent example | Marcel Holtmann | 2006-10-25 | 1 | -1/+101 | |
| | | ||||||
| * | Fix object path description of the Service hierarchy | Ulisses Furquim | 2006-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | Fix Service interface API | Ulisses Furquim | 2006-10-25 | 1 | -2/+2 | |
| | | ||||||
| * | Add draft example of a service agent | Marcel Holtmann | 2006-10-25 | 2 | -1/+306 | |
| | | ||||||
| * | First draft of the Service API. | Ulisses Furquim | 2006-10-24 | 1 | -0/+63 | |
| | | ||||||
| * | Add another build id for the "marcel" specific firmware | Marcel Holtmann | 2006-10-24 | 1 | -2/+3 | |
| | | ||||||
| * | Cleanup | Marcel Holtmann | 2006-10-24 | 1 | -3/+4 | |
| | | ||||||
| * | Send DefaultAdapterChanged when necessary | Johan Hedberg | 2006-10-22 | 1 | -1/+20 | |
| | | ||||||
| * | In case of no confirmation send a negative PIN code reply | Marcel Holtmann | 2006-10-22 | 1 | -0/+3 | |
| | | ||||||
| * | Implement the confirmation method | Marcel Holtmann | 2006-10-22 | 2 | -15/+202 | |
| | | ||||||
| * | Basic integration of confirmation concept | Marcel Holtmann | 2006-10-22 | 5 | -3/+37 | |
| | | ||||||
| * | Send DiscoverableTimeoutChanged signal | Marcel Holtmann | 2006-10-22 | 1 | -1/+6 | |
| | |