summaryrefslogtreecommitdiffstats
path: root/lib/sockunion.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-7/+6
|\
| * lib: add sockopt helper for setting IPV6_V6ONLY and use itDavid Lamparter2011-12-131-0/+24
| * lib: fix memory leak on connect() failureStephen Hemminger2011-12-061-12/+11
* | Merge branch 'pipework' of /git/quagga.euro-ix into euro_ix_bChris Hall2011-09-051-1/+76
|\ \
| * | Merging of euro_ix branch into pipework.Chris Hall2011-09-021-1/+76
* | | Updated the "symbol table" and added AVL treeChris Hall2011-08-261-12/+8
|/ /
* | Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18pChris Hall2011-08-121-191/+212
|\ \
| * | Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-191/+212
| |\|
| | * lib: Add support for IPv6 ttl securityStephen Hemminger2011-03-241-11/+19
| | * bgpd: Cleanups & fixes for minttl / GTSMStephen Hemminger2011-03-241-8/+8
| | * bgpd: RFC 5082 Generalized TTL Security Mechanism supportNick Hilliard2011-03-231-0/+22
| | * lib: add TCP_CORK wrapperStephen Hemminger2011-03-211-0/+10
* | | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-0/+1
|/ /
* | Fixes to compile on FreeBSD 8.0 with gcc 4.2.1Chris Hall2010-04-161-2/+2
* | Support gai_strerror() and tidy bgp_listener code.Chris Hall2010-04-111-2/+13
* | New functions for error numbers and addresses in messages.Chris Hall2010-04-081-19/+26
* | First beta releaseChris Hall2010-04-061-114/+200
* | Major updateChris Hall2010-03-161-257/+396
* | Thread safe versions of inet_ntoa and strerror.paulo2010-02-041-2/+2
* | Binding to interfaces and counting of messages.Chris Hall2010-01-271-1/+32
* | Fix sockunion_connect() error handling.Chris Hall2010-01-201-1/+1
* | Adding verify debug code for qtimers and tidied up.Chris Hall2010-01-201-3/+54
* | Tighten SU_ADDRSTRLEN and sockunion2str() in lib/sockunion.c/.hChris Hall2010-01-051-0/+7
* | Fix typo in lib/sockunion.cpaulo2010-01-041-1/+1
* | Initial commit for bgp_engine branch -- seeding new files...Chris Hall2010-01-041-180/+198
|/
* [lib] Fix IPv6 normalisationStephen Hemminger2009-07-161-0/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-2/+1
* [lib] fix missing sockunion_normalise_mappedPaul Jakma2008-11-241-0/+1
* [lib] re-enable conversion of v6mapped INET6 sockunions to regular INETPaul Jakma2008-09-091-40/+20
* [bgpd] TCP-MD5: password vty configuration and initial Linux supportPaul Jakma2008-07-211-2/+6
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-101-8/+8
* [lib/sockunion] trivial: use XSTRDUP.Paul Jakma2006-02-211-2/+2
* 2005-05-19 Paul Jakma <paul@dishone.st>paul2005-05-191-4/+4
* 2005-05-06 Paul Jakma <paul@dishone.st>paul2005-05-061-4/+4
* * sockunion.c: Fix warning message.hasso2005-05-061-1/+1
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-5/+5
* 2004-10-13 Paul Jakma <paul@dishone.st>paul2004-10-131-4/+4
* Some more const string fixes.hasso2004-10-111-1/+1
* Number of warnings is down to 3 again in lib directory. A lot of const'shasso2004-10-051-1/+1
* 2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>paul2004-05-081-2/+2
* Last fixes from 6Wind patch.hasso2003-05-251-0/+5
* Fix incorrect buffer bounds.paul2003-05-241-4/+4
* Initial revisionpaul2002-12-131-0/+756