summaryrefslogtreecommitdiffstats
path: root/avahi-compat-libdns_sd
Commit message (Expand)AuthorAgeFilesLines
* libdns_sd: implement DNSServiceQueryRecord()Lennart Poettering2010-06-282-17/+105
* get rid of a lot of old svn cruftLennart Poettering2010-06-259-20/+2
* from now on we enforce a strict whitespace regimeLennart Poettering2010-06-257-180/+180
* fix various compiler warningsLennart Poettering2009-11-141-9/+9
* Don't use -export-dynamic as a linker flagSjoerd Simons2008-06-241-1/+1
* add .gitignore filesLennart Poettering2008-06-181-0/+9
* Fix a segfault when registering services with libdns_sd before the avahi daem...Lennart Poettering2007-09-061-0/+10
* Fix a couple of typos. Closes RHBZ #249306Lennart Poettering2007-07-241-2/+2
* Improve compatibility with Bonjour's libdns_sd (Patch from Chris Rivera, clos...Lennart Poettering2007-04-121-20/+10
* * handle NULL sdrefs gracefully.Lennart Poettering2007-01-061-14/+21
* Pass AM_CFLAGS instead of CFLAGS when build the libdns_sd test toolLennart Poettering2007-01-061-2/+2
* * Gracefully handle some conditions in libdns_sd that Bonjour handles Trent Lloyd2006-12-281-5/+14
* update to newer dns_sd.h copy from AppleLennart Poettering2006-08-253-20/+72
* implement DNSServiceUpdateRecord() for updating existing TXT records (closes ...Lennart Poettering2006-08-242-14/+63
* follow Bonjour's handling of subtypes when browsing/registering services (clo...Lennart Poettering2006-08-242-37/+177
* fix logic of AVAHI_SERVER_REGISTERING state handling. Many clients assumed thatLennart Poettering2006-08-221-1/+1
* allow passing NULL as callback function in DNSServiceRegister() as documented...Lennart Poettering2006-08-214-4/+58
* Merge patch "avahi-compat-error-return.patch" from Stanislav Brabec/JP Roseve...Lennart Poettering2006-04-261-2/+2
* Merge patch "avahi-compat-txt-buffer-size.patch" from Stanislav Brabec/JP Ros...Lennart Poettering2006-04-241-1/+1
* remove superfluous assertLennart Poettering2005-12-201-1/+0
* Fix compilation with -pthreadLennart Poettering2005-11-251-2/+2
* * Don't build libavahi-compat-howl.so anymore, just libhowl.so.Lennart Poettering2005-11-201-10/+6
* build libdns_sd.so and let it pull libavahi-compat-libdns_sd.so in Lennart Poettering2005-11-191-1/+5
* * implement avahi_exe_name for BSD/DarwinSebastien Estienne2005-11-141-9/+4
* simplify some linesLennart Poettering2005-11-091-7/+1
* * add new flags parameter to avahi_client_new()Lennart Poettering2005-11-081-4/+6
* * Rename AVAHI_ERR_NOT_CONNECTED to AVAHI_ERR_DISCONNECTEDLennart Poettering2005-11-061-3/+1
* add new client state AVAHI_CLIENT_FAILURELennart Poettering2005-11-061-1/+3
* * more small fixes for OpenBSDSebastien Estienne2005-11-021-1/+1
* * many small fixes for NetBSDSebastien Estienne2005-10-312-1/+4
* Add validity checking to TXT data parsing, this fixes a remotely exploitable ...Lennart Poettering2005-10-271-2/+9
* * avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering2005-10-263-63/+55
* build avahi_exe_name() exclusively on LinuxLennart Poettering2005-10-251-0/+14
* * add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering2005-10-241-9/+24
* reorder lockingLennart Poettering2005-10-231-6/+5
* Reversse r841Lennart Poettering2005-10-231-30/+1
* Allow calls to DNSServiceRefDeallocate() with NULL passedLennart Poettering2005-10-231-4/+2
* set O_NONBLOCK for expoted libdns_sd socketsLennart Poettering2005-10-221-1/+31
* * Compile tests only when --enable-tests was specified on the configure comma...Lennart Poettering2005-10-191-0/+4
* * split client.h into client.h, lookup.h and publish.h just like we did on th...Lennart Poettering2005-10-171-0/+3
* when warning about compat layer usage, link directly to a public CGI script I...Lennart Poettering2005-10-161-8/+13
* * fix compat-howl to work with nautilusLennart Poettering2005-10-161-7/+18
* Minor cleanupsLennart Poettering2005-10-152-5/+12
* * Cleanup warn.cLennart Poettering2005-10-152-41/+54
* * Minor cleanupsLennart Poettering2005-10-151-5/+5
* fix buildLennart Poettering2005-10-151-2/+1
* improve incompatibility warningsLennart Poettering2005-10-151-2/+2
* minor cleanupsLennart Poettering2005-10-151-18/+17
* add AVAHI_WARN_UNSUPPORTED_ABORTLennart Poettering2005-10-131-0/+1
* * integrate avahi-compat-howl into build systemLennart Poettering2005-10-121-4/+29