summaryrefslogtreecommitdiffstats
path: root/avahi-core/server.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * fix memory corruption bug in reflection engineLennart Poettering2005-08-211-1/+2
* * fix local conflict detection algorithmLennart Poettering2005-08-211-7/+6
* * Add avahi-client examples to doxygenLennart Poettering2005-08-201-0/+1
* Fix no network interface bug reported by LathiatLennart Poettering2005-08-141-0/+4
* * doxygen documentation updatesLennart Poettering2005-08-141-1/+1
* * allow SRV records with port == 0 (for flagship naming)Lennart Poettering2005-08-141-6/+3
* Rename some server side objects/symbols so that they do not conflict with the...Lennart Poettering2005-08-131-61/+61
* * strip glib from avahi-coreLennart Poettering2005-08-131-634/+714
* * implement hashmapLennart Poettering2005-08-121-15/+15
* implement new main loop abstraction layerLennart Poettering2005-08-121-3/+3
* Split avahi-common/util.h into Lennart Poettering2005-08-121-1/+3
* * drop glib from avahi-commonLennart Poettering2005-08-111-4/+4
* * Split out error code handling to avahi-common/error.[ch]Trent Lloyd2005-08-091-31/+0
* * Beef up simple protocol with error codesLennart Poettering2005-08-051-1/+2
* * add proper error codes and patch everything to make use of itLennart Poettering2005-08-051-27/+163
* * another small fixLennart Poettering2005-08-031-4/+5
* * correct fixesLennart Poettering2005-08-031-10/+11
* * another small fixLennart Poettering2005-08-031-3/+3
* small fixLennart Poettering2005-08-031-0/+5
* * drop AVAHI_ENTRY_GROUP_SLEEPINGLennart Poettering2005-08-031-4/+6
* * add C examplesLennart Poettering2005-08-031-63/+132
* * replace guchar and gint by AvahiProtocol, AvahiIfIndex at many places where...Lennart Poettering2005-08-021-30/+58
* * allow caller to specifiy additional CFLAGS arguments to bootstrap.shLennart Poettering2005-08-021-24/+25
* * add new tool avahi-publish-addressLennart Poettering2005-07-301-9/+16
* * drop trailing dot in avahi_normalize_name()Lennart Poettering2005-07-281-8/+16
* * swap order of "type" and "name" arguments of avahi_server_add_service() and...Lennart Poettering2005-07-271-5/+5
* * recreate DNS query in simple protocol on host or domain name changesLennart Poettering2005-06-281-1/+1
* * doxygen updatesLennart Poettering2005-06-251-6/+9