]> git.meshlink.io Git - catta/commit
* drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT_FOUND...
authorLennart Poettering <lennart@poettering.net>
Wed, 12 Oct 2005 02:37:08 +0000 (02:37 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 12 Oct 2005 02:37:08 +0000 (02:37 +0000)
commitbb14e0a8aa3173c8a6d80b1a9c8b300a452ee9f1
treed29ec90346b7523aa877207ae29e461b767460c6
parent7484feb19b10878042dcb8cea618d10df5440c1c
* drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT_FOUND, use AVAHI_xxx_FAILURE instead
* set the client/server errno variable when AVAHI_xxx_FAILURE happens
* update DBUS interface accordingly, pass errno value with Failure events
* Pass DNS return codes to the app by wrapping them in avahi error codes

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@732 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
29 files changed:
avahi-client/browser.c
avahi-client/client-test.c
avahi-client/client.c
avahi-client/resolver.c
avahi-common/dbus.c
avahi-common/dbus.h
avahi-common/defs.h
avahi-common/error.c
avahi-common/error.h
avahi-compat-libdns_sd/compat.c
avahi-core/avahi-test.c
avahi-core/browse-dns-server.c
avahi-core/browse.c
avahi-core/querier-test.c
avahi-core/resolve-address.c
avahi-core/resolve-host-name.c
avahi-core/resolve-service.c
avahi-core/wide-area.c
avahi-daemon/AddressResolver.introspect
avahi-daemon/DomainBrowser.introspect
avahi-daemon/HostNameResolver.introspect
avahi-daemon/ServiceBrowser.introspect
avahi-daemon/ServiceResolver.introspect
avahi-daemon/ServiceTypeBrowser.introspect
avahi-daemon/dbus-protocol.c
avahi-daemon/simple-protocol.c
avahi-discover-standalone/main.c
examples/client-browse-services.c
examples/core-browse-services.c