master
add .gitignore files
ci: run `make valgrind` in avahi-core on FreeBSD
get rid of a lot of old svn cruft
Merge pull request #222 from warmsocks/master
tests: make sure AVAHI_PUBLISH_USE_WIDE_AREA is refused
Fix NULL pointer crashes from #175
core: reject more service names violating RFC6763
core: always create new lookups and let queriers coalesce them
daemon: make internal limits configurable
Correct spelling mistakes found by codespell. Fixes lathiat/avahi #167
ci: add another convoluted chain of CNAME RRs
tests: fix a memory leak
tests: cover oversize rdata rejection in avahi_rdata_parse
core: add missing checks to avahi_dns_packet_append_name
Extend doxygen dns.h and wide-area.h API
Prefer DEFAULT_HOSTNAME from /etc/os-release
core: refuse to accept publish flags where both wide_area and multicast are set
add findstatic.pl script from Andrew Tridgell to SVN. It's useful for finding symbols that are exported but shouldn't. It's not intended for shipping in the tarballs. However it needed a safe place to live, since I use it regularly during Avahi development.
iface: Check for IFA_F_TENTATIVE
Make avahi compile on GNU/Hurd. Patch by Samuel Thibault.
core: extract prefix lengths correctly on illumos
core: handle prefix lengths longer than 120 correctly
core: implement packet rate limiting and enable it by default
netlink: check that the origin of the rtnetlink messages is kernel
core: don't warn if we try to remove a querier that is already gone
Emit the ServiceResolver Found/Failure signals at the correct time
core: add missing check to avahi_record_copy
core: clarify suspicious condition with parentheses
core: set scope ids for link-local IPv6 addresses
avahi-core: rearrange deallocations in avahi_time_event_queue_new a bit
tree-wide: cast chars to unsigned chars before passing them to ctype functions
core: fix fd leak on wide area send error