]> git.meshlink.io Git - catta/commit
* avahi-utils: replace python avahi-browse with a version written in C.
authorLennart Poettering <lennart@poettering.net>
Wed, 26 Oct 2005 21:27:40 +0000 (21:27 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 26 Oct 2005 21:27:40 +0000 (21:27 +0000)
commit854f901f491ccda79aee11edc3d59109cb229d28
treecfaf27b1e11af5c7504e6825e205d9d1ed2c6035
parent740bc001fb647255709b5385d5a8a19781722097
* avahi-utils: replace python avahi-browse with a version written in C.
* remove -Wunused from GCC command line and use "unused" attribute instead
* remove AVAHI_CLIENT_S_FAILURE and AVAHI_CLIENT_S_INVALID since these event's are never forwarded to the client anyway
* make use of AVAHI_GCC_NORETURN
* really send eror code with StateChange DBUS signals
* ignore EINTR in avahi_simple_poll_loop()

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@879 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
59 files changed:
avahi-client/client-test.c
avahi-client/client.c
avahi-client/client.h
avahi-client/srv-test.c
avahi-common/alternative-test.c
avahi-common/dbus-watch-glue.c
avahi-common/domain-test.c
avahi-common/gccmacro.h
avahi-common/simple-watch.c
avahi-common/strlst-test.c
avahi-common/timeval-test.c
avahi-common/watch-test.c
avahi-compat-howl/address-test.c
avahi-compat-howl/address.c
avahi-compat-howl/browse-domain-test.c
avahi-compat-howl/compat.c
avahi-compat-howl/text-test.c
avahi-compat-howl/unsupported.c
avahi-compat-libdns_sd/compat.c
avahi-compat-libdns_sd/txt-test.c
avahi-compat-libdns_sd/unsupported.c
avahi-core/avahi-reflector.c
avahi-core/avahi-test.c
avahi-core/browse-dns-server.c
avahi-core/browse.c
avahi-core/conformance-test.c
avahi-core/dns-test.c
avahi-core/entry.c
avahi-core/hashmap-test.c
avahi-core/netlink.c
avahi-core/prioq-test.c
avahi-core/probe-sched.c
avahi-core/querier-test.c
avahi-core/querier.c
avahi-core/query-sched.c
avahi-core/response-sched.c
avahi-core/server.c
avahi-core/timeeventq-test.c
avahi-core/timeeventq.c
avahi-core/update-test.c
avahi-core/wide-area.c
avahi-daemon/dbus-protocol.c
avahi-daemon/ini-file-parser-test.c
avahi-daemon/main.c
avahi-daemon/simple-protocol.c
avahi-daemon/static-services.c
avahi-discover-standalone/main.c
avahi-glib/glib-watch-test.c
avahi-glib/glib-watch.c
avahi-utils/Makefile.am
avahi-utils/avahi-browse.in [deleted file]
configure.ac
docs/TODO
examples/Makefile.am
examples/client-browse-services.c
examples/client-publish-service.c
examples/core-browse-services.c
examples/core-publish-service.c
examples/glib-integration.c