summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add check for putenvLennart Poettering2005-08-151-1/+1
* fix python autoconf checkLennart Poettering2005-08-151-7/+4
* improve configure even moreLennart Poettering2005-08-151-3/+3
* fix configureLennart Poettering2005-08-151-6/+7
* fix typoLennart Poettering2005-08-151-1/+1
* * cleanup build system a littleLennart Poettering2005-08-1516-315/+402
* * Add pkg-config files for avahi-glib/avahi-clientLennart Poettering2005-08-159-20/+56
* add missing avahi-common dependency to avahi-clientLennart Poettering2005-08-151-1/+1
* * fix a bad memory access bug in avahi_strndup()Lennart Poettering2005-08-156-36/+130
* gcc 2.95 compatibilityLennart Poettering2005-08-157-5/+16
* apply patch from tvainikaLennart Poettering2005-08-151-1/+1
* Remove glib dependency from examplesLennart Poettering2005-08-151-4/+0
* strip glib usage from avahi-dnsconfdLennart Poettering2005-08-152-77/+112
* update some ignoresLennart Poettering2005-08-150-0/+0
* * implement ini file parserLennart Poettering2005-08-1519-733/+1025
* fix avahi-discover-standalone build breakageLennart Poettering2005-08-141-1/+1
* TODO updateLennart Poettering2005-08-141-2/+2
* * add new priority parameter to avahi_glib_poll_new()Lennart Poettering2005-08-1419-224/+710
* * Fix docs/INSTALL for the right dbus path for debian (Thanks sebest)Trent Lloyd2005-08-1410-31/+36
* * 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-147-22/+63
* * Implement free functions for the various browsers in the C apiTrent Lloyd2005-08-143-7/+93
* * Fix tests/Makefile.am to set CXXFLAGS for c-plus-plus-test, this fixes the...Trent Lloyd2005-08-141-1/+1
* * Add service browser support to C client APITrent Lloyd2005-08-146-2/+156
* Fix no network interface bug reported by LathiatLennart Poettering2005-08-142-4/+13
* * Revert revision 303 (Name space changes) as avahi-core has now been changed.Trent Lloyd2005-08-146-118/+92
* * doxygen documentation updatesLennart Poettering2005-08-1416-33/+134
* * add C++ testLennart Poettering2005-08-146-3/+168
* * allow SRV records with port == 0 (for flagship naming)Lennart Poettering2005-08-143-10/+8
* * add resource limit enforcement to the daemonLennart Poettering2005-08-146-27/+233
* Rename some server side objects/symbols so that they do not conflict with the...Lennart Poettering2005-08-1325-507/+516
* add missing error codes to some places where they belongLennart Poettering2005-08-133-2/+16
* * strip glib from avahi-coreLennart Poettering2005-08-1381-2589/+3352
* * add an handler in glade to handle the destroy eventSebastien Estienne2005-08-132-15/+33
* * implement hashmapLennart Poettering2005-08-1223-261/+687
* implement new main loop abstraction layerLennart Poettering2005-08-1234-42/+1010
* * Rename various data structures to prevent a namespace conflict with avahi-...Trent Lloyd2005-08-126-92/+118
* small indenting fixLennart Poettering2005-08-121-1/+1
* small typo fixLennart Poettering2005-08-121-1/+1
* Documentation updatesLennart Poettering2005-08-1210-18/+66
* fix avahi-dnsconfd.cLennart Poettering2005-08-121-1/+15
* Split avahi-common/util.h into Lennart Poettering2005-08-1237-237/+435
* * drop glib from avahi-commonLennart Poettering2005-08-1132-371/+733
* * 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
* updated INSTALLSebastien Estienne2005-08-111-4/+4