]> git.ipfire.org Git - thirdparty/bird.git/history - lib/birdlib.h
Backport some minor changes from int-new
[thirdparty/bird.git] / lib / birdlib.h
2017-09-12  Ondrej Zajicek ... Backport some minor changes from int-new
2017-05-16  Ondrej Zajicek ... Remove autoconf macros for time_t and alignment
2016-11-01  Jan Moskyto MatejkaBuild: switch on -Wextra, get rid of most of the warnings
2016-04-28  Ondrej Zajicek ... Add the Babel routing protocol (RFC 6126)
2015-11-24  Ondrej Zajicek ... Merge branch 'master' into rip-new
2015-11-24  Ondrej Zajicek ... Minor changes to SHA hash functions
2015-06-08  Ondrej ZajicekBGP multipath support
2015-02-24  Ondrej ZajicekAdd minor comment
2015-02-21  Pavel TvrdikAdd const to a param msg at functions log_msg, log_rl...
2015-02-21  Ondrej ZajicekMerge remote-tracking branch 'origin/soft-int'
2014-10-14  Ondrej ZajicekMerge remote-tracking branch 'origin/master' into soft-int
2014-10-02  Ondrej ZajicekImplements token bucket filter for rate limiting.
2014-06-26  Ondrej ZajicekTemporary integrated OSPF commit.
2013-11-23  Ondrej ZajicekMerge branch 'master' into add-path
2013-11-22  Ondrej ZajicekChanges identifiers to avoid use of reserved ones.
2013-11-22  Ondrej ZajicekMerge commit 'origin/bfd'
2013-11-19  Ondrej ZajicekBFD protocol, ready for release.
2013-10-05  Ondrej ZajicekFixes some BFD bugs and makes logging thread-safe.
2013-10-02  Ondrej ZajicekSimplifies val_in_range().
2011-03-13  Ondrej ZajicekImplements Router Advertisement protocol.
2010-09-20  Ondrej ZajicekChanges print-like filter commands to use a log instead...
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-08-10  Ondrej ZajicekMerge branch 'master' into dev
2009-07-23  Ondrej ZajicekFixes compiler warning in OFFSETOF().
2009-02-26  Ondrej ZajicekRate limit for most abundant log messages
2004-06-05  Martin MaresRenamed log() to log_msg(), but still keeping the old...
2004-06-05  Martin MaresA better comment.
2004-06-01  Ondrej FilipALIGN -> BIRD_ALIGN
2004-05-31  Martin MaresAdded UNUSED.
2004-05-31  Ondrej Filip#ifndef ALIGN - it is defined on *BSD
2002-11-13  Martin MaresABS should be a macro.
2001-02-20  Martin MaresFixed duplicity in log category numbering.
2000-04-12  Martin MaresIntroduced `ARRAY_SIZE' macro to replace all the sizeof...
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...
1999-12-06  Martin MaresLogging is now configurable. You can define multiple...
1999-08-17  Martin MaresAdded a function for generating 32-bit random numbers.
1999-03-29  Martin Mares#define NULL if not defined by system includes.
1999-02-05  Martin MaresAdded several parentheses to MIN/MAX macros.
1998-12-20  Martin MaresFiner grained logging levels:
1998-07-10  Martin MaresRemoved format specification attributes for log() and...
1998-07-09  Pavel MachekAdding MIN()/MAX() macros
1998-05-26  Martin MaresDBG now calls debug() instead of sending it to log().
1998-05-15  Martin MaresThe library is now glued together from generic and...
1998-05-03  Martin MaresBIRD library: The story continues.
1998-04-23  Martin MaresAdded IP address manipulation macros, interface declara...
1998-04-22  Martin MaresFirst look at data structures. More to come tomorrow...