]> git.meshlink.io Git - catta/commit
* strip glib from avahi-core
authorLennart Poettering <lennart@poettering.net>
Sat, 13 Aug 2005 21:25:09 +0000 (21:25 +0000)
committerLennart Poettering <lennart@poettering.net>
Sat, 13 Aug 2005 21:25:09 +0000 (21:25 +0000)
commit4f0a5e7572a4257894b4bfede42c26d65152609e
tree21e3d5ee20716739590e5931859a4c2052161395
parentd6d7d3769441b73ffb5b7af34fef823b41e66312
* strip glib from avahi-core
* implement glib memory allocator
* add new documentation file MALLOC
* initialize pseudo-RNG from /dev/urandom in avahi-daemon
* remove some gcc 4.0 warnings
* beef up watch system with real timeouts
* move GCC __attribute__ macros into its own header avahi-common/gccmacro.h
* make use of GCC's sentinel attribute where it make sense
* add malloc() implementations that abort on OOM and enable them by default

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@308 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
81 files changed:
Makefile.am
avahi-common/Makefile.am
avahi-common/domain-test.c
avahi-common/domain.c
avahi-common/domain.h
avahi-common/error.c
avahi-common/error.h
avahi-common/gccmacro.h [new file with mode: 0644]
avahi-common/malloc.c
avahi-common/malloc.h
avahi-common/simple-watch.c
avahi-common/simple-watch.h
avahi-common/strlst.h
avahi-common/watch-test.c
avahi-common/watch.h
avahi-core/Makefile.am
avahi-core/announce.c
avahi-core/announce.h
avahi-core/avahi-reflector.c
avahi-core/avahi-test.c
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/browse.h
avahi-core/cache.c
avahi-core/cache.h
avahi-core/conformance-test.c
avahi-core/core.h
avahi-core/dns-test.c
avahi-core/dns.c
avahi-core/dns.h
avahi-core/hashmap.c
avahi-core/hashmap.h
avahi-core/iface.c
avahi-core/iface.h
avahi-core/log.c
avahi-core/log.h
avahi-core/netlink.c
avahi-core/netlink.h
avahi-core/prioq-test.c
avahi-core/prioq.c
avahi-core/prioq.h
avahi-core/probe-sched.c
avahi-core/probe-sched.h
avahi-core/query-sched.c
avahi-core/query-sched.h
avahi-core/resolve-address.c
avahi-core/resolve-host-name.c
avahi-core/resolve-service.c
avahi-core/response-sched.c
avahi-core/response-sched.h
avahi-core/rr.c
avahi-core/rr.h
avahi-core/rrlist.c
avahi-core/server.c
avahi-core/server.h
avahi-core/socket.c
avahi-core/socket.h
avahi-core/timeeventq-test.c
avahi-core/timeeventq.c
avahi-core/timeeventq.h
avahi-core/util.c
avahi-daemon/Makefile.am
avahi-daemon/dbus-protocol.c
avahi-daemon/main.c
avahi-daemon/simple-protocol.c
avahi-discover-standalone/Makefile.am
avahi-discover-standalone/main.c
avahi-dnsconfd/main.c
avahi-glib/Makefile.am
avahi-glib/glib-malloc.c [new file with mode: 0644]
avahi-glib/glib-malloc.h [new file with mode: 0644]
avahi-glib/glib-watch-test.c
avahi-glib/glib-watch.c
avahi-glib/glib-watch.h
docs/MALLOC [new file with mode: 0644]
doxygen.cfg
examples/browse-services.c
examples/publish-service.c