aboutsummaryrefslogtreecommitdiff
path: root/avahi-daemon/main.c
AgeCommit message (Expand)Author
2005-11-03* allow the user to specify a static browse domain list in the configuration ...Lennart Poettering
2005-11-01* fix two #ifdefsLennart Poettering
2005-11-01* fix compiling with --disable-dbusSebastien Estienne
2005-10-30make use of setproctitle() to change the process title of the daemon processe...Lennart Poettering
2005-10-30* add chroot() support on LinuxLennart Poettering
2005-10-27remove a bunch of compiler warningsLennart Poettering
2005-10-26* avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering
2005-10-24* rename all limit defs so that they end with _MAXLennart Poettering
2005-10-24* use which in autogen.sh instead of type -pSebastien Estienne
2005-10-24* add new entry group state AVAHI_ENTRY_GROUP_FAILURELennart Poettering
2005-10-23use seteuid() instead of setreuid(), since the latter seems to be broken on m...Lennart Poettering
2005-10-17* move unicast DNS server registration/browsing routines to their own header ...Lennart Poettering
2005-09-29change default value of "disallow-other-stacks" to "no" to make Marc happy. (...Lennart Poettering
2005-09-29* make all flags parameters UINT32 when marshalling for DBUSLennart Poettering
2005-09-28* add option to not enable SO_REUSEADDR for multicast sockets, effectively di...Lennart Poettering
2005-09-25* adapt to recent avahi-core API changesLennart Poettering
2005-09-10add new configuration file option "add-service-cookie"Lennart Poettering
2005-09-10* add magic identification cookies to service TXT records automaticallyLennart Poettering
2005-08-28* Improve log messagesLennart Poettering
2005-08-28* be a little bit more verbose about published IP addressesLennart Poettering
2005-08-25fix small typo which breaks build without dbus Lennart Poettering
2005-08-23* really fix compilation without DBUSLennart Poettering
2005-08-23 * Fix compilation with D-BUS disabled, include flags in DaemonConfig even if...Trent Lloyd
2005-08-23 * Move the D-BUS configured but not compiled in warning, and make it work ri...Trent Lloyd
2005-08-23 * Yeh, I should like.. test my changes before I commit them, that would be a...Trent Lloyd
2005-08-23 * Don't barf on enable-dbus if not compiled with dbus, but print a warning i...Trent Lloyd
2005-08-22* add support for setting enable-dbus to "warn" in avahi-daemon.confLennart Poettering
2005-08-20* Add avahi-client examples to doxygenLennart Poettering
2005-08-16fix a typo in --helpSebastien Estienne
2005-08-15* cleanup build system a littleLennart Poettering
2005-08-15gcc 2.95 compatibilityLennart Poettering
2005-08-15* implement ini file parserLennart Poettering
2005-08-14* add new priority parameter to avahi_glib_poll_new()Lennart Poettering
2005-08-14Fix no network interface bug reported by LathiatLennart Poettering
2005-08-14* add resource limit enforcement to the daemonLennart Poettering
2005-08-13Rename some server side objects/symbols so that they do not conflict with the...Lennart Poettering
2005-08-13* strip glib from avahi-coreLennart Poettering
2005-08-08* simply compilation a littleLennart Poettering
2005-08-05* add proper error codes and patch everything to make use of itLennart Poettering
2005-08-03* add C examplesLennart Poettering
2005-08-02* replace guchar and gint by AvahiProtocol, AvahiIfIndex at many places where...Lennart Poettering
2005-08-02* allow caller to specifiy additional CFLAGS arguments to bootstrap.shLennart Poettering
2005-07-30* hide generate init scripts from SVNLennart Poettering
2005-07-30* add new tool avahi-publish-addressLennart Poettering
2005-07-27implement DBUS protocolLennart Poettering
2005-07-06* cleaned configure.acSebastien Estienne
2005-07-01* add new option --check to daemonsLennart Poettering
2005-06-28* recreate DNS query in simple protocol on host or domain name changesLennart Poettering
2005-06-24* update todo listLennart Poettering
2005-06-21* move socket and pid file to its own directory /var/run/avahiLennart Poettering