summaryrefslogtreecommitdiffstats
path: root/daemon/echo.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* 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
* Fix missing G_IO_NVAL handlingMarcel Holtmann2007-04-041-2/+2
* 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
* 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
* Unregister service record on shutdownMarcel Holtmann2007-01-221-15/+22
* Unreference the IO channel from the main() functionMarcel Holtmann2007-01-211-2/+0
* Don't call unref in IO handling functionMarcel Holtmann2007-01-201-3/+1
* Update copyright informationMarcel Holtmann2007-01-201-1/+1
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-1/+2
* Implement full echo serviceMarcel Holtmann2007-01-191-1/+162
* Make the echo service useful for testing againMarcel Holtmann2007-01-191-248/+31
* Add channel propertyMarcel Holtmann2006-11-011-1/+41
* Update echo service to match the changed specificationMarcel Holtmann2006-11-011-10/+0
* Implement full echo serviceMarcel Holtmann2006-10-271-0/+100
* Add service agent objectMarcel Holtmann2006-10-261-1/+115
* Add skeleton for example echo serviceMarcel Holtmann2006-10-261-0/+57