aboutsummaryrefslogtreecommitdiff
path: root/avahi-client
AgeCommit message (Expand)Author
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 AvahiEntryGroups from the client's list when we free itTrent 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 a free function for AvahiEntryGroup in C apiTrent Lloyd
2005-08-14 * Implement free functions for the various browsers in the C apiTrent 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-11rename avahi_entry_group_state() to avahi_entry_group_get_state()Lennart 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-11Please do not include "config.h" in header files! (I wrote this in HACKING, b...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 * Add avahi-client to the doxygen runTrent 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-07-01* using AC_GNU_SOURCE instead of -D _GNU_SOURCESebastien Estienne
2005-06-30Fixed Makefile.am not installing headers file.Sebastien Estienne
2005-06-04 * Add some use documentation to the daemonTrent Lloyd