summaryrefslogtreecommitdiffstats
path: root/avahi-common
Commit message (Expand)AuthorAgeFilesLines
* 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
* * replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.cLennart Poettering2005-10-255-149/+8
* * add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering2005-10-244-6/+9
* * gcc 2.95 compatibilityLennart Poettering2005-10-233-4/+12
* * correctly handle empty domain names (i.e. the root zone)Lennart Poettering2005-10-234-60/+70
* fix size of escaped_name in avahi_service_name_join()Lennart Poettering2005-10-211-1/+1
* actually drop avahi_strlcpy() from domain.hLennart Poettering2005-10-191-3/+0
* * Compile tests only when --enable-tests was specified on the configure comma...Lennart Poettering2005-10-193-12/+14
* in order to reduce our code/API size, drop support for reverse IPv6 name look...Lennart Poettering2005-10-182-17/+8
* * remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering2005-10-181-5/+6
* * do no longer include timeval.h in watch.h by defaultLennart Poettering2005-10-174-9/+8
* * Add custom user-specific configure flags to bootstrap.shTrent Lloyd2005-10-171-1/+4
* * implement record updating through the new flags AVAHI_PUBLISH_UPDATELennart Poettering2005-10-171-1/+2
* * fix compat-howl to work with nautilusLennart Poettering2005-10-161-1/+1
* * missing include for freebsdSebastien Estienne2005-10-141-0/+1
* remove a trailing comma in an enum definitionLennart Poettering2005-10-121-1/+1
* * drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT...Lennart Poettering2005-10-125-9/+62