aboutsummaryrefslogtreecommitdiff
path: root/avahi-client/client.c
AgeCommit message (Expand)Author
2005-08-28* Move service/host name/address resolvers to asynchronous interfacesLennart Poettering
2005-08-26 * Implement AddressResolver in the avahi-client C apiTrent Lloyd
2005-08-23* drop useless argumentLennart Poettering
2005-08-23 * avahi-client/Trent Lloyd
2005-08-20* Disable debug output of avahi-clientLennart Poettering
2005-08-20* complete error handling in avahi-clientLennart Poettering
2005-08-20* many improvements to avahi-client (especially error handling)Lennart Poettering
2005-08-19 * Improve and reorganise DBus error handling, see avahi-common/dbus.hTrent Lloyd
2005-08-19* implement avahi_client_freeLennart Poettering
2005-08-16* start implementing error handling in avahi-clientLennart Poettering
2005-08-15* implement ini file parserLennart Poettering
2005-08-14* add new priority parameter to avahi_glib_poll_new()Lennart Poettering
2005-08-14 * Fix docs/INSTALL for the right dbus path for debian (Thanks sebest)Trent Lloyd
2005-08-14 * Remove most of the debug printf()s from avahi-client code and make sure er...Trent Lloyd
2005-08-14 * Add service browser support to C client APITrent Lloyd
2005-08-14 * Revert revision 303 (Name space changes) as avahi-core has now been changed.Trent Lloyd
2005-08-12 * Rename various data structures to prevent a namespace conflict with avahi-...Trent Lloyd
2005-08-11* Some minor error handling cleanupsLennart Poettering
2005-08-11There is no need to test a pointer to be freed for being NULL. free() does th...Lennart Poettering
2005-08-11It is a bad idea to name your own variables "errno". On some system the libc ...Lennart Poettering
2005-08-11 * Add ServiceTypeBrowser support to C APITrent Lloyd
2005-08-11 * Add DomainBrowser support to C client APITrent Lloyd
2005-08-11 * Work on avahi-clientTrent Lloyd
2005-08-08 * Move avahi-core/llist.h to avahi-common/llist.h, not installed.Trent Lloyd
2005-08-02 * Fix a stupidity in avahi-client that stopped it from working.Trent Lloyd
2005-08-01 * Work on avahi-clientTrent Lloyd
2005-07-29 * Move dbus service #defines to avahi-common/dbus.hTrent Lloyd
2005-06-04 * Add some use documentation to the daemonTrent Lloyd