summaryrefslogtreecommitdiffstats
path: root/avahi-core/server.c
Commit message (Expand)AuthorAgeFilesLines
* don't publish the service cookie by default anymore. It was a bad idea. We sh...Lennart Poettering2007-05-081-1/+1
* Fix registration of really large records, like it is necessary for XEP-0174 (...Lennart Poettering2007-04-121-8/+18
* * optionally, register A RR via IPv6, AAAA RR via IPv4 (Closes #62)Lennart Poettering2007-01-051-3/+11
* do not alllow setting the host name to the one that is currently used anyway....Lennart Poettering2006-08-231-9/+30
* if validation of incoming traffic fails, give the user a clue that this might...Lennart Poettering2006-04-241-4/+4
* * add an option to make avahi-daemon using POINTOPOINT interfaces (disable b...Sebastien Estienne2006-02-191-0/+1
* never publish .local as browsing domainLennart Poettering2005-11-231-1/+3
* * when calculating a random jitter time for time events, use the same jitter inLennart Poettering2005-11-161-13/+2
* minor cleanupsLennart Poettering2005-11-141-14/+5
* * Make "NameAcquired" warning line disappear in avahi-clientLennart Poettering2005-11-131-5/+15
* * Do not allow adding RRs to entry groups that are already commitedLennart Poettering2005-11-081-1/+1
* * deal with gethostname() failing, use utsname.sysname[] instead in that caseLennart Poettering2005-11-081-6/+13
* * add two new configuration file options: "disable-publishing" and "disable-u...Lennart Poettering2005-11-061-0/+1
* * allow the user to specify a static browse domain list in the configuration ...Lennart Poettering2005-11-031-0/+10
* * small fixesSebastien Estienne2005-11-031-0/+1
* rework and cleanup socket handling to improve support for OS that don't suppo...Lennart Poettering2005-11-031-89/+77
* * fix compiling with --disable-dbusSebastien Estienne2005-11-011-0/+1
* remove a bunch of compiler warningsLennart Poettering2005-10-271-3/+3
* * avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering2005-10-261-1/+1
* * remove lots of DOXYGEN_SHOULD_SKIP_THIS from the header files, use doxygen ...Lennart Poettering2005-10-261-0/+1
* * replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.cLennart Poettering2005-10-251-38/+65
* * rename all limit defs so that they end with _MAXLennart Poettering2005-10-241-11/+11
* * reorder some things during server initializationLennart Poettering2005-10-241-23/+19
* * remove AVAHI_PUBLISH_IS_PROXY, it was a bad ideaLennart Poettering2005-10-181-14/+70
* rename server.h to internal.hLennart Poettering2005-10-171-1/+1
* * move unicast DNS server registration/browsing routines to their own header ...Lennart Poettering2005-10-171-8/+3
* split entry and entry-group management stuff off to its own file entry.cLennart Poettering2005-10-171-1178/+9
* Rename "AvahiAnnouncement" to "AvahiAnnouncer" to match AvahiQuerierLennart Poettering2005-10-171-1/+1
* * implement record updating through the new flags AVAHI_PUBLISH_UPDATELennart Poettering2005-10-171-35/+181
* add a (struct sockaddr*) cast to getsocknameLennart Poettering2005-10-121-2/+2
* small fix to allow creating server instances without passing a configuration ...Lennart Poettering2005-10-121-1/+1
* Split off linux specific parts of iface.[ch] into iface-linux.[ch]. This shouldLennart Poettering2005-10-111-6/+6
* limit allowed flags to avahi_server_add_service_subtype()Lennart Poettering2005-10-111-1/+1
* * rename avahi_is_valid_service_type() to avahi_is_valid_service_type_generic()Lennart Poettering2005-10-111-8/+6
* add support for service subtypes: avahi_server_add_service_subtype()Lennart Poettering2005-10-111-35/+63
* * rename avahi_service_name_snprint() to avahi_service_name_join()Lennart Poettering2005-10-101-26/+21
* ### BACKPORT ### (only second point)Lennart Poettering2005-10-031-71/+40
* Add new flag AVAHI_PUBLISH_IS_PROXY and activate it for static services with ...Lennart Poettering2005-09-291-7/+8
* reset the the commit throttling counter for entry groups 5s afer they have be...Lennart Poettering2005-09-291-0/+16
* * make all flags parameters UINT32 when marshalling for DBUSLennart Poettering2005-09-291-72/+137
* * add option to not enable SO_REUSEADDR for multicast sockets, effectively di...Lennart Poettering2005-09-281-2/+3
* * fix a bug found by Sebastien triggered be repeatedly resetting and commitin...Lennart Poettering2005-09-281-6/+3
* * Implement POOF aka "Passive Observation of Failure"Lennart Poettering2005-09-261-1/+4
* * split off lookup.h and publish.h from core.hLennart Poettering2005-09-251-31/+75
* Make AVAHI_PROTO_xxx well defined constantsLennart Poettering2005-09-161-13/+13
* add new public function avahi_server_is_service_local()Lennart Poettering2005-09-101-0/+66
* * add magic identification cookies to service TXT records automaticallyLennart Poettering2005-09-101-0/+29
* Don't consider incoming goodbye packets as conflicting unless they match one ...Lennart Poettering2005-08-281-1/+24
* hide some filesLennart Poettering2005-08-231-36/+58
* fix memory corruption in avahi-testLennart Poettering2005-08-221-1/+0