]> git.meshlink.io Git - catta/commit
* remove AVAHI_PUBLISH_IS_PROXY, it was a bad idea
authorLennart Poettering <lennart@poettering.net>
Tue, 18 Oct 2005 19:52:03 +0000 (19:52 +0000)
committerLennart Poettering <lennart@poettering.net>
Tue, 18 Oct 2005 19:52:03 +0000 (19:52 +0000)
commit6b391bb81f0dce0193a722254016b26c12a17643
tree913abdf1f71f07e4efbf0ab2d0590494f456f9fe
parent8b22b43669d936ab75914732209f93a0b7ee81f4
* remove AVAHI_PUBLISH_IS_PROXY, it was a bad idea
* drop avahi_service_is_service_local(), avahi_client_is_service_local()
* add new lookup result flags AVAHI_LOOKUP_RESULT_OUR_OWN and AVAHI_LOOKUP_RESULT_LOCAL
* remove avahi_address_resolver_new() and replace it by avahi_address_resolver_new_a()
* avahi-client: save query data in browse/resolve objects so that we can return it on failure
* other cleanups

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@811 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
27 files changed:
avahi-client/browser.c
avahi-client/client-test.c
avahi-client/client.c
avahi-client/client.h
avahi-client/entrygroup.c
avahi-client/internal.h
avahi-client/lookup.h
avahi-client/resolver.c
avahi-common/defs.h
avahi-core/browse-dns-server.c
avahi-core/browse-domain.c
avahi-core/browse-service-type.c
avahi-core/browse-service.c
avahi-core/browse.c
avahi-core/core.h
avahi-core/entry.c
avahi-core/internal.h
avahi-core/publish.h
avahi-core/resolve-address.c
avahi-core/server.c
avahi-daemon/Server.introspect
avahi-daemon/dbus-protocol.c
avahi-daemon/static-services.c
examples/client-browse-services.c
examples/client-publish-service.c
examples/core-browse-services.c
examples/core-publish-service.c