summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix a few more s/DBUS/D-Bus/Lennart Poettering2006-08-314-4/+4
* bump D-Bus API revision (forgotten in 0.6.13)Lennart Poettering2006-08-311-3/+3
* Some more s/D-BUS/D-Bus/gLennart Poettering2006-08-312-3/+3
* autoconf love: Lennart Poettering2006-08-313-29/+64
* add service file fragment for _sftp-ssh._tcp (closes #58)Lennart Poettering2006-08-312-1/+39
* fix service type database creation on solarisLennart Poettering2006-08-311-1/+3
* add new option --force-bindLennart Poettering2006-08-311-5/+18
* set the interface to IFF_UP before using it. handle POLLERR on the packet soc...Lennart Poettering2006-08-312-15/+80
* implement command line parsing, signal handling, daemonizationLennart Poettering2006-08-313-73/+370
* a few fixes in netlink handlingLennart Poettering2006-08-302-13/+9
* document iface.h to ease portingLennart Poettering2006-08-301-0/+12
* add netlink supportLennart Poettering2006-08-305-33/+452
* add initial version of a RFC3927/IPv4LL implementationLennart Poettering2006-08-304-2/+682
* fix a few invalid calls to avahi_s_entry_group_xxx()Lennart Poettering2006-08-301-3/+8
* fix random seed initializationLennart Poettering2006-08-301-1/+1
* update "homepage" target to install the tarball on the web siteLennart Poettering2006-08-251-0/+1
* add findstatic.pl script from Andrew Tridgell to SVN. It's useful for findingLennart Poettering2006-08-251-0/+70
* add some Avahi artwork to SVN. (This is not shipped in the tarball, just need...Lennart Poettering2006-08-258-0/+5829
* update NEWS fileLennart Poettering2006-08-251-1/+2
* fix python bindings for the service type database when GDBM is usedLennart Poettering2006-08-251-1/+1
* fix build on MacOSX (patch from Sjoerd Simmons, closes #51)Lennart Poettering2006-08-251-7/+12
* update NEWS fileLennart Poettering2006-08-251-0/+1
* fix a gcc warningLennart Poettering2006-08-251-1/+1
* update to newer dns_sd.h copy from AppleLennart Poettering2006-08-253-20/+72
* bump sonamesLennart Poettering2006-08-241-3/+3
* update NEWS fileLennart Poettering2006-08-241-0/+46
* rethink r1269 once again: instead of updating the entry group state inLennart Poettering2006-08-242-12/+20
* implement DNSServiceUpdateRecord() for updating existing TXT records (closes ...Lennart Poettering2006-08-242-14/+63
* If the client calls EntryGroup::Commit update the local state immediately andLennart Poettering2006-08-241-2/+12
* follow Bonjour's handling of subtypes when browsing/registering services (clo...Lennart Poettering2006-08-242-37/+177
* do not alllow setting the host name to the one that is currently used anyway....Lennart Poettering2006-08-231-9/+30
* add new error code AVAHI_ERR_NO_CHANGELennart Poettering2006-08-234-3/+7
* - allow access to the DBUS SetHostName method only to users in the group "net...Lennart Poettering2006-08-232-35/+47
* add man page for avahi-set-host-nameLennart Poettering2006-08-223-2/+87
* add new utility "avahi-set-host-name" for changing the mDNS host name during ...Lennart Poettering2006-08-222-1/+216
* remove unnecessary #include Lennart Poettering2006-08-221-4/+0
* implement avahi_client_set_host_name() as wrapper around the new DBUS functio...Lennart Poettering2006-08-222-0/+58
* add new D-Bus API function SetHostName to change the host name of the running...Lennart Poettering2006-08-222-1/+19
* fix AVAHI_SERVER_REGISTERING handlingLennart Poettering2006-08-221-5/+10
* fix logic of AVAHI_SERVER_REGISTERING state handling. Many clients assumed thatLennart Poettering2006-08-225-13/+33
* documentation updateLennart Poettering2006-08-221-2/+4
* regenerate wild carded service names when the host name changedLennart Poettering2006-08-221-1/+3
* fix an evil typo which removed the glib example from doxygenLennart Poettering2006-08-221-1/+1
* a few documentation updatesLennart Poettering2006-08-221-30/+25
* build docs for avahi-core only if --enable-core-docs was passed to configure....Lennart Poettering2006-08-214-16/+47
* don't built any "include graphs" with doxygenLennart Poettering2006-08-211-7/+7
* don't define "docdir" which is being defined by autoconf internallyLennart Poettering2006-08-211-2/+2
* follow Bonjour's hostname number incrementing algorithm for handling conflict...Lennart Poettering2006-08-212-18/+67
* don't remove static services from the avahi daemon on SIGHUP. Add static host...Lennart Poettering2006-08-211-1/+1
* allow passing NULL as callback function in DNSServiceRegister() as documented...Lennart Poettering2006-08-214-4/+58