summaryrefslogtreecommitdiffstats
path: root/avahi-core
Commit message (Expand)AuthorAgeFilesLines
...
* * remove lots of DOXYGEN_SHOULD_SKIP_THIS from the header files, use doxygen ...Lennart Poettering2005-10-2618-65/+79
* * replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.cLennart Poettering2005-10-2513-44/+357
* * add new core API functions avahi_rdata_serialize() and avahi_rdata_parse()Lennart Poettering2005-10-254-86/+177
* add a compiler warning that avahi_send_dns_packet_ipv4() still misses support...Lennart Poettering2005-10-251-3/+4
* * small hack for netbsdSebastien Estienne2005-10-251-0/+6
* * rename all limit defs so that they end with _MAXLennart Poettering2005-10-2413-34/+34
* fix avahi_interface_monitor_sync() for the linux NETLINK implementationLennart Poettering2005-10-242-32/+24
* * reorder some things during server initializationLennart Poettering2005-10-241-23/+19
* * change setsocktopt for IP_TTL to use an int instead of an uin8_t for compat...Lennart Poettering2005-10-241-3/+3
* cleanup socket.c a littleLennart Poettering2005-10-241-111/+91
* * add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering2005-10-241-1/+1
* unrbeak IPv6 support: change ttl value size back to 32 bit for ipv6 Lennart Poettering2005-10-241-1/+1
* fix IP_TTL/IP_RECVTTL on linuxLennart Poettering2005-10-241-3/+2
* many cleanups in preperation of the netbsd portLennart Poettering2005-10-241-69/+83
* * 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