summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/main.c
Commit message (Expand)AuthorAgeFilesLines
* main: fix minor indenting mishapLennart Poettering2010-07-131-1/+1
* daemon: unblock all signals by defaultLennart Poettering2010-07-101-0/+1
* systemd: send status message when shutting downLennart Poettering2010-07-101-1/+4
* daemon: reset signals on initializationLennart Poettering2010-07-101-0/+2
* daemon: return successful error code when we ran successfullyLennart Poettering2010-07-101-0/+1
* daemon: make sure we never choke on SIGPIPELennart Poettering2010-07-101-0/+12
* systemd: properly format status messageLennart Poettering2010-07-101-5/+5
* systemd: send status updates to the init systemLennart Poettering2010-07-101-5/+10
* core: implement packet rate limiting and enable it by defaultLennart Poettering2010-06-291-0/+40
* main: don't abort if daemon_close_all() cannot close valgrind fdsLennart Poettering2010-06-291-4/+2
* main: fix minor memory leakLennart Poettering2010-06-291-0/+1
* daemon: make internal limits configurableLennart Poettering2010-06-251-1/+70
* core: fix build on kFreeBSDJulien Blache2010-06-251-1/+1
* get rid of a lot of old svn cruftLennart Poettering2010-06-251-2/+0
* systemd: add support for acquiring socket from systemdLennart Poettering2010-06-251-4/+6
* allow/deny interfaces supportLennart Poettering2008-12-121-1/+23
* Drop private inotify codeLennart Poettering2008-12-121-88/+84
* Copyediting / spelling / grammarTed Percival2007-09-281-2/+2
* Don't segfault when no browse domains are configured in resolv.conf. Original...Lennart Poettering2007-08-251-0/+5
* add new API function avahi_server_set_browse_domains() to avahi-coreLennart Poettering2007-08-121-76/+150
* Add FreeBSD kqueue support for watching for configuration file changes, much ...Lennart Poettering2007-07-101-0/+110
* use libdaemon's new daemon_close_all() function to close all fds when daemoni...Lennart Poettering2007-06-111-0/+5
* compat fix for older inotify versionsLennart Poettering2007-05-091-2/+10
* Add missing #ifdef to avoid build failure on system having neither sys/inotify.hLennart Poettering2007-04-211-0/+2
* Add inotify support for /ect/avahi/services and /etc/avahi/hosts. Based on a ...Lennart Poettering2007-04-151-19/+106
* Fix error message when passing invalid command line arguments. I admit defeat...Lennart Poettering2007-04-141-2/+0
* add new config options "publish-aaaa-on-ipv4=" and "publish-a-on-ipv6="Lennart Poettering2007-01-051-3/+7
* Fix error message when passing an invalid command line option (Closes #88)Lennart Poettering2006-12-311-1/+1
* avahi_set_proc_title(): change the process name with prctl() if availableLennart Poettering2006-08-311-4/+4
* Some more s/D-BUS/D-Bus/gLennart Poettering2006-08-311-1/+1
* fix random seed initializationLennart Poettering2006-08-301-1/+1
* fix AVAHI_SERVER_REGISTERING handlingLennart Poettering2006-08-221-5/+10
* don't remove static services from the avahi daemon on SIGHUP. Add static host...Lennart Poettering2006-08-211-1/+1
* if RLIMIT_NPROC is not available but used in the config file, don't fail but ...Lennart Poettering2006-06-211-1/+3
* fix compilation if chroot() is not available. (see #32)Lennart Poettering2006-04-241-1/+5
* reconnect if the DBUS daemon kicks avahi-daemon. Since the DBUS system bus so...Lennart Poettering2006-04-241-4/+3
* * add an option to make avahi-daemon using POINTOPOINT interfaces (disable b...Sebastien Estienne2006-02-191-0/+2
* include static-hosts.h in main.cLennart Poettering2006-02-141-0/+1
* * Implement static hosts file for static host<->ip mappingsTrent Lloyd2006-02-111-0/+11
* * add new API function avahi_nss_support()Lennart Poettering2006-01-201-0/+6
* update man pagesLennart Poettering2005-11-161-4/+4
* * fixed a problem on FreeBSD where sysctl needs locked memorySebastien Estienne2005-11-131-1/+2
* fix retval sendingLennart Poettering2005-11-091-2/+5
* * Do not allow adding RRs to entry groups that are already commitedLennart Poettering2005-11-081-2/+2
* * add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering2005-11-061-3/+9
* * allow the user to specify a static browse domain list in the configuration ...Lennart Poettering2005-11-031-5/+22
* * fix two #ifdefsLennart Poettering2005-11-011-2/+2
* * fix compiling with --disable-dbusSebastien Estienne2005-11-011-1/+4
* make use of setproctitle() to change the process title of the daemon processe...Lennart Poettering2005-10-301-22/+46
* * add chroot() support on LinuxLennart Poettering2005-10-301-20/+117