summaryrefslogtreecommitdiffstats
path: root/avahi-core
Commit message (Expand)AuthorAgeFilesLines
* * Some minor cleanups in netlink codeLennart Poettering2005-10-152-16/+98
* * more portability work on socket.cSebastien Estienne2005-10-141-33/+128
* Merge portability patch from Philipp ZabelLennart Poettering2005-10-141-8/+20
* * portability function for IP_PKTINFOSebastien Estienne2005-10-121-8/+36
* remove some more compiler warningsLennart Poettering2005-10-121-4/+4
* remove macosx compiler warningLennart Poettering2005-10-121-1/+1
* remove macosx compiler warningLennart Poettering2005-10-121-1/+1
* add a (struct sockaddr*) cast to getsocknameLennart Poettering2005-10-121-2/+2
* minor fixes to the conformance testing toolLennart Poettering2005-10-121-2/+17
* small fix to allow creating server instances without passing a configuration ...Lennart Poettering2005-10-121-1/+1
* warn if not netlink replacement is found when buildingLennart Poettering2005-10-121-0/+2
* * added a portability fix for IPV6_ADD/DROP_MEMBERSHIPSebastien Estienne2005-10-121-0/+13
* minor Makefile.am cleanupLennart Poettering2005-10-121-9/+7
* * added support in autoconf for multiple architectureSebastien Estienne2005-10-122-2/+11
* * drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT...Lennart Poettering2005-10-128-33/+44
* * include config.h was missing in rrlist.c and added stdlib.h for NULLSebastien Estienne2005-10-111-0/+5
* * replaced SOL_IP by IPPROTO_IP as it seems more portableSebastien Estienne2005-10-111-22/+22
* remove uneeded asm/types.h inclusionLennart Poettering2005-10-111-1/+0
* clean up iface.h a bitLennart Poettering2005-10-111-28/+21
* Split off linux specific parts of iface.[ch] into iface-linux.[ch]. This shouldLennart Poettering2005-10-118-358/+508
* 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-113-10/+8
* add support for service subtypes: avahi_server_add_service_subtype()Lennart Poettering2005-10-113-35/+82
* don't send goodbye packets for records that are referenced from two local ent...Lennart Poettering2005-10-101-0/+23
* * rename avahi_service_name_snprint() to avahi_service_name_join()Lennart Poettering2005-10-1012-268/+226
* ### BACKPORT ###Lennart Poettering2005-10-031-1/+5
* ### BACKPORT ### (only second point)Lennart Poettering2005-10-032-85/+47
* Add new flag AVAHI_PUBLISH_IS_PROXY and activate it for static services with ...Lennart Poettering2005-09-291-7/+8
* handle wide areas responses with ANCOUNT = 0 like NXDOMAINLennart Poettering2005-09-291-17/+21
* * deal correctly with browsing mDNS services pointing to unicast DNS host namesLennart Poettering2005-09-291-2/+20
* reset the the commit throttling counter for entry groups 5s afer they have be...Lennart Poettering2005-09-292-0/+18
* * make all flags parameters UINT32 when marshalling for DBUSLennart Poettering2005-09-2917-113/+175
* remove even more bad newlines in log messagesLennart Poettering2005-09-283-3/+3
* * add option to not enable SO_REUSEADDR for multicast sockets, effectively di...Lennart Poettering2005-09-284-48/+60
* * 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-263-33/+124
* fix querier instantiationLennart Poettering2005-09-253-4/+3
* s/AVAHI_LOOKUP_CALLBACK/AVAHI_LOOKUP_RESULT/gLennart Poettering2005-09-254-15/+15
* * split off lookup.h and publish.h from core.hLennart Poettering2005-09-2536-1119/+3861
* Make AVAHI_PROTO_xxx well defined constantsLennart Poettering2005-09-166-34/+34
* add new public function avahi_server_is_service_local()Lennart Poettering2005-09-102-0/+69
* * add magic identification cookies to service TXT records automaticallyLennart Poettering2005-09-103-0/+35
* move definition of libtool version info data to configure.acLennart Poettering2005-09-071-1/+1
* Match rr_pending increases/decreases. Fixed crash (assert rr_pending>0) Jakub Stachowski2005-09-061-1/+2
* bum sonamesLennart Poettering2005-08-281-1/+1
* * Update docs/DBUS-APITrent Lloyd2005-08-281-1/+1
* * Withdraw addresses if interface is not considered relevantLennart Poettering2005-08-281-1/+2
* * Change order of relevancy checks and RR updating for new/removed interfacesLennart Poettering2005-08-281-2/+2
* * postpone address registration until all addresses have been discoveredLennart Poettering2005-08-281-14/+24
* * First try to publish link local addresses in case they are the only ones on...Lennart Poettering2005-08-281-6/+29