]> git.meshlink.io Git - catta/history - avahi-daemon
* Quick fix to incorrect configure line, from FreeBSD. :)
[catta] / avahi-daemon /
2005-10-21 Sebastien Estienne * added a missing include in dbus-protocol.c
2005-10-19 Sebastien Estienne * replaced some ioctl by if_nametoindex and if_indextoname
2005-10-19 Sebastien Estienne * remove some --disable in boostrap.sh for osx
2005-10-19 Lennart Poettering* Compile tests only when --enable-tests was specified...
2005-10-18 Lennart Poettering* remove AVAHI_PUBLISH_IS_PROXY, it was a bad idea
2005-10-17 Lennart Poettering* move unicast DNS server registration/browsing routine...
2005-10-17 Trent Lloyd * Add custom user-specific configure flags to bootstrap.sh
2005-10-17 Lennart Poettering* split client.h into client.h, lookup.h and publish...
2005-10-15 Trent Lloyd * avahi-daemon: Only use multicast when looking up...
2005-10-13 Jakub StachowskiComplete AVAHI_LOOKUP_NO_ADDRESS fix
2005-10-13 Lennart Poettering* handle AVAHI_LOOKUP_NO_ADDRESS over DBUS correctly
2005-10-12 Lennart Poettering* drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND...
2005-10-11 Lennart Poetteringwrap avahi_server_add_service_subtype() for DBUS
2005-10-03 Lennart Poetteringremove empty line. YEAH!
2005-09-29 Lennart PoetteringAdd new flag AVAHI_PUBLISH_IS_PROXY and activate it...
2005-09-29 Lennart Poetteringchange default value of "disallow-other-stacks" to...
2005-09-29 Lennart Poettering* make all flags parameters UINT32 when marshalling...
2005-09-28 Lennart Poettering* add option to not enable SO_REUSEADDR for multicast...
2005-09-28 Lennart Poetteringfix yet another bug found by our bugfinder number one...
2005-09-25 Lennart Poettering* adapt to recent avahi-core API changes
2005-09-16 Lennart PoetteringMake AVAHI_PROTO_xxx well defined constants
2005-09-10 Lennart Poetteringadd new DBUS function IsServiceLocal()
2005-09-10 Lennart Poetteringadd new configuration file option "add-service-cookie"
2005-09-10 Lennart Poettering* add magic identification cookies to service TXT recor...
2005-08-28 Lennart Poettering* Improve log messages
2005-08-28 Lennart Poettering* be a little bit more verbose about published IP addresses
2005-08-28 Lennart Poettering* improve debug messages
2005-08-27 Trent Lloyd * Fix a small typo in Server.introspect
2005-08-25 Lennart Poettering* brrr, fix commit r442
2005-08-25 Lennart Poettering* support GetNetworkInterfaceNameByIndex/IndexByName...
2005-08-25 Lennart Poetteringfix small typo which breaks build without dbus
2005-08-23 Lennart Poettering* really fix compilation without DBUS
2005-08-23 Trent Lloyd * Fix compilation with D-BUS disabled, include flags...
2005-08-23 Lennart PoetteringImplement asynchronous service resolving DBUS API
2005-08-23 Lennart Poettering* Implement asynchronous host name resolving
2005-08-23 Lennart Poettering* Implement asynchronous address resolver
2005-08-23 Trent Lloyd * Move the D-BUS configured but not compiled in warnin...
2005-08-23 Trent Lloyd * Yeh, I should like.. test my changes before I commit...
2005-08-23 Trent Lloyd * Don't barf on enable-dbus if not compiled with dbus...
2005-08-23 Trent Lloyd * Bump version number in configure.ac to 0.2
2005-08-22 Lennart Poettering* Add introspection data for new resolver interfaces
2005-08-22 Lennart PoetteringMore asynchronous resolver work
2005-08-22 Lennart PoetteringMake protocol an attribute instead of an element. ...
2005-08-22 Lennart Poetteringpreliminary asynchronous resolver work
2005-08-22 Lennart Poettering* add support for setting enable-dbus to "warn" in...
2005-08-21 Lennart PoetteringAdd debug message when executing simple protocol commands
2005-08-21 Lennart Poetteringinitialize n_clients to 0
2005-08-21 Lennart Poettering* fix a bug with bad collision handling in static servi...
2005-08-20 Lennart Poettering* Add avahi-client examples to doxygen
2005-08-20 Lennart Poetteringbrown paper bug typo
2005-08-20 Lennart Poetteringsmall fixes
2005-08-19 Trent Lloyd * Add support for specifying the protocol in service...
2005-08-19 Lennart Poetteringrename libdbus-watch-glue to libdbus-common
2005-08-19 Trent Lloyd * Improve and reorganise DBus error handling, see...
2005-08-19 Lennart Poettering* set FILENO rlimit to 30 by default
2005-08-16 Lennart Poettering* start implementing error handling in avahi-client
2005-08-16 Lennart PoetteringFix service reloading on SIGHUP (thanks, Sebastien!)
2005-08-16 Sebastien Estiennefix a typo in --help
2005-08-15 Lennart Poettering* cleanup build system a little
2005-08-15 Lennart Poettering* Add pkg-config files for avahi-glib/avahi-client
2005-08-15 Lennart Poettering* fix a bad memory access bug in avahi_strndup()
2005-08-15 Lennart Poetteringgcc 2.95 compatibility
2005-08-15 Lennart Poettering* implement ini file parser
2005-08-14 Lennart Poettering* add new priority parameter to avahi_glib_poll_new()
2005-08-14 Trent Lloyd * Fix docs/INSTALL for the right dbus path for debian...
2005-08-14 Trent Lloyd * Add a free function for AvahiEntryGroup in C api
2005-08-14 Lennart PoetteringFix no network interface bug reported by Lathiat
2005-08-14 Lennart Poettering* allow SRV records with port == 0 (for flagship naming)
2005-08-14 Lennart Poettering* add resource limit enforcement to the daemon
2005-08-13 Lennart PoetteringRename some server side objects/symbols so that they...
2005-08-13 Lennart Poetteringadd missing error codes to some places where they belong
2005-08-13 Lennart Poettering* strip glib from avahi-core
2005-08-12 Lennart PoetteringSplit avahi-common/util.h into
2005-08-09 Lennart Poetteringdisable valgrind workaround
2005-08-09 Lennart Poettering* Update HACKING
2005-08-08 Trent Lloyd * Move avahi-core/llist.h to avahi-common/llist.h...
2005-08-08 Lennart Poettering* documentation update
2005-08-08 Lennart Poettering* Some smaller packaging fixes
2005-08-08 Lennart Poettering* simply compilation a little
2005-08-07 Lennart Poetteringadd man page for avahi-daemon.conf
2005-08-06 Lennart PoetteringMove all docs to docs/
2005-08-05 Lennart Poettering* Beef up simple protocol with error codes
2005-08-05 Lennart Poettering* add proper error codes and patch everything to make...
2005-08-04 Lennart PoetteringAdd introspection XSL stylesheet
2005-08-04 Lennart Poettering* DBUS: add GetNetworkInterface{NameByIndex,IndexByName...
2005-08-03 Lennart Poettering* add C examples
2005-08-02 Lennart Poettering* replace guchar and gint by AvahiProtocol, AvahiIfInde...
2005-08-02 Lennart Poettering* allow caller to specifiy additional CFLAGS arguments...
2005-07-30 Lennart Poettering* don't install example.service
2005-07-30 Lennart Poettering* fix bug reported bei Sebastien Estienne: bogus assert...
2005-07-30 Lennart PoetteringDBUS: finish introspection support
2005-07-30 Lennart Poettering* fix Server introspection data
2005-07-30 Lennart PoetteringUpdate DTD
2005-07-30 Lennart Poetteringintrospection update
2005-07-30 Lennart Poettering* hide generate init scripts from SVN
2005-07-30 Lennart Poettering* Move avahi-daemon and avahi-dnsconfd to sbin
2005-07-30 Lennart Poettering* add new tool avahi-publish-address
2005-07-29 Lennart Poettering* add avahi-publish
2005-07-29 Trent Lloyd * Move dbus service #defines to avahi-common/dbus.h
2005-07-29 Lennart PoetteringDBUS: Wrap service resolver
next