summaryrefslogtreecommitdiffstats
path: root/avahi-client
Commit message (Expand)AuthorAgeFilesLines
* * drop useless argumentLennart Poettering2005-08-231-8/+4
* * avahi-client/Trent Lloyd2005-08-232-2/+39
* * Move the D-BUS configured but not compiled in warning, and make it work ri...Trent Lloyd2005-08-231-0/+3
* bump .so current and ageLennart Poettering2005-08-231-1/+1
* fPIC fixLennart Poettering2005-08-231-1/+1
* * Add glib integration example.Trent Lloyd2005-08-221-0/+3
* * Add a simple entry group reset/change/commit to client-testTrent Lloyd2005-08-211-3/+17
* doc updateLennart Poettering2005-08-201-1/+1
* * Add avahi-client examples to doxygenLennart Poettering2005-08-201-0/+8
* * Disable debug output of avahi-clientLennart Poettering2005-08-205-5/+329
* * complete error handling in avahi-clientLennart Poettering2005-08-205-269/+475
* * many improvements to avahi-client (especially error handling)Lennart Poettering2005-08-205-317/+665
* rename libdbus-watch-glue to libdbus-commonLennart Poettering2005-08-191-1/+1
* * Improve and reorganise DBus error handling, see avahi-common/dbus.hTrent Lloyd2005-08-191-3/+2
* * implement avahi_client_freeLennart Poettering2005-08-194-88/+86
* * start implementing error handling in avahi-clientLennart Poettering2005-08-166-77/+134
* * cleanup build system a littleLennart Poettering2005-08-152-44/+41
* * Add pkg-config files for avahi-glib/avahi-clientLennart Poettering2005-08-151-1/+2
* add missing avahi-common dependency to avahi-clientLennart Poettering2005-08-151-1/+1
* * implement ini file parserLennart Poettering2005-08-155-278/+7
* * add new priority parameter to avahi_glib_poll_new()Lennart Poettering2005-08-149-67/+349
* * Fix docs/INSTALL for the right dbus path for debian (Thanks sebest)Trent Lloyd2005-08-144-3/+1
* * Remove AvahiEntryGroups from the client's list when we free itTrent Lloyd2005-08-142-3/+14
* * Remove most of the debug printf()s from avahi-client code and make sure er...Trent Lloyd2005-08-143-35/+4
* * Add a free function for AvahiEntryGroup in C apiTrent Lloyd2005-08-143-17/+52
* * Implement free functions for the various browsers in the C apiTrent Lloyd2005-08-143-7/+93
* * Add service browser support to C client APITrent Lloyd2005-08-145-1/+154
* * 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