summaryrefslogtreecommitdiffstats
path: root/avahi-core
Commit message (Expand)AuthorAgeFilesLines
...
* * correctly handle empty domain names (i.e. the root zone)Lennart Poettering2005-10-238-233/+250
* * added a missing include in dbus-protocol.cSebastien Estienne2005-10-212-3/+8
* * removed bogus IP_RECVIFSebastien Estienne2005-10-211-24/+3
* remove htonl() that shouldn't be thereLennart Poettering2005-10-211-1/+1
* handle architectures that miss "struct ip_mreq" betterLennart Poettering2005-10-203-96/+51
* * preliminary ipv6 support for BSDSebastien Estienne2005-10-202-1/+56
* * bug fix in run_versionedSebastien Estienne2005-10-201-4/+4
* * replaced some ioctl by if_nametoindex and if_indextonameSebastien Estienne2005-10-191-2/+2
* * Compile tests only when --enable-tests was specified on the configure comma...Lennart Poettering2005-10-192-1/+3
* * fix a bug Sebastien Estienne2005-10-182-3/+2
* in order to reduce our code/API size, drop support for reverse IPv6 name look...Lennart Poettering2005-10-182-13/+2
* in order to reduce our API size, dropping avahi_entry_group_add_service_va(),...Lennart Poettering2005-10-182-63/+2
* * remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering2005-10-1811-28/+103
* * modified autogen.sh to better support bsdSebastien Estienne2005-10-181-2/+2
* * some cleaningSebastien Estienne2005-10-181-93/+85
* * handle cmsg_type IP_RECVTTLSebastien Estienne2005-10-181-0/+6
* * added some fixes mentioned by mezcaleroSebastien Estienne2005-10-181-1/+3
* * some cleaningSebastien Estienne2005-10-181-26/+62
* * more portability workSebastien Estienne2005-10-182-0/+340
* rename server.h to internal.hLennart Poettering2005-10-1710-11/+11
* * move unicast DNS server registration/browsing routines to their own header ...Lennart Poettering2005-10-1721-205/+163
* * autotools magic for PF_ROUTE (not the real thing yet).Sebastien Estienne2005-10-172-0/+7
* * do no longer include timeval.h in watch.h by defaultLennart Poettering2005-10-1710-6/+16
* * Add custom user-specific configure flags to bootstrap.shTrent Lloyd2005-10-172-7/+7
* drop avahi_server_add_txt() prototypes (and friends)Lennart Poettering2005-10-171-39/+0
* remove or unexport avahi_server_add_txt_strlst(), avahi_server_add_txt_va(), ...Lennart Poettering2005-10-173-62/+11
* split entry and entry-group management stuff off to its own file entry.cLennart Poettering2005-10-174-1181/+1218
* Rename "AvahiAnnouncement" to "AvahiAnnouncer" to match AvahiQuerierLennart Poettering2005-10-176-52/+52
* slightly more commentsLennart Poettering2005-10-171-4/+18
* * split client.h into client.h, lookup.h and publish.h just like we did on th...Lennart Poettering2005-10-172-4/+2
* * implement record updating through the new flags AVAHI_PUBLISH_UPDATELennart Poettering2005-10-178-80/+421
* fix a bad avahi_free() found by sebestLennart Poettering2005-10-151-3/+1
* * Some minor cleanups in netlink codeLennart Poettering2005-10-152-16/+98
* * more portability work on socket.cSebastien Estienne2005-10-141-33/+128
* Merge portability patch from Philipp ZabelLennart Poettering2005-10-141-8/+20
* * portability function for IP_PKTINFOSebastien Estienne2005-10-121-8/+36
* remove some more compiler warningsLennart Poettering2005-10-121-4/+4
* remove macosx compiler warningLennart Poettering2005-10-121-1/+1
* remove macosx compiler warningLennart Poettering2005-10-121-1/+1
* add a (struct sockaddr*) cast to getsocknameLennart Poettering2005-10-121-2/+2
* minor fixes to the conformance testing toolLennart Poettering2005-10-121-2/+17
* small fix to allow creating server instances without passing a configuration ...Lennart Poettering2005-10-121-1/+1
* warn if not netlink replacement is found when buildingLennart Poettering2005-10-121-0/+2
* * added a portability fix for IPV6_ADD/DROP_MEMBERSHIPSebastien Estienne2005-10-121-0/+13
* minor Makefile.am cleanupLennart Poettering2005-10-121-9/+7
* * added support in autoconf for multiple architectureSebastien Estienne2005-10-122-2/+11
* * drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT...Lennart Poettering2005-10-128-33/+44
* * include config.h was missing in rrlist.c and added stdlib.h for NULLSebastien Estienne2005-10-111-0/+5
* * replaced SOL_IP by IPPROTO_IP as it seems more portableSebastien Estienne2005-10-111-22/+22
* remove uneeded asm/types.h inclusionLennart Poettering2005-10-111-1/+0