summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* minor cleanupsLennart Poettering2005-11-141-14/+5
* * be more verbose when retrying sysctl when the routing table grewSebastien Estienne2005-11-131-2/+7
* set Id keyword for iface-pfroute.[ch]Lennart Poettering2005-11-130-0/+0
* * fixed a problem on FreeBSD where sysctl needs locked memorySebastien Estienne2005-11-133-4/+7
* update TODOLennart Poettering2005-11-131-1/+1
* * Make "NameAcquired" warning line disappear in avahi-clientLennart Poettering2005-11-1312-56/+211
* * update TODOSebastien Estienne2005-11-131-2/+3
* * merge the python dict support in trunkSebastien Estienne2005-11-131-0/+8
* update TODOLennart Poettering2005-11-121-0/+1
* * add LGPL blurbs to some more files shipped with avahiLennart Poettering2005-11-1210-33/+237
* * update TODOSebastien Estienne2005-11-112-2/+2
* update to latest api changesJames Willcox2005-11-101-4/+15
* * add support for IP_SENDSRCADDR on freeBSDSebastien Estienne2005-11-091-3/+25
* update TODOLennart Poettering2005-11-091-0/+2
* * set IP_MULTICAST_IF for *BSDSebastien Estienne2005-11-091-4/+7
* simplify some linesLennart Poettering2005-11-091-7/+1
* fix retval sendingLennart Poettering2005-11-091-2/+5
* make sure that the local hostname passes the avahi_is_valid_domain_name() check.Lennart Poettering2005-11-091-0/+3
* * Do not allow adding RRs to entry groups that are already commitedLennart Poettering2005-11-084-8/+10
* * deal with gethostname() failing, use utsname.sysname[] instead in that caseLennart Poettering2005-11-084-16/+64
* * add new flags parameter to avahi_client_new()Lennart Poettering2005-11-0815-137/+266
* add new error codes and publish flagsJames Willcox2005-11-062-3/+10
* * Rename AVAHI_ERR_NOT_CONNECTED to AVAHI_ERR_DISCONNECTEDLennart Poettering2005-11-0617-66/+46
* makefile fixLennart Poettering2005-11-061-2/+0
* replace avahi-resolve-{address,host-name} with versions written in CLennart Poettering2005-11-064-117/+348
* TODO updateLennart Poettering2005-11-061-1/+1
* add new client state AVAHI_CLIENT_FAILURELennart Poettering2005-11-067-12/+25
* * add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering2005-11-0614-27/+113
* update TODOLennart Poettering2005-11-051-1/+1
* * look for additional browsing dmains in $AVAHI_BROWSE_DOMAINS on the client ...Lennart Poettering2005-11-052-1/+106
* implement XDG basedir subset, which we will use to read user configured brows...Lennart Poettering2005-11-044-2/+141
* * allow the user to specify a static browse domain list in the configuration ...Lennart Poettering2005-11-0311-19/+143
* * small fixesSebastien Estienne2005-11-032-3/+4
* update TODOLennart Poettering2005-11-031-1/+1
* rework and cleanup socket handling to improve support for OS that don't suppo...Lennart Poettering2005-11-036-179/+222
* * more small fixes for OpenBSDSebastien Estienne2005-11-022-1/+2
* * Always specfify the local IP address when joining mcast groups. This increa...Lennart Poettering2005-11-014-42/+108
* * fix two #ifdefsLennart Poettering2005-11-011-2/+2
* remove array size warningLennart Poettering2005-11-011-2/+2
* * fix for undefined XMLCALLSebastien Estienne2005-11-011-0/+4
* * fix compiling with --disable-dbusSebastien Estienne2005-11-012-1/+5
* update TODOLennart Poettering2005-11-011-1/+1
* * add support to browse for domains in avahi-browseLennart Poettering2005-11-011-41/+125
* use a normal fork() instead of a daemon_fork() when forking of chroot() helpe...Lennart Poettering2005-11-011-2/+4
* update TODO listLennart Poettering2005-11-011-0/+1
* * many small fixes for NetBSDSebastien Estienne2005-10-315-7/+10
* update todoLennart Poettering2005-10-311-1/+3
* * small fix in the #includesSebastien Estienne2005-10-312-1/+3
* make use of setproctitle() to change the process title of the daemon processe...Lennart Poettering2005-10-307-26/+184
* * add chroot() support on LinuxLennart Poettering2005-10-3013-33/+757