| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make the poof algorithm only positive if 4 unanswered queries each | Sjoerd Simons | 2008-01-28 | 1 | -1/+2 |
| * | * Fix a few typos of error message, thansk to tedp (Ref: Debian #444235) | Trent Lloyd | 2007-09-27 | 1 | -16/+16 |
| * | add new API function avahi_server_set_browse_domains() to avahi-core | Lennart Poettering | 2007-08-12 | 1 | -0/+26 |
| * | * Don't attempt to treat Known Answer records as potentially | Trent Lloyd | 2007-07-10 | 1 | -5/+3 |
| * | don't publish the service cookie by default anymore. It was a bad idea. We sh... | Lennart Poettering | 2007-05-08 | 1 | -1/+1 |
| * | Fix registration of really large records, like it is necessary for XEP-0174 (... | Lennart Poettering | 2007-04-12 | 1 | -8/+18 |
| * | * optionally, register A RR via IPv6, AAAA RR via IPv4 (Closes #62) | Lennart Poettering | 2007-01-05 | 1 | -3/+11 |
| * | do not alllow setting the host name to the one that is currently used anyway.... | Lennart Poettering | 2006-08-23 | 1 | -9/+30 |
| * | if validation of incoming traffic fails, give the user a clue that this might... | Lennart Poettering | 2006-04-24 | 1 | -4/+4 |
| * | * add an option to make avahi-daemon using POINTOPOINT interfaces (disable b... | Sebastien Estienne | 2006-02-19 | 1 | -0/+1 |
| * | never publish .local as browsing domain | Lennart Poettering | 2005-11-23 | 1 | -1/+3 |
| * | * when calculating a random jitter time for time events, use the same jitter in | Lennart Poettering | 2005-11-16 | 1 | -13/+2 |
| * | minor cleanups | Lennart Poettering | 2005-11-14 | 1 | -14/+5 |
| * | * Make "NameAcquired" warning line disappear in avahi-client | Lennart Poettering | 2005-11-13 | 1 | -5/+15 |
| * | * Do not allow adding RRs to entry groups that are already commited | Lennart Poettering | 2005-11-08 | 1 | -1/+1 |
| * | * deal with gethostname() failing, use utsname.sysname[] instead in that case | Lennart Poettering | 2005-11-08 | 1 | -6/+13 |
| * | * add two new configuration file options: "disable-publishing" and "disable-u... | Lennart Poettering | 2005-11-06 | 1 | -0/+1 |
| * | * allow the user to specify a static browse domain list in the configuration ... | Lennart Poettering | 2005-11-03 | 1 | -0/+10 |
| * | * small fixes | Sebastien Estienne | 2005-11-03 | 1 | -0/+1 |
| * | rework and cleanup socket handling to improve support for OS that don't suppo... | Lennart Poettering | 2005-11-03 | 1 | -89/+77 |
| * | * fix compiling with --disable-dbus | Sebastien Estienne | 2005-11-01 | 1 | -0/+1 |
| * | remove a bunch of compiler warnings | Lennart Poettering | 2005-10-27 | 1 | -3/+3 |
| * | * avahi-utils: replace python avahi-browse with a version written in C. | Lennart Poettering | 2005-10-26 | 1 | -1/+1 |
| * | * remove lots of DOXYGEN_SHOULD_SKIP_THIS from the header files, use doxygen ... | Lennart Poettering | 2005-10-26 | 1 | -0/+1 |
| * | * replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.c | Lennart Poettering | 2005-10-25 | 1 | -38/+65 |
| * | * rename all limit defs so that they end with _MAX | Lennart Poettering | 2005-10-24 | 1 | -11/+11 |
| * | * reorder some things during server initialization | Lennart Poettering | 2005-10-24 | 1 | -23/+19 |
| * | * remove AVAHI_PUBLISH_IS_PROXY, it was a bad idea | Lennart Poettering | 2005-10-18 | 1 | -14/+70 |
| * | rename server.h to internal.h | Lennart Poettering | 2005-10-17 | 1 | -1/+1 |
| * | * move unicast DNS server registration/browsing routines to their own header ... | Lennart Poettering | 2005-10-17 | 1 | -8/+3 |
| * | split entry and entry-group management stuff off to its own file entry.c | Lennart Poettering | 2005-10-17 | 1 | -1178/+9 |
| * | Rename "AvahiAnnouncement" to "AvahiAnnouncer" to match AvahiQuerier | Lennart Poettering | 2005-10-17 | 1 | -1/+1 |
| * | * implement record updating through the new flags AVAHI_PUBLISH_UPDATE | Lennart Poettering | 2005-10-17 | 1 | -35/+181 |
| * | add a (struct sockaddr*) cast to getsockname | Lennart Poettering | 2005-10-12 | 1 | -2/+2 |
| * | small fix to allow creating server instances without passing a configuration ... | Lennart Poettering | 2005-10-12 | 1 | -1/+1 |
| * | Split off linux specific parts of iface.[ch] into iface-linux.[ch]. This should | Lennart Poettering | 2005-10-11 | 1 | -6/+6 |
| * | limit allowed flags to avahi_server_add_service_subtype() | Lennart Poettering | 2005-10-11 | 1 | -1/+1 |
| * | * rename avahi_is_valid_service_type() to avahi_is_valid_service_type_generic() | Lennart Poettering | 2005-10-11 | 1 | -8/+6 |
| * | add support for service subtypes: avahi_server_add_service_subtype() | Lennart Poettering | 2005-10-11 | 1 | -35/+63 |
| * | * rename avahi_service_name_snprint() to avahi_service_name_join() | Lennart Poettering | 2005-10-10 | 1 | -26/+21 |
| * | ### BACKPORT ### (only second point) | Lennart Poettering | 2005-10-03 | 1 | -71/+40 |
| * | Add new flag AVAHI_PUBLISH_IS_PROXY and activate it for static services with ... | Lennart Poettering | 2005-09-29 | 1 | -7/+8 |
| * | reset the the commit throttling counter for entry groups 5s afer they have be... | Lennart Poettering | 2005-09-29 | 1 | -0/+16 |
| * | * make all flags parameters UINT32 when marshalling for DBUS | Lennart Poettering | 2005-09-29 | 1 | -72/+137 |
| * | * add option to not enable SO_REUSEADDR for multicast sockets, effectively di... | Lennart Poettering | 2005-09-28 | 1 | -2/+3 |
| * | * fix a bug found by Sebastien triggered be repeatedly resetting and commitin... | Lennart Poettering | 2005-09-28 | 1 | -6/+3 |
| * | * Implement POOF aka "Passive Observation of Failure" | Lennart Poettering | 2005-09-26 | 1 | -1/+4 |
| * | * split off lookup.h and publish.h from core.h | Lennart Poettering | 2005-09-25 | 1 | -31/+75 |
| * | Make AVAHI_PROTO_xxx well defined constants | Lennart Poettering | 2005-09-16 | 1 | -13/+13 |
| * | add new public function avahi_server_is_service_local() | Lennart Poettering | 2005-09-10 | 1 | -0/+66 |