summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix build if avahi is built without gtk but with python support (closes #54)Lennart Poettering2006-08-211-3/+1
* fix build when neither HAVE_GDBM nor HAVE_DBM is specifiedLennart Poettering2006-08-201-1/+4
* Allow storing the service type database as Solaris DBM file, alternatively to...Lennart Poettering2006-08-069-19/+134
* fix a few typos in doxygen commentsLennart Poettering2006-08-064-5/+5
* correct some things in the NEWS fileLennart Poettering2006-07-221-2/+4
* update NEWS file for 2.6.12Lennart Poettering2006-07-221-0/+20
* bump package version and sonamesLennart Poettering2006-07-221-3/+3
* disable time events after they have been dispatchedLennart Poettering2006-07-221-7/+11
* * Fix avhai builds with newer (>= 0.62) dbus that deprecated Trent Lloyd2006-07-182-0/+20
* * several glib adapter cleanups:Lennart Poettering2006-07-181-13/+29
* work around a limitation in Gentoo's DBUS build (which is compiled with --dis...Lennart Poettering2006-07-159-25/+64
* properly finish getopt argument table with a NULL entry (see #50)Lennart Poettering2006-07-151-0/+1
* make avahi-test run on Solaris (patch by Padraig O'Briain)Lennart Poettering2006-07-091-4/+4
* flush stdout after every line, this makes avahi-browse more useful in shell s...Lennart Poettering2006-07-091-0/+2
* * add two more service types to database (closes #47)Lennart Poettering2006-07-061-0/+2
* update NEWS file for 0.6.11Lennart Poettering2006-06-251-0/+15
* add PulseAudio service typesLennart Poettering2006-06-251-0/+5
* * bump version numberLennart Poettering2006-06-251-3/+3
* P_RECVIF portability for SolarisLennart Poettering2006-06-221-0/+4
* fix segfault when destructing multicast lookup objectsLennart Poettering2006-06-211-1/+2
* fix a mem leakLennart Poettering2006-06-211-0/+2