aboutsummaryrefslogtreecommitdiff
path: root/avahi-common
AgeCommit message (Expand)Author
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
2006-04-24add utf8 validity check API (based on the glib's implementation and hence mos...Lennart Poettering
2006-03-02add new API function avahi_is_valid_fqdn()Lennart Poettering
2006-02-20reverse 1144, since it broke more things than it fixedLennart Poettering
2006-02-17make anonymous structs appear properly in doxygenLennart Poettering
2006-01-30add new error code AVAHI_ERR_IS_EMPTY and use it in avahi_entry_group_commit()Lennart Poettering
2006-01-27Update doxygen docs a little to make clearer when to use what API when modify...Lennart Poettering
2006-01-27fix doxygen comment for AvahiPollLennart Poettering
2006-01-22pthread build fixLennart Poettering
2006-01-20add doxygen \since tagsLennart Poettering
2006-01-17install thread-watch.hLennart Poettering
2006-01-15doxygen fixLennart Poettering
2006-01-14add new AvahiThreadedPoll event loop implementation which runs a main loop in...Lennart Poettering
2006-01-04improve strlst testLennart Poettering
2006-01-04replace avahi_new() with a version that checks for an integer overflow (sugge...Lennart Poettering
2006-01-01when serializing string lists for DNS TXT records, ignore empty strings uncon...Lennart Poettering
2005-11-25Fix compilation with -pthreadLennart Poettering
2005-11-24don't build static library for dbus-watch-glue and the like, instead compile ...Lennart Poettering
2005-11-24Add DBUS API versioningLennart Poettering
2005-11-24Map DBUS specific errors to Avahi counterpartsLennart Poettering