aboutsummaryrefslogtreecommitdiff
path: root/avahi-client
AgeCommit message (Expand)Author
2005-08-28bum sonamesLennart Poettering
2005-08-28* Move service/host name/address resolvers to asynchronous interfacesLennart Poettering
2005-08-27* fix some small issues in client-testLennart Poettering
2005-08-26 * Implement AddressResolver in the avahi-client C apiTrent Lloyd
2005-08-26 * Implement the HostNameResolver in the avahi-client C apiTrent Lloyd
2005-08-25* fix "sebest's bug" (TM) -- deal with dbus brokeness when passing zero leng...Lennart Poettering
2005-08-23* drop useless argumentLennart Poettering
2005-08-23 * avahi-client/Trent Lloyd
2005-08-23 * Move the D-BUS configured but not compiled in warning, and make it work ri...Trent Lloyd
2005-08-23bump .so current and ageLennart Poettering
2005-08-23fPIC fixLennart Poettering
2005-08-22 * Add glib integration example.Trent Lloyd
2005-08-21 * Add a simple entry group reset/change/commit to client-testTrent Lloyd
2005-08-20doc updateLennart Poettering
2005-08-20* Add avahi-client examples to doxygenLennart Poettering
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-19rename libdbus-watch-glue to libdbus-commonLennart 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* cleanup build system a littleLennart Poettering
2005-08-15* Add pkg-config files for avahi-glib/avahi-clientLennart Poettering
2005-08-15add missing avahi-common dependency to 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 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