]> git.ipfire.org Git - thirdparty/bird.git/history - lib
The generalized TTL security mechanism (RFC 5082) support.
[thirdparty/bird.git] / lib /
2011-08-16  Ondrej ZajicekThe generalized TTL security mechanism (RFC 5082) support.
2011-03-13  Ondrej ZajicekImplements Router Advertisement protocol.
2010-11-04  Ondrej ZajicekFixes a bug in LSA update of large LSAs.
2010-09-20  Ondrej ZajicekChanges print-like filter commands to use a log instead...
2010-08-12  Ondrej ZajicekSupports unique local unicast addresses.
2010-06-02  Ondrej ZajicekImplements command that shows memory usage.
2010-04-27  Ondrej ZajicekBetter support for /31 networks.
2010-04-27  Ondrej FilipMerge branch 'master' of ssh://git.nic.cz/projects...
2010-04-25  Ondrej ZajicekImplements changes in checksum alg suggested by Joakim...
2010-03-26  Ondrej ZajicekMerge branch 'socket2' into new
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-26  Ondrej ZajicekMany changes in (mainly) kernel syncers.
2010-02-21  Ondrej ZajicekFix configure to enable warnings and fix most of them.
2010-02-11  Ondrej ZajicekMoves errno.h include.
2010-02-11  Ondrej ZajicekTemporary OSPF commit - socket changes.
2010-01-08  Ondrej FilipMerge branch 'master' of ssh://git.nic.cz/projects...
2010-01-08  Ondrej ZajicekSocket table update.
2010-01-03  Ondrej ZajicekImplements MRTdump feature.
2009-12-22  Ondrej ZajicekMerge commit 'origin/master' into new
2009-12-20  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-12-14  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-11-09  Ondrej ZajicekUse IPv6 checksums in OSPFv3.
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-10-11  Ondrej ZajicekWorkaround for stupid callback scheduler.
2009-09-17  Ondrej ZajicekFixes headers for uintptr_t (and build on NetBSD).
2009-09-08  Ondrej ZajicekTemporary OSPFv3 development commit.
2009-09-04  Ondrej ZajicekClear memory allocated by ralloc().
2009-09-04  Ondrej ZajicekTemporary OSPFv3 development commit (changing multicast...
2009-08-27  Ondrej ZajicekTemporary OSPFv3 development commit
2009-08-25  Ondrej ZajicekTemporary OSPFv3 development commit
2009-08-10  Ondrej ZajicekMerge branch 'master' into dev
2009-07-23  Ondrej ZajicekFixes compiler warning in OFFSETOF().
2009-07-23  Ondrej ZajicekAdds %R printf directive for Router ID.
2009-07-06  Ondrej ZajicekMerge branch 'master' into dev
2009-07-06  Ondrej ZajicekFixes memory alignment problems on Sparc64.
2009-06-25  Ondrej ZajicekMerge branch 'master' into dev
2009-06-18  Ondrej ZajicekImplements option that changes BGP listening socket...
2009-06-18  Ondrej ZajicekMinor bugfixes.
2009-06-10  Ondrej ZajicekChanges OSPF to generate stub networks for non-primary...
2009-03-31  Ondrej ZajicekCleanup changes
2009-03-31  Ondrej ZajicekReimplementation of prefix sets.
2009-02-26  Ondrej ZajicekRate limit for most abundant log messages
2009-01-12  Ondrej ZajicekSlist update
2008-12-25  Ondrej Zajicekfixes some 64-bit related bugs.
2008-12-18  Ondrej ZajicekFixes nasty bug in event processing.
2008-11-01  Ondrej ZajicekMultihop BGP was completely broken, because listening...
2008-10-26  Ondrej ZajicekMerge branch 'dev' into out
2008-10-26  Ondrej ZajicekImplementation of MD5 authentication of BGP sessions.
2008-08-25  Martin MaresFix behavior of ipa_opposite().
2004-06-05  Martin MaresStaticized lots of local functions.
2004-06-05  Martin MaresBetter prototypes.
2004-06-05  Martin MaresOne more in the library.
2004-06-05  Martin MaresRenamed log() to log_msg(), but still keeping the old...
2004-06-05  Martin MaresA better comment.
2004-06-04  Ondrej FilipOSPF is ready for changing MTU.
2004-06-01  Ondrej FilipALIGN -> BIRD_ALIGN
2004-05-31  Martin MaresRewritten the I/O loop. All socket operations are now...
2004-05-31  Martin MaresAdded UNUSED.
2004-05-31  Martin MaresAdded rmove() (by Andreas, tweaked by me).
2004-05-31  Ondrej FilipChanged of comments.
2004-05-31  Ondrej Filipalloca.h added
2004-05-31  Ondrej FilipUse #include "alloca.h"
2004-05-31  Ondrej FilipSome include added.
2004-05-31  Ondrej Filip#ifndef ALIGN - it is defined on *BSD
2002-11-13  Martin MaresABS should be a macro.
2001-08-19  Martin MaresIP address formatting now uses the same rules as format...
2001-02-20  Martin MaresFixed duplicity in log category numbering.
2001-01-17  Martin MaresBug fix from Zheng Yuan <zyuan1@cig.mot.com>.
2001-01-15  Martin MaresAdded an explanatory comment.
2000-06-08  Martin MaresFixes for the programmer's manual.
2000-06-07  Martin MaresFixes to the progdoc.
2000-06-07  Martin MaresSpelling fixes to progdoc.
2000-06-07  Ondrej Filip#define SIZE_OF_IP_HEADER
2000-06-05  Martin MaresDocumented sockets, events and timers.
2000-06-05  Martin MaresDocumented memory resources.
2000-06-04  Martin MaresAdded library progdocs.
2000-05-31  Martin MaresAdded the introduction chapter of progdoc.
2000-05-31  Martin MaresUpdated all the Doc files to new format.
2000-05-30  Martin MaresAdded ipa_absolutize() which converts link-scope addres...
2000-05-16  Martin MaresPoisoning: take there...
2000-05-16  Martin MaresOops, the poison was too deadly...
2000-05-16  Martin MaresAdded poisoning of free'd objects when we're debugging.
2000-05-13  Martin MaresUnified parsing of prefixes.
2000-05-08  Martin MaresImplemented debugging function rlookup() which you...
2000-05-05  Martin MaresAdded skeleton Doc files for the whole developer's...
2000-05-04  Martin MaresUnused variables in IPv6 code.
2000-05-04  Martin MaresRemoved a lot of unused variables.
2000-05-02  Martin MaresDefined format specifier `%M' which behaves as `%m...
2000-05-02  Martin MaresIPv6 address classification fixes.
2000-04-27  Martin MaresEvent handlers no longer return re-queue flag. Instead...
2000-04-12  Martin MaresIntroduced `ARRAY_SIZE' macro to replace all the sizeof...
2000-03-31  Martin MaresRemoval of useless includes continues...
2000-03-31  Martin MaresUse bsprintf() instead of sprintf().
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-30  Martin MaresDefined sk_close() which closes the socket safely even...
2000-03-29  Martin MaresAvoid conflicts with libraries defining their own xmall...
2000-03-21  Martin MaresWrote real version of unaligned data access functions...
2000-03-12  Martin MaresUse do { } while(0) instead of empty DBG if not debugging.
2000-03-07  Martin MaresDBG calls debug() if defined(LOCAL_DEBUG) || defined...
2000-03-05  Martin MaresImplemented real slab allocator. If you suspect it...
next