summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* merge solaris port of iface-pfroute.c (contributed by Padraig O'Briain)Lennart Poettering2006-06-211-4/+157
* if RLIMIT_NPROC is not available but used in the config file, don't fail but ...Lennart Poettering2006-06-211-1/+3
* Merge patch from Frederic Peters, fixing doxygen.m4 for newer autoconf versio...Lennart Poettering2006-05-241-2/+2
* * Fix pthread autoconf checks for Solaris (original patch from Sjoerd Simmons)Lennart Poettering2006-05-191-1/+1
* sunstudio cc compat (contributed by Padraig O'Briain)Lennart Poettering2006-05-151-3/+3
* brown paperbag: actually reserve memory for our AvahiAddress before parsing d...Lennart Poettering2006-05-141-2/+2
* * make the event loop background againJames Willcox2006-05-081-1/+6
* add a missing lock, and make the event processing thread non-background.James Willcox2006-05-072-5/+7
* fix check for sysctl.hLennart Poettering2006-05-051-0/+2
* call _stop() instead of _quit() in _free(), to avoid hitting an assert()Lennart Poettering2006-05-051-1/+1
* update NEWS file for avahi 0.6.10Lennart Poettering2006-05-041-0/+43
* bump sonamesLennart Poettering2006-05-041-3/+3
* actually enforce that we never print more than 20 bytes from arbitrary record...Lennart Poettering2006-05-041-1/+1
* bump version number to 0.6.10Lennart Poettering2006-05-041-1/+1
* fix sendmsg() calls on FreeBSD and AMD64 kernels with 32bit userspace. (Close...Lennart Poettering2006-05-041-16/+27
* Patch from Padraig O'Briain <Padraig.Obriain@sun.com> to build avahi on SolarisSebastien Estienne2006-05-026-2/+50
* Merge patch "avahi-compat-error-return.patch" from Stanislav Brabec/JP Roseve...Lennart Poettering2006-04-261-2/+2
* if validation of incoming traffic fails, give the user a clue that this might...Lennart Poettering2006-04-242-6/+6
* add an extra validity check when parsing mDNS queries and records in packetsLennart Poettering2006-04-241-2/+13
* add an utf8 check when unescaping domains - essentially this means that all d...Lennart Poettering2006-04-241-0/+4
* add utf8 validity check API (based on the glib's implementation and hence mos...Lennart Poettering2006-04-244-4/+201
* fix compilation if chroot() is not available. (see #32)Lennart Poettering2006-04-241-1/+5
* make the construction of the ancillary data for sendmsg() a bit more robust. ...Lennart Poettering2006-04-241-3/+5
* add a note about the new DBUS reconnection behaviour of avahi-daemonLennart Poettering2006-04-241-2/+4
* reconnect if the DBUS daemon kicks avahi-daemon. Since the DBUS system bus so...Lennart Poettering2006-04-244-37/+115
* fix bad memory access in simple-procotol.c's debug outputLennart Poettering2006-04-241-3/+3
* filter out double DNS server entriesLennart Poettering2006-04-241-0/+10
* strip characters that are not in the set [a-zA-Z0-9-] from the local host nam...Lennart Poettering2006-04-241-1/+4
* * don't call dbus_connection_get_is_connected() for a NULL dbus connection (c...Lennart Poettering2006-04-241-0/+1