summaryrefslogtreecommitdiffstats
path: root/avahi-core/socket.c
Commit message (Expand)AuthorAgeFilesLines
* socket: minor beautificationLennart Poettering2011-04-041-2/+2
* iface: use interface values only when validLennart Poettering2011-04-021-5/+9
* socket: Still read corrupt packets from the socketsVincent Untz2011-02-181-10/+11
* socket: ignore EINTR on sendmsg()Lennart Poettering2010-06-251-0/+3
* get rid of a lot of old svn cruftLennart Poettering2010-06-251-2/+0
* socket: ignore packet if FIONREAD returns zeroLudwig Nussel2010-06-251-0/+8
* fix detection whether an interface has a routable address assigned on BSD. Pa...Lennart Poettering2007-12-161-1/+5
* work around yet another bsd limitation: prefer IP_MULTICAST_IF over IP_SENDSR...Lennart Poettering2007-12-161-9/+9
* fix usage of CMSG macros to fix portability to 64 systems. Identified by Davi...Lennart Poettering2007-10-261-101/+95
* Spelling/grammar corrections (all trivial)Ted Percival2007-09-281-2/+2
* * set IPV6_V6ONLY for unicast DNS sockets, tooLennart Poettering2007-01-061-7/+38
* Some more ia64 fixes. (Closes #90)Lennart Poettering2007-01-041-3/+3
* Ignore EAGAIN errors on recvmsg() (Closes #60)Lennart Poettering2006-12-311-2/+22
* P_RECVIF portability for SolarisLennart Poettering2006-06-221-0/+4
* 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-021-0/+3
* make the construction of the ancillary data for sendmsg() a bit more robust. ...Lennart Poettering2006-04-241-3/+5
* Patch from sjoerd simons to close Ticket #19 (Doesn't work on 64 bit machines...Sebastien Estienne2006-03-171-3/+3
* add membership hack for IPv6, tooLennart Poettering2006-02-101-1/+7
* * fix bug where avahi-daemon wasn't working anymore after the iface went dow...Sebastien Estienne2006-02-101-0/+3
* merge ia64 fixes from Jason Vas DiasLennart Poettering2006-02-091-5/+5
* * add support for IP_SENDSRCADDR on freeBSDSebastien Estienne2005-11-091-3/+25
* * set IP_MULTICAST_IF for *BSDSebastien Estienne2005-11-091-4/+7
* * small fixesSebastien Estienne2005-11-031-3/+3
* rework and cleanup socket handling to improve support for OS that don't suppo...Lennart Poettering2005-11-031-65/+102
* * Always specfify the local IP address when joining mcast groups. This increa...Lennart Poettering2005-11-011-10/+13
* * small fix in the #includesSebastien Estienne2005-10-311-1/+1
* * many trivial fix to make avahi compile on OpenBSDSebastien Estienne2005-10-281-3/+6
* * replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.cLennart Poettering2005-10-251-1/+0
* add a compiler warning that avahi_send_dns_packet_ipv4() still misses support...Lennart Poettering2005-10-251-3/+4
* * change setsocktopt for IP_TTL to use an int instead of an uin8_t for compat...Lennart Poettering2005-10-241-3/+3
* cleanup socket.c a littleLennart Poettering2005-10-241-111/+91
* unrbeak IPv6 support: change ttl value size back to 32 bit for ipv6 Lennart Poettering2005-10-241-1/+1
* fix IP_TTL/IP_RECVTTL on linuxLennart Poettering2005-10-241-3/+2
* many cleanups in preperation of the netbsd portLennart Poettering2005-10-241-69/+83
* * correctly handle empty domain names (i.e. the root zone)Lennart Poettering2005-10-231-6/+6
* * added a missing include in dbus-protocol.cSebastien Estienne2005-10-211-0/+8
* * removed bogus IP_RECVIFSebastien Estienne2005-10-211-24/+3
* remove htonl() that shouldn't be thereLennart Poettering2005-10-211-1/+1
* handle architectures that miss "struct ip_mreq" betterLennart Poettering2005-10-201-84/+18
* * preliminary ipv6 support for BSDSebastien Estienne2005-10-201-1/+45
* * bug fix in run_versionedSebastien Estienne2005-10-201-4/+4
* * replaced some ioctl by if_nametoindex and if_indextonameSebastien Estienne2005-10-191-2/+2
* * handle cmsg_type IP_RECVTTLSebastien Estienne2005-10-181-0/+6
* * more portability work on socket.cSebastien Estienne2005-10-141-33/+128
* * portability function for IP_PKTINFOSebastien Estienne2005-10-121-8/+36
* * added a portability fix for IPV6_ADD/DROP_MEMBERSHIPSebastien Estienne2005-10-121-0/+13
* * replaced SOL_IP by IPPROTO_IP as it seems more portableSebastien Estienne2005-10-111-22/+22
* * add option to not enable SO_REUSEADDR for multicast sockets, effectively di...Lennart Poettering2005-09-281-44/+54
* * split off lookup.h and publish.h from core.hLennart Poettering2005-09-251-59/+85