]> git.ipfire.org Git - thirdparty/bird.git/history - lib
New release 1.1.3
[thirdparty/bird.git] / lib /
2009-09-04  Ondrej ZajicekClear memory allocated by ralloc().
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...
2000-03-01  Martin MaresChanged comments regarding hash function.
2000-03-01  Martin MaresIP_PREC_INTERNET_CONTROL for IPv6 (see the comment).
2000-01-16  Martin MaresNo more problems when events get scheduled during event...
1999-12-16  Martin Maresipv6_compare() accepts non-lvalue arguments as well...
1999-12-06  Martin MaresLogging is now configurable. You can define multiple...
1999-11-25  Martin MaresAdded ip_scope_text() for translating of scopes to...
1999-11-17  Martin Maresev_run() now returns whether the event has been requeue...
1999-10-29  Martin MaresImplemented unix-domain sockets.
1999-10-29  Martin MaresEvents now return a value. If it's non-zero, the event...
1999-10-29  Martin MaresSimplify handling of free chunks.
1999-10-12  Martin MaresChanged syntax of ip_class_mask, the old one was stupid.
1999-10-02  Martin MaresDon't forget to free large blocks.
1999-08-17  Martin MaresAdded a function for generating 32-bit random numbers.
1999-08-03  Martin MaresSupport for IPv6 sockets. How nice one doesn't have...
1999-08-03  Martin MaresBasic support for IPv6. The system-dependent part...
1999-08-03  Martin MaresAdded macros for walking lists backwards.
1999-08-03  Martin MaresFaster checksum function.
1999-06-01  Martin MaresDefined IP_PREC_INTERNET_CONTROL and made all (well...
1999-05-31  Martin MaresAdded sk_send_buffer_empty().
1999-05-24  Ondrej FilipSmall bug in ipv4_skip_header.
1999-05-14  Martin MaresAdded ip_skip_header() and modified OSPF to use it.
1999-05-10  Martin MaresAdded packet checksumming code. Watch the comments...
1999-04-27  Martin MaresRecognize site scope for IPv4 addresses (prefixes reser...
1999-04-12  Martin MaresAdded ipa_compare as requested.
1999-04-12  Martin MaresFixed a couple of bugs in handling of multicast sockets.
1999-04-06  Martin Maresip_pton: Avoid modification of the string we're converting.
1999-03-29  Martin MaresClarify resource dumps and include them in the main...
1999-03-29  Martin MaresAdded lp_flush() which flushes contents of a linear...
1999-03-29  Martin MaresMoved all system-dependent #include's containing endian...
next