master
add .gitignore files
Fix linking to the external libintl (like on FreeBSD)
get rid of a lot of old svn cruft
Make data member as big as IPv6 address
ci: add tests to make sure avahi works with long labels
tree-wide: cast chars to unsigned chars before passing them to ctype functions
avahi-common/dbus-watch-glue.c: remove Unneeded semicolon
Added new Avahi Server DBus Interface (org.freedesktop.Avahi.Server2) and incremented the API Version
Correct spelling mistakes found by codespell. Fixes lathiat/avahi #167
ci: add tests to make sure valid domain names can be normalized
Fix encoding of avahi-common/domain.h to be UTF-8
avahi-common: typo fix
Do not disable timeout cleanup on watch cleanup
Fix warnings on musl libc
tests: call avahi_string_list_parse outside of assert
common: free copy instead of NULL on failures in string_list_copy
tests: increase coverage in avahi-common/utf8.c to 100%
general: various smaller fixes