aboutsummaryrefslogtreecommitdiff
path: root/avahi-common
AgeCommit message (Expand)Author
2015-08-21Fix LOCAL_EXPORT_C_INCLUDE_DIRS variable name.Robert Ginda
2015-08-20Add LOCAL_EXPORT_C_INCLUDESRobert Ginda
2015-08-13Remove LOCAL_MODULE_TAGS vars, switch to SHARED libs.Robert Ginda
2015-08-12Initial add of Android.mk files.Robert Ginda
2015-08-11rename avahi-common/malloc.[ch] to avahi-malloc.Robert Ginda
2015-08-11Apply patch 0001 from http://www.avahi.org/ticket/354Robert Ginda
2012-09-07avahi-common: typo fixLennart Poettering
2011-04-02general: various smaller fixesLennart Poettering
2010-06-25watch: ignore EINTR in the main loopLennart Poettering
2010-06-25docs: document what to do on AVAHI_ERR_DISCONNECTED (see #278)Lennart Poettering
2010-06-25build-sys: fix reference to LIBINTL/INTLLIBSLennart Poettering
2010-06-25get rid of a lot of old svn cruftLennart Poettering
2010-06-25from now on we enforce a strict whitespace regimeLennart Poettering
2009-11-14fix various compiler warningsLennart Poettering
2008-12-12libavahi-common needs to link libintlLennart Poettering
2008-12-12attribute alloc_size for newer gccs.Marcus Meissner
2008-12-12actually set thread_running. Closes #251Lennart Poettering
2008-10-26initialize i18n automaticallyLennart Poettering
2008-06-24Don't use -export-dynamic as a linker flagSjoerd Simons
2008-06-18add .gitignore filesLennart Poettering
2007-12-17add i18n supportLennart Poettering
2007-10-28include avahi-gobject docs in doxygenLennart Poettering
2007-09-28Copyediting / spelling / grammarTed Percival
2007-09-28Update documentation of alternate hostname generationTed Percival
2007-09-06add more missing config.h inclusionsLennart Poettering
2007-09-02fix dbus version check for dbus_watch_get_unix_fd()Lennart Poettering
2007-08-25properly use va_copy() when iterating more than once through a va_list; fix b...Lennart Poettering
2007-08-12use dbus_watch_get_unix_fd() only in dbus >= 1.1.1Lennart Poettering
2007-08-12gcc, shut the fuck up\!Lennart Poettering
2007-08-12replace obsolete dbus apiLennart Poettering
2007-08-12add really long test casesLennart Poettering
2007-08-12deal properly with really long service/host names when looking for alternativesLennart Poettering
2007-08-12make gcc shut upLennart Poettering
2007-05-21fix a local DoS (by hitting an assert) when passing empty TXT strings to the ...Lennart Poettering
2007-05-09Doxygen documentation cleanups:Lennart Poettering
2007-04-14Remove an invalid optimization in avahi_simple_poll_run(). (Closes #132)Lennart Poettering
2007-03-24 * Revert fix from R1398Trent Lloyd
2007-03-24 * avahi-common/address.h#AVAHI_IF_INDEX check should be interface > 0, not i...Trent Lloyd
2006-12-11* Revert previous patch to check nlmsg_pid as it is bogus and breaksTrent Lloyd
2006-11-19 * Fix doxygen comments for avahi watch, thanks to tedp (Closes: #77)Trent Lloyd
2006-08-31fix a few more s/DBUS/D-Bus/Lennart Poettering
2006-08-31bump D-Bus API revision (forgotten in 0.6.13)Lennart Poettering
2006-08-23add new error code AVAHI_ERR_NO_CHANGELennart Poettering
2006-08-22documentation updateLennart Poettering
2006-08-22a few documentation updatesLennart Poettering
2006-08-21follow Bonjour's hostname number incrementing algorithm for handling conflict...Lennart Poettering
2006-08-06fix a few typos in doxygen commentsLennart Poettering
2006-07-22disable time events after they have been dispatchedLennart Poettering
2006-05-05call _stop() instead of _quit() in _free(), to avoid hitting an assert()Lennart Poettering
2006-04-24add an utf8 check when unescaping domains - essentially this means that all d...Lennart Poettering