summaryrefslogtreecommitdiffstats
path: root/avahi-client
Commit message (Expand)AuthorAgeFilesLines
* * Revert revision 303 (Name space changes) as avahi-core has now been changed.Trent Lloyd2005-08-146-118/+92
* * Rename various data structures to prevent a namespace conflict with avahi-...Trent Lloyd2005-08-126-92/+118
* * Some minor error handling cleanupsLennart Poettering2005-08-113-12/+12
* rename avahi_entry_group_state() to avahi_entry_group_get_state()Lennart Poettering2005-08-112-2/+2
* 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-113-7/+7
* Please do not include "config.h" in header files! (I wrote this in HACKING, b...Lennart Poettering2005-08-112-4/+4
* * Add ServiceTypeBrowser support to C APITrent Lloyd2005-08-115-8/+160
* * Add DomainBrowser support to C client APITrent Lloyd2005-08-117-14/+195
* * Work on avahi-clientTrent Lloyd2005-08-116-44/+528
* * Add avahi-client to the doxygen runTrent Lloyd2005-08-081-0/+4
* * Move avahi-core/llist.h to avahi-common/llist.h, not installed.Trent Lloyd2005-08-084-67/+125
* * Fix a stupidity in avahi-client that stopped it from working.Trent Lloyd2005-08-021-6/+6
* * Work on avahi-clientTrent Lloyd2005-08-013-3/+235
* * Move dbus service #defines to avahi-common/dbus.hTrent Lloyd2005-07-294-9/+35
* * using AC_GNU_SOURCE instead of -D _GNU_SOURCESebastien Estienne2005-07-011-1/+1
* Fixed Makefile.am not installing headers file.Sebastien Estienne2005-06-301-1/+1
* * Add some use documentation to the daemonTrent Lloyd2005-06-044-0/+101