summaryrefslogtreecommitdiffstats
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return error in case of service searchesMarcel Holtmann2007-01-192-12/+8
* Redirect service related method into the service frameworkMarcel Holtmann2007-01-193-15/+65
* Add skeleton for service frameworkMarcel Holtmann2007-01-195-22/+170
* Add service record handling and sender trackingMarcel Holtmann2007-01-191-3/+96
* Add missing XML based method skeletonMarcel Holtmann2007-01-181-1/+21
* Unregister interfaces on cleanupMarcel Holtmann2007-01-182-2/+8
* Add skeleton for database interfaceMarcel Holtmann2007-01-186-33/+203
* Use new D-Bus helper functionsMarcel Holtmann2007-01-181-5/+61
* Use default message handling supportMarcel Holtmann2007-01-181-6/+18
* Add skeleton for manager interfaceMarcel Holtmann2007-01-184-3/+110
* Use SDP server libraryMarcel Holtmann2007-01-131-0/+8
* Register notification callbackMarcel Holtmann2007-01-131-0/+21
* Update basic daemon groundworkMarcel Holtmann2007-01-131-12/+50
* Allow compilation against GLibMarcel Holtmann2007-01-122-4/+12
* Create skeleton of new master daemonMarcel Holtmann2006-11-172-3/+86
* Compile with Expat if availableMarcel Holtmann2006-11-171-0/+4
* Only compile the master daemonMarcel Holtmann2006-11-171-17/+2
* Create one master daemonMarcel Holtmann2006-11-172-23/+10
* Add channel propertyMarcel Holtmann2006-11-011-1/+41
* Update echo service to match the changed specificationMarcel Holtmann2006-11-012-18/+0
* Add channel property definitionMarcel Holtmann2006-11-011-0/+3
* Implement full echo serviceMarcel Holtmann2006-10-271-0/+100