summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Collapse)AuthorAgeFilesLines
* Don't install manual pages if daemon has been disabledMarcel Holtmann2007-03-271-1/+3
|
* Added description for dictionary based methods: Adapter.GetInfo, ↵Claudio Takahasi2007-03-221-2/+14
| | | | Adapter.GetRemoteInfo and Service.GetInfo
* Added adapter dict: adapter.GetInfo()Claudio Takahasi2007-03-211-20/+69
|
* Add basic GetInfo() and GetRemoteInfo() supportMarcel Holtmann2007-03-211-2/+51
|
* Implement full Service.GetInfo() supportMarcel Holtmann2007-03-212-3/+13
|
* Move dictionary helper to common codeMarcel Holtmann2007-03-213-29/+35
|
* Add helper for adding dictionary entriesMarcel Holtmann2007-03-211-15/+31
|
* Add example for the dictionary based info methodsMarcel Holtmann2007-03-211-2/+36
|
* Added skeleton for dict based methods: Adapter.GetInfo, ↵Claudio Takahasi2007-03-212-0/+21
| | | | Adapter.GetRemoteInfo and Service.GetInfo
* Missing connection attempt failed error for GetRemoteServiceHandlesClaudio Takahasi2007-03-211-0/+1
|
* Fix segfault when no passkey agents are registeredJohan Hedberg2007-03-121-9/+9
|
* Fix small typoMarcel Holtmann2007-03-061-1/+1
|
* Add adapter interface based trust related methodsMarcel Holtmann2007-03-051-1/+23
|
* Minor cleanup to for-loopJohan Hedberg2007-02-261-4/+1
|
* Cleanup service list string creationJohan Hedberg2007-02-261-7/+2
|
* Implement the trust methods properlyJohan Hedberg2007-02-265-28/+144
|
* initialize name request return value struct to 0 before using it (valgrind ↵Johan Hedberg2007-02-261-0/+1
| | | | was complaining about it)
* More changes do use glib memory allocationJohan Hedberg2007-02-266-30/+28
|
* Also update parser to use glib memory allocationJohan Hedberg2007-02-261-2/+4
|
* More glib memory allocation changesJohan Hedberg2007-02-268-30/+11
|
* Use GLib memory allocation functionsJohan Hedberg2007-02-2611-332/+134
|
* Remove request from pending list before freeing itJohan Hedberg2007-02-261-0/+1
|
* Use dbus_error_has_name in favor of strcmpJohan Hedberg2007-02-251-1/+1
|
* Authorization cleanupJohan Hedberg2007-02-251-13/+15
|
* Update authorization APIMarcel Holtmann2007-02-251-14/+14
|
* Return correct version string for Bluetooth 2.1Marcel Holtmann2007-02-131-1/+1
|
* Cleanup: removed variable declaration with initialization, 80 column and ↵Claudio Takahasi2007-01-301-54/+46
| | | | other minor fixes
* More SetMode cleanupJohan Hedberg2007-01-301-7/+2
|
* Make sure the device mode is only stored through a SetMode callJohan Hedberg2007-01-302-5/+2
|
* 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
|
* set_nonblocking: removed err argumentClaudio Takahasi2007-01-251-1/+3
|
* 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
|
* Move agent examples to daemon directoryMarcel Holtmann2007-01-253-802/+0
|
* Update passkey and auth agentsMarcel Holtmann2007-01-252-21/+40
|
* Make IsExternal() experimentalMarcel Holtmann2007-01-251-0/+3
|
* Implement Service.IsExternal methodJohan Hedberg2007-01-252-0/+24
|
* Fix authorization agent pending requestsJohan Hedberg2007-01-251-2/+2
|
* Add some debug prints to the authorize processJohan Hedberg2007-01-242-1/+17
|
* Remove incorrect g_io_channel_unref callJohan Hedberg2007-01-244-192/+176
|
* Moved set_nonblocking to common/dbus.cClaudio Takahasi2007-01-241-28/+0
|
* s/internal/external/ with respect to servicesJohan Hedberg2007-01-243-13/+13
|
* Fully implement Database.UnregisterServiceJohan Hedberg2007-01-243-0/+19
|
* Move service registration/authorization methods to database interfaceMarcel Holtmann2007-01-243-179/+224
|
* Move service registration to the manager interfaceMarcel Holtmann2007-01-242-30/+51
|
* Allow bus name as pattern for FindService()Marcel Holtmann2007-01-241-0/+3
|
* Update service register/unregister methodsMarcel Holtmann2007-01-241-1/+13
|