]> git.meshlink.io Git - catta/history - avahi-core/socket.c
forgot to pull the publish_no_reverse change to the example.
[catta] / avahi-core / socket.c
2011-04-03 Lennart Poetteringsocket: minor beautification
2011-04-02 Lennart Poetteringiface: use interface values only when valid
2011-04-02 Lennart PoetteringMerge remote-tracking branch 'origin/master-tx'
2011-02-18 Vincent Untzsocket: Still read corrupt packets from the sockets
2010-06-28 Lennart PoetteringMerge remote branch 'origin/master-tx'
2010-06-25 Lennart Poetteringsocket: ignore EINTR on sendmsg()
2010-06-25 Lennart Poetteringget rid of a lot of old svn cruft
2010-06-25 Ludwig Nusselsocket: ignore packet if FIONREAD returns zero
2007-12-16 Lennart Poetteringfix detection whether an interface has a routable addre...
2007-12-16 Lennart Poetteringwork around yet another bsd limitation: prefer IP_MULTI...
2007-10-26 Lennart Poetteringfix usage of CMSG macros to fix portability to 64 syste...
2007-09-28 Ted PercivalSpelling/grammar corrections (all trivial)
2007-01-06 Lennart Poettering* set IPV6_V6ONLY for unicast DNS sockets, too
2007-01-04 Lennart PoetteringSome more ia64 fixes. (Closes #90)
2006-12-31 Lennart PoetteringIgnore EAGAIN errors on recvmsg() (Closes #60)
2006-06-22 Lennart PoetteringP_RECVIF portability for Solaris
2006-05-04 Lennart Poetteringfix sendmsg() calls on FreeBSD and AMD64 kernels with...
2006-05-02 Sebastien EstiennePatch from Padraig O'Briain <Padraig.Obriain@sun.com...
2006-04-24 Lennart Poetteringmake the construction of the ancillary data for sendmsg...
2006-03-17 Sebastien EstiennePatch from sjoerd simons to close Ticket #19 (Doesn...
2006-02-10 Lennart Poetteringadd membership hack for IPv6, too
2006-02-10 Sebastien Estienne * fix bug where avahi-daemon wasn't working anymore...
2006-02-09 Lennart Poetteringmerge ia64 fixes from Jason Vas Dias
2005-11-09 Sebastien Estienne* add support for IP_SENDSRCADDR on freeBSD
2005-11-09 Sebastien Estienne* set IP_MULTICAST_IF for *BSD
2005-11-03 Sebastien Estienne* small fixes
2005-11-03 Lennart Poetteringrework and cleanup socket handling to improve support...
2005-11-01 Lennart Poettering* Always specfify the local IP address when joining...
2005-10-31 Sebastien Estienne* small fix in the #includes
2005-10-28 Sebastien Estienne* many trivial fix to make avahi compile on OpenBSD
2005-10-25 Lennart Poettering* replace AF_UNSPEC by AVAHI_PROTO_UNSPEC in client...
2005-10-25 Lennart Poetteringadd a compiler warning that avahi_send_dns_packet_ipv4...
2005-10-24 Lennart Poettering* change setsocktopt for IP_TTL to use an int instead...
2005-10-24 Lennart Poetteringcleanup socket.c a little
2005-10-24 Lennart Poetteringunrbeak IPv6 support: change ttl value size back to...
2005-10-24 Lennart Poetteringfix IP_TTL/IP_RECVTTL on linux
2005-10-24 Lennart Poetteringmany cleanups in preperation of the netbsd port
2005-10-23 Lennart Poettering* correctly handle empty domain names (i.e. the root...
2005-10-21 Sebastien Estienne * added a missing include in dbus-protocol.c
2005-10-21 Sebastien Estienne* removed bogus IP_RECVIF
2005-10-21 Lennart Poetteringremove htonl() that shouldn't be there
2005-10-20 Lennart Poetteringhandle architectures that miss "struct ip_mreq" better
2005-10-20 Sebastien Estienne* preliminary ipv6 support for BSD
2005-10-20 Sebastien Estienne* bug fix in run_versioned
2005-10-19 Sebastien Estienne * replaced some ioctl by if_nametoindex and if_indextoname
2005-10-18 Sebastien Estienne * handle cmsg_type IP_RECVTTL
2005-10-14 Sebastien Estienne * more portability work on socket.c
2005-10-12 Sebastien Estienne * portability function for IP_PKTINFO
2005-10-12 Sebastien Estienne * added a portability fix for IPV6_ADD/DROP_MEMBERSHIP
2005-10-11 Sebastien Estienne * replaced SOL_IP by IPPROTO_IP as it seems more portable
2005-09-28 Lennart Poettering* add option to not enable SO_REUSEADDR for multicast...
2005-09-25 Lennart Poettering* split off lookup.h and publish.h from core.h
2005-09-16 Lennart PoetteringMake AVAHI_PROTO_xxx well defined constants
2005-08-13 Lennart Poettering* strip glib from avahi-core
2005-08-12 Lennart PoetteringSplit avahi-common/util.h into
2005-08-03 Lennart Poetteringlinux 2.4 compat
2005-08-02 Lennart Poettering* allow caller to specifiy additional CFLAGS arguments...
2005-06-24 Lennart Poettering* implement new source address check mechanisms
2005-06-21 Lennart Poettering* Update configure.ac to check for the availabilty...
2005-06-19 Lennart Poettering* detect other running mDNS stacks
2005-06-11 Lennart Poettering* add logging API and make all code make use of it
2005-06-03 Lennart Poettering* use FIONREAD to minimize allocated buffer size when...
2005-06-03 Lennart Poettering* implement reflection (including legacy unicast reflec...
2005-05-23 Lennart Poettering* add the first bits of a mDNS reflector
2005-05-20 Lennart Poettering* add new server state AVAHI_SERVER_SLEEPING to avoid...
2005-05-10 Lennart Poettering* abstract MTU stuff for packet generation
2005-05-07 Lennart Poetteringrename libavahi-core to avahi-core