summaryrefslogtreecommitdiffstats
path: root/avahi-client/client.c
Commit message (Expand)AuthorAgeFilesLines
* * Move service/host name/address resolvers to asynchronous interfacesLennart Poettering2005-08-281-1/+68
* * Implement AddressResolver in the avahi-client C apiTrent Lloyd2005-08-261-0/+2
* * drop useless argumentLennart Poettering2005-08-231-8/+4
* * avahi-client/Trent Lloyd2005-08-231-1/+38
* * Disable debug output of avahi-clientLennart Poettering2005-08-201-4/+8
* * complete error handling in avahi-clientLennart Poettering2005-08-201-17/+19
* * many improvements to avahi-client (especially error handling)Lennart Poettering2005-08-201-124/+227
* * Improve and reorganise DBus error handling, see avahi-common/dbus.hTrent Lloyd2005-08-191-3/+2
* * implement avahi_client_freeLennart Poettering2005-08-191-72/+72
* * start implementing error handling in avahi-clientLennart Poettering2005-08-161-50/+97
* * implement ini file parserLennart Poettering2005-08-151-1/+1
* * add new priority parameter to avahi_glib_poll_new()Lennart Poettering2005-08-141-11/+16
* * Fix docs/INSTALL for the right dbus path for debian (Thanks sebest)Trent Lloyd2005-08-141-1/+0
* * Remove most of the debug printf()s from avahi-client code and make sure er...Trent Lloyd2005-08-141-27/+4
* * Add service browser support to C client APITrent Lloyd2005-08-141-1/+6
* * Revert revision 303 (Name space changes) as avahi-core has now been changed.Trent Lloyd2005-08-141-4/+4
* * Rename various data structures to prevent a namespace conflict with avahi-...Trent Lloyd2005-08-121-4/+4
* * Some minor error handling cleanupsLennart Poettering2005-08-111-10/+8
* There is no need to test a pointer to be freed for being NULL. free() does th...Lennart Poettering2005-08-111-1/+1
* It is a bad idea to name your own variables "errno". On some system the libc ...Lennart Poettering2005-08-111-4/+4
* * Add ServiceTypeBrowser support to C APITrent Lloyd2005-08-111-2/+7
* * Add DomainBrowser support to C client APITrent Lloyd2005-08-111-6/+6
* * Work on avahi-clientTrent Lloyd2005-08-111-35/+130
* * Move avahi-core/llist.h to avahi-common/llist.h, not installed.Trent Lloyd2005-08-081-47/+90
* * Fix a stupidity in avahi-client that stopped it from working.Trent Lloyd2005-08-021-6/+6
* * Work on avahi-clientTrent Lloyd2005-08-011-0/+194
* * Move dbus service #defines to avahi-common/dbus.hTrent Lloyd2005-07-291-3/+10
* * Add some use documentation to the daemonTrent Lloyd2005-06-041-0/+11