]> git.meshlink.io Git - catta/commit - avahi-core/cache.c
* case insensitive name comparisons
authorLennart Poettering <lennart@poettering.net>
Mon, 16 May 2005 01:01:43 +0000 (01:01 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 16 May 2005 01:01:43 +0000 (01:01 +0000)
commitf5a4db2039532ef93fbb3d98fa048be9d74a83fe
treeb3db891f27468f13ed2851f3f69e843823780dbc
parenta3596a5e3ec4937a220e6e60218639e2aba82701
* case insensitive name comparisons
* corectly handle RRsets
* make addresses unique
* return to probe state on conflict
* a bunch of fixes detected while testing against the Apple Bonjour Conformance Test
* a fix in avahi_record_lexicographical_cmp() regarding TXT records
* API for choosing alternative host and service names
* remove a bunch of unused crap from cache.c and server.c
* flush cache when an interface becomes unavailable

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@72 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
18 files changed:
avahi-core/Makefile.am
avahi-core/alternative-test.c [new file with mode: 0644]
avahi-core/announce.c
avahi-core/announce.h
avahi-core/avahi-test.c
avahi-core/cache.c
avahi-core/cache.h
avahi-core/core.h
avahi-core/iface.c
avahi-core/iface.h
avahi-core/psched.c
avahi-core/psched.h
avahi-core/rr.c
avahi-core/server.c
avahi-core/server.h
avahi-core/util.c
avahi-core/util.h
todo