]> git.meshlink.io Git - catta/commit - avahi-core/addr-util.c
* replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.c
authorLennart Poettering <lennart@poettering.net>
Tue, 25 Oct 2005 22:20:37 +0000 (22:20 +0000)
committerLennart Poettering <lennart@poettering.net>
Tue, 25 Oct 2005 22:20:37 +0000 (22:20 +0000)
commitc3575017e2137ef664e4735bd6f9ff1209653ef3
tree975af5275fbba0ef9344671adf941f2a60f1968e
parentd2d2f82263bd1007b847324ec27236097bde1609
* replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.c
* remove some functions from the public API in avahi-common/{domain,address}.[ch] and move them into avahi-core/{domain-util,add-util}.[ch]
* properly generate CNAME responses
* add some more comments to server.c

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@871 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
20 files changed:
avahi-client/client-test.c
avahi-common/address.c
avahi-common/address.h
avahi-common/domain-test.c
avahi-common/domain.c
avahi-common/domain.h
avahi-core/Makefile.am
avahi-core/addr-util.c [new file with mode: 0644]
avahi-core/addr-util.h [new file with mode: 0644]
avahi-core/avahi-test.c
avahi-core/browse.c
avahi-core/domain-util.c [new file with mode: 0644]
avahi-core/domain-util.h [new file with mode: 0644]
avahi-core/rr.c
avahi-core/rr.h
avahi-core/server.c
avahi-core/socket.c
avahi-core/update-test.c
avahi-core/wide-area.c
docs/TODO