summaryrefslogtreecommitdiffstats
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Update copyright informationMarcel Holtmann2008-02-0213-13/+13
* The interface is already part of the object itselfMarcel Holtmann2007-06-221-4/+2
* Add example for manager signalsMarcel Holtmann2007-06-222-1/+31
* Use direct connection only in standalone modeMarcel Holtmann2007-06-221-1/+5
* Correct error messageMarcel Holtmann2007-06-221-1/+1
* Improve local connection handlingMarcel Holtmann2007-06-221-2/+16
* More work on private D-Bus serverMarcel Holtmann2007-06-191-22/+19
* Propagate local server address to servicesMarcel Holtmann2007-06-161-0/+7
* Add two more missing attributesMarcel Holtmann2007-05-211-0/+8
* And another bunch of missing attributesMarcel Holtmann2007-05-211-0/+19
* Add more attributes to the example recordMarcel Holtmann2007-05-211-0/+10
* Fix signature for service remove methodMarcel Holtmann2007-05-211-1/+1
* Update example service recordMarcel Holtmann2007-05-211-2/+36
* Add test script for adding service recordsMarcel Holtmann2007-05-212-1/+49
* generic introspection cleanup & small additionsJohan Hedberg2007-05-033-3/+3
* Add device ID supportMarcel Holtmann2007-04-251-1/+1
* Fix missing G_IO_NVAL handlingMarcel Holtmann2007-04-041-2/+2
* Add Bluetooth specific methodsMarcel Holtmann2007-03-211-0/+7
* Add HAL namespace documentMarcel Holtmann2007-03-212-1/+20
* Handle authorization timeoutsMarcel Holtmann2007-02-251-4/+57
* Only unref after setting the notify actionMarcel Holtmann2007-02-251-2/+2
* Decrease reference count for pending callbackMarcel Holtmann2007-02-251-0/+2
* Fix some memory leaksMarcel Holtmann2007-01-281-1/+19
* Use D-Bus API for service record registrationMarcel Holtmann2007-01-251-32/+39
* Ignore SIGCHLD and SIGPIPEMarcel Holtmann2007-01-251-0/+6
* Move agent examples to daemon directoryMarcel Holtmann2007-01-253-1/+801
* Change error messageMarcel Holtmann2007-01-241-1/+1
* Fix authorization request handlingMarcel Holtmann2007-01-241-4/+10
* Add support for requesting authorizationMarcel Holtmann2007-01-241-13/+98
* Include bluetooth.conf into distributionMarcel Holtmann2007-01-231-1/+1
* Move bluetooth.conf D-Bus security file into daemon directoryMarcel Holtmann2007-01-232-0/+39
* Make echo and input service configurableMarcel Holtmann2007-01-231-8/+10
* Unregister service record on shutdownMarcel Holtmann2007-01-221-15/+22
* Unreference the IO channel from the main() functionMarcel Holtmann2007-01-211-2/+0
* Remove g_strfreev callMarcel Holtmann2007-01-211-2/+0
* Avoid using g_shell_parse_argvMarcel Holtmann2007-01-211-3/+3
* Add support for GetIdentifierMarcel Holtmann2007-01-201-1/+19
* Don't call unref in IO handling functionMarcel Holtmann2007-01-202-3/+32
* Update copyright informationMarcel Holtmann2007-01-201-1/+1
* Add missing service descriptionMarcel Holtmann2007-01-201-0/+4
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-204-16/+12
* Don't install services that are in experimental stateMarcel Holtmann2007-01-201-0/+8
* Implement full echo serviceMarcel Holtmann2007-01-191-1/+162
* Rename echo service and install itMarcel Holtmann2007-01-191-5/+10
* Make the echo service useful for testing againMarcel Holtmann2007-01-193-269/+37
* Emulate service starting and stoppingMarcel Holtmann2007-01-191-16/+44
* For testing purpose always return the test serviceMarcel Holtmann2007-01-191-2/+5
* Add test code for binary record registrationMarcel Holtmann2007-01-191-0/+13
* Update manager interaction with adapter and service frameworkMarcel Holtmann2007-01-195-96/+161
* Add skeleton for adapter frameworkMarcel Holtmann2007-01-195-23/+161