aboutsummaryrefslogtreecommitdiff
path: root/avahi-daemon/main.c
AgeCommit message (Expand)Author
2015-08-14Relax required definesRobert Ginda
2015-08-11rename avahi-common/malloc.[ch] to avahi-malloc.Robert Ginda
2015-08-11Apply patch 0001 from http://www.avahi.org/ticket/354Robert Ginda
2013-03-11avahi-daemon: add option "host-name-from-machine-id="David Zeuthen
2010-11-18daemon: we better stay away from SIGQUIT since it is supposed to cause a core...Lennart Poettering
2010-07-13main: fix minor indenting mishapLennart Poettering
2010-07-10daemon: unblock all signals by defaultLennart Poettering
2010-07-10systemd: send status message when shutting downLennart Poettering
2010-07-10daemon: reset signals on initializationLennart Poettering
2010-07-10daemon: return successful error code when we ran successfullyLennart Poettering
2010-07-10daemon: make sure we never choke on SIGPIPELennart Poettering
2010-07-10systemd: properly format status messageLennart Poettering
2010-07-10systemd: send status updates to the init systemLennart Poettering
2010-06-29core: implement packet rate limiting and enable it by defaultLennart Poettering
2010-06-29main: don't abort if daemon_close_all() cannot close valgrind fdsLennart Poettering
2010-06-29main: fix minor memory leakLennart Poettering
2010-06-25daemon: make internal limits configurableLennart Poettering
2010-06-25core: fix build on kFreeBSDJulien Blache
2010-06-25get rid of a lot of old svn cruftLennart Poettering
2010-06-25systemd: add support for acquiring socket from systemdLennart Poettering
2008-12-12allow/deny interfaces supportLennart Poettering
2008-12-12Drop private inotify codeLennart Poettering
2007-09-28Copyediting / spelling / grammarTed Percival
2007-08-25Don't segfault when no browse domains are configured in resolv.conf. Original...Lennart Poettering
2007-08-12add new API function avahi_server_set_browse_domains() to avahi-coreLennart Poettering
2007-07-10Add FreeBSD kqueue support for watching for configuration file changes, much ...Lennart Poettering
2007-06-11use libdaemon's new daemon_close_all() function to close all fds when daemoni...Lennart Poettering
2007-05-09compat fix for older inotify versionsLennart Poettering
2007-04-21Add missing #ifdef to avoid build failure on system having neither sys/inotify.hLennart Poettering
2007-04-15Add inotify support for /ect/avahi/services and /etc/avahi/hosts. Based on a ...Lennart Poettering
2007-04-14Fix error message when passing invalid command line arguments. I admit defeat...Lennart Poettering
2007-01-05add new config options "publish-aaaa-on-ipv4=" and "publish-a-on-ipv6="Lennart Poettering
2006-12-31Fix error message when passing an invalid command line option (Closes #88)Lennart Poettering
2006-08-31avahi_set_proc_title(): change the process name with prctl() if availableLennart Poettering
2006-08-31Some more s/D-BUS/D-Bus/gLennart Poettering
2006-08-30fix random seed initializationLennart Poettering
2006-08-22fix AVAHI_SERVER_REGISTERING handlingLennart Poettering
2006-08-21don't remove static services from the avahi daemon on SIGHUP. Add static host...Lennart Poettering
2006-06-21if RLIMIT_NPROC is not available but used in the config file, don't fail but ...Lennart Poettering
2006-04-24fix compilation if chroot() is not available. (see #32)Lennart Poettering
2006-04-24reconnect if the DBUS daemon kicks avahi-daemon. Since the DBUS system bus so...Lennart Poettering
2006-02-19 * add an option to make avahi-daemon using POINTOPOINT interfaces (disable b...Sebastien Estienne
2006-02-14include static-hosts.h in main.cLennart Poettering
2006-02-11 * Implement static hosts file for static host<->ip mappingsTrent Lloyd
2006-01-20* add new API function avahi_nss_support()Lennart Poettering
2005-11-16update man pagesLennart Poettering
2005-11-13* fixed a problem on FreeBSD where sysctl needs locked memorySebastien Estienne
2005-11-09fix retval sendingLennart Poettering
2005-11-08* Do not allow adding RRs to entry groups that are already commitedLennart Poettering
2005-11-06* add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering