aboutsummaryrefslogtreecommitdiff
path: root/avahi-core/socket.c
AgeCommit message (Expand)Author
2007-12-16fix detection whether an interface has a routable address assigned on BSD. Pa...Lennart Poettering
2007-12-16work around yet another bsd limitation: prefer IP_MULTICAST_IF over IP_SENDSR...Lennart Poettering
2007-10-26fix usage of CMSG macros to fix portability to 64 systems. Identified by Davi...Lennart Poettering
2007-09-28Spelling/grammar corrections (all trivial)Ted Percival
2007-01-06* set IPV6_V6ONLY for unicast DNS sockets, tooLennart Poettering
2007-01-04Some more ia64 fixes. (Closes #90)Lennart Poettering
2006-12-31Ignore EAGAIN errors on recvmsg() (Closes #60)Lennart Poettering
2006-06-22P_RECVIF portability for SolarisLennart Poettering
2006-05-04fix sendmsg() calls on FreeBSD and AMD64 kernels with 32bit userspace. (Close...Lennart Poettering
2006-05-02Patch from Padraig O'Briain <Padraig.Obriain@sun.com> to build avahi on SolarisSebastien Estienne
2006-04-24make the construction of the ancillary data for sendmsg() a bit more robust. ...Lennart Poettering
2006-03-17Patch from sjoerd simons to close Ticket #19 (Doesn't work on 64 bit machines...Sebastien Estienne
2006-02-10add membership hack for IPv6, tooLennart Poettering
2006-02-10 * fix bug where avahi-daemon wasn't working anymore after the iface went dow...Sebastien Estienne
2006-02-09merge ia64 fixes from Jason Vas DiasLennart Poettering
2005-11-09* add support for IP_SENDSRCADDR on freeBSDSebastien Estienne
2005-11-09* set IP_MULTICAST_IF for *BSDSebastien Estienne
2005-11-03* small fixesSebastien Estienne
2005-11-03rework and cleanup socket handling to improve support for OS that don't suppo...Lennart Poettering
2005-11-01* Always specfify the local IP address when joining mcast groups. This increa...Lennart Poettering
2005-10-31* small fix in the #includesSebastien Estienne
2005-10-28* many trivial fix to make avahi compile on OpenBSDSebastien Estienne
2005-10-25* replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client-test.cLennart Poettering
2005-10-25add a compiler warning that avahi_send_dns_packet_ipv4() still misses support...Lennart Poettering
2005-10-24* change setsocktopt for IP_TTL to use an int instead of an uin8_t for compat...Lennart Poettering
2005-10-24cleanup socket.c a littleLennart Poettering
2005-10-24unrbeak IPv6 support: change ttl value size back to 32 bit for ipv6 Lennart Poettering
2005-10-24fix IP_TTL/IP_RECVTTL on linuxLennart Poettering
2005-10-24many cleanups in preperation of the netbsd portLennart Poettering
2005-10-23* correctly handle empty domain names (i.e. the root zone)Lennart Poettering
2005-10-21 * added a missing include in dbus-protocol.cSebastien Estienne
2005-10-21* removed bogus IP_RECVIFSebastien Estienne
2005-10-21remove htonl() that shouldn't be thereLennart Poettering
2005-10-20handle architectures that miss "struct ip_mreq" betterLennart Poettering
2005-10-20* preliminary ipv6 support for BSDSebastien Estienne
2005-10-20* bug fix in run_versionedSebastien Estienne
2005-10-19 * replaced some ioctl by if_nametoindex and if_indextonameSebastien Estienne
2005-10-18 * handle cmsg_type IP_RECVTTLSebastien Estienne
2005-10-14 * more portability work on socket.cSebastien Estienne
2005-10-12 * portability function for IP_PKTINFOSebastien Estienne
2005-10-12 * added a portability fix for IPV6_ADD/DROP_MEMBERSHIPSebastien Estienne
2005-10-11 * replaced SOL_IP by IPPROTO_IP as it seems more portableSebastien Estienne
2005-09-28* add option to not enable SO_REUSEADDR for multicast sockets, effectively di...Lennart Poettering
2005-09-25* split off lookup.h and publish.h from core.hLennart Poettering
2005-09-16Make AVAHI_PROTO_xxx well defined constantsLennart Poettering
2005-08-13* strip glib from avahi-coreLennart Poettering
2005-08-12Split avahi-common/util.h into Lennart Poettering
2005-08-03linux 2.4 compatLennart Poettering
2005-08-02* allow caller to specifiy additional CFLAGS arguments to bootstrap.shLennart Poettering
2005-06-24* implement new source address check mechanismsLennart Poettering