]> git.meshlink.io Git - catta/history - avahi-daemon/main.c
* add new entry group state AVAHI_ENTRY_GROUP_FAILURE
[catta] / avahi-daemon / main.c
2005-10-24 Lennart Poettering* add new entry group state AVAHI_ENTRY_GROUP_FAILURE
2005-10-23 Lennart Poetteringuse seteuid() instead of setreuid(), since the latter...
2005-10-17 Lennart Poettering* move unicast DNS server registration/browsing routine...
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-25 Lennart Poettering* adapt to recent avahi-core API changes
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-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 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-22 Lennart Poettering* add support for setting enable-dbus to "warn" in...
2005-08-20 Lennart Poettering* Add avahi-client examples to doxygen
2005-08-16 Sebastien Estiennefix a typo in --help
2005-08-15 Lennart Poettering* cleanup build system a little
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 Lennart PoetteringFix no network interface bug reported by Lathiat
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 Poettering* strip glib from avahi-core
2005-08-08 Lennart Poettering* simply compilation a little
2005-08-05 Lennart Poettering* add proper error codes and patch everything to make...
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* hide generate init scripts from SVN
2005-07-30 Lennart Poettering* add new tool avahi-publish-address
2005-07-27 Lennart Poetteringimplement DBUS protocol
2005-07-06 Sebastien Estienne* cleaned configure.ac
2005-07-01 Lennart Poettering* add new option --check to daemons
2005-06-28 Lennart Poettering* recreate DNS query in simple protocol on host or...
2005-06-24 Lennart Poettering* update todo list
2005-06-21 Lennart Poettering* move socket and pid file to its own directory /var...
2005-06-19 Lennart Poettering* drop priviliges
2005-06-19 Lennart Poettering* detect other running mDNS stacks
2005-06-18 Lennart Poettering* fix memory handling when reading configuration files
2005-06-18 Lennart Poettering* rename the configuration variables register_xxx and...
2005-06-17 Lennart Poettering* check for expat in configure
2005-06-17 Trent Lloyd * more dbus build fixes
2005-06-17 Trent Lloyd * Move the definition of DBUS_SERVICE_AVAHI to the...
2005-06-17 Trent Lloyd * Split out the dbus stuff in the daemon to a separate...
2005-06-16 Lennart Poettering* add support for static service definitions for the...
2005-06-16 Lennart Poettering* update avahi_address_parse() to work with AF_UNSPEC...
2005-06-16 Lennart Poettering* add initial implmenentation of a "simple protocol...
2005-06-05 Trent Lloyd * rename daemon to avahi-daemon