summaryrefslogtreecommitdiffstats
path: root/avahi-common
Commit message (Expand)AuthorAgeFilesLines
* Remove an invalid optimization in avahi_simple_poll_run(). (Closes #132)Lennart Poettering2007-04-141-10/+6
* * Revert fix from R1398Trent Lloyd2007-03-241-1/+1
* * avahi-common/address.h#AVAHI_IF_INDEX check should be interface > 0, not i...Trent Lloyd2007-03-241-1/+1
* * Revert previous patch to check nlmsg_pid as it is bogus and breaksTrent Lloyd2006-12-111-3/+3
* * Fix doxygen comments for avahi watch, thanks to tedp (Closes: #77)Trent Lloyd2006-11-191-4/+4
* fix a few more s/DBUS/D-Bus/Lennart Poettering2006-08-312-2/+2
* bump D-Bus API revision (forgotten in 0.6.13)Lennart Poettering2006-08-311-3/+3
* add new error code AVAHI_ERR_NO_CHANGELennart Poettering2006-08-234-3/+7
* documentation updateLennart Poettering2006-08-221-2/+4
* a few documentation updatesLennart Poettering2006-08-221-30/+25
* follow Bonjour's hostname number incrementing algorithm for handling conflict...Lennart Poettering2006-08-212-18/+67
* fix a few typos in doxygen commentsLennart Poettering2006-08-062-3/+3
* disable time events after they have been dispatchedLennart Poettering2006-07-221-7/+11
* call _stop() instead of _quit() in _free(), to avoid hitting an assert()Lennart Poettering2006-05-051-1/+1
* add an utf8 check when unescaping domains - essentially this means that all d...Lennart Poettering2006-04-241-0/+4
* add utf8 validity check API (based on the glib's implementation and hence mos...Lennart Poettering2006-04-244-4/+201
* add new API function avahi_is_valid_fqdn()Lennart Poettering2006-03-024-0/+50
* reverse 1144, since it broke more things than it fixedLennart Poettering2006-02-203-4/+4
* make anonymous structs appear properly in doxygenLennart Poettering2006-02-173-4/+4
* add new error code AVAHI_ERR_IS_EMPTY and use it in avahi_entry_group_commit()Lennart Poettering2006-01-304-6/+9
* Update doxygen docs a little to make clearer when to use what API when modify...Lennart Poettering2006-01-271-3/+10
* fix doxygen comment for AvahiPollLennart Poettering2006-01-271-2/+2
* pthread build fixLennart Poettering2006-01-221-1/+2
* add doxygen \since tagsLennart Poettering2006-01-201-9/+9
* install thread-watch.hLennart Poettering2006-01-171-0/+1
* doxygen fixLennart Poettering2006-01-151-1/+1
* add new AvahiThreadedPoll event loop implementation which runs a main loop in...Lennart Poettering2006-01-144-7/+310
* improve strlst testLennart Poettering2006-01-041-1/+4
* replace avahi_new() with a version that checks for an integer overflow (sugge...Lennart Poettering2006-01-041-2/+16
* when serializing string lists for DNS TXT records, ignore empty strings uncon...Lennart Poettering2006-01-011-49/+46
* Fix compilation with -pthreadLennart Poettering2005-11-251-3/+3
* don't build static library for dbus-watch-glue and the like, instead compile ...Lennart Poettering2005-11-241-14/+0
* Add DBUS API versioningLennart Poettering2005-11-241-0/+9
* Map DBUS specific errors to Avahi counterpartsLennart Poettering2005-11-244-3/+37
* add pthread cflags/libs to avahi-common buildLennart Poettering2005-11-181-4/+6
* * add legal blurb to ssh.serviceLennart Poettering2005-11-171-2/+47
* * Implement client API for arbitrary record browsingLennart Poettering2005-11-161-1/+1
* * when calculating a random jitter time for time events, use the same jitter inLennart Poettering2005-11-161-3/+27
* add record browser DBUS interface namesLennart Poettering2005-11-151-0/+1
* * Rename AVAHI_ERR_NOT_CONNECTED to AVAHI_ERR_DISCONNECTEDLennart Poettering2005-11-064-4/+4
* add new client state AVAHI_CLIENT_FAILURELennart Poettering2005-11-061-6/+2
* * add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering2005-11-065-6/+19
* * allow the user to specify a static browse domain list in the configuration ...Lennart Poettering2005-11-032-4/+8
* * many trivial fix to make avahi compile on OpenBSDSebastien Estienne2005-10-281-1/+1
* * format unknown DNS records according to RFC3597Lennart Poettering2005-10-275-14/+53
* * avahi-daemon: Implement EntryGroup::AddRecord for arbitrary record additionsTrent Lloyd2005-10-274-2/+8
* Add validity checking to TXT data parsing, this fixes a remotely exploitable ...Lennart Poettering2005-10-273-14/+30
* * avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering2005-10-268-12/+24
* reorder arguments of avahi_reverse_lookup_name() to make them more naturalLennart Poettering2005-10-263-5/+5
* * remove lots of DOXYGEN_SHOULD_SKIP_THIS from the header files, use doxygen ...Lennart Poettering2005-10-2615-61/+25