index
:
bird
android-old
avc-firewall
bgp/recursive
current-busch
current-vps
dmwg-0.0.1
dmwg-0.0.2
lua/filter
lua/lua
lua/wireguard
native/native-function
native/wg-native-function
old/bgp-recursive
old/build
old/current-jessie
old/debug
old/debug2
old/ignore-interface
old/ipv4-link-local
old/tunnel-encap
old/wg-tlv
old/wireguard
old/wireguard-android
old/wireguard-bp
old/wireguard-initial
old/wireguard-lib
old/wireguard-proto
old/wireguard-upstream
proto-firewall
shared
wireguard
wireguard-android
wireguard-next
wireguard-next-tmp10
wireguard-next-tmp11
wireguard-next-tmp5
wireguard-next-tmp6
wireguard-next-tmp7
wireguard-next-tmp7-1
wireguard-next-tmp8
wireguard-next-tmp8-1
wireguard-next-tmp9
Bird routing daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
birdlib.h
Age
Commit message (
Expand
)
Author
2015-06-08
BGP multipath support
Ondrej Zajicek
2015-02-24
Add minor comment
Ondrej Zajicek
2015-02-21
Add const to a param msg at functions log_msg, log_rl, die, bug and debug
Pavel Tvrdik
2014-10-14
Merge remote-tracking branch 'origin/master' into soft-int
Ondrej Zajicek
2014-10-02
Implements token bucket filter for rate limiting.
Ondrej Zajicek
2014-06-26
Temporary integrated OSPF commit.
Ondrej Zajicek
2013-11-22
Changes identifiers to avoid use of reserved ones.
Ondrej Zajicek
2013-11-22
Merge commit 'origin/bfd'
Ondrej Zajicek
2013-11-19
BFD protocol, ready for release.
Ondrej Zajicek
2013-10-05
Fixes some BFD bugs and makes logging thread-safe.
Ondrej Zajicek
2013-10-02
Simplifies val_in_range().
Ondrej Zajicek
2011-03-13
Implements Router Advertisement protocol.
Ondrej Zajicek
2010-09-20
Changes print-like filter commands to use a log instead of a stderr.
Ondrej Zajicek
2009-07-23
Fixes compiler warning in OFFSETOF().
Ondrej Zajicek
2009-02-26
Rate limit for most abundant log messages
Ondrej Zajicek
2004-06-05
Renamed log() to log_msg(), but still keeping the old name as a macro.
Martin Mares
2004-06-05
A better comment.
Martin Mares
2004-06-01
ALIGN -> BIRD_ALIGN
Ondrej Filip
2004-05-31
Added UNUSED.
Martin Mares
2004-05-31
#ifndef ALIGN - it is defined on *BSD
Ondrej Filip
2002-11-13
ABS should be a macro.
Martin Mares
2001-02-20
Fixed duplicity in log category numbering.
Martin Mares
2000-04-12
Introduced `ARRAY_SIZE' macro to replace all the sizeof(a)/sizeof(*a) constru...
Martin Mares
2000-03-12
Use do { } while(0) instead of empty DBG if not debugging.
Martin Mares
2000-03-07
DBG calls debug() if defined(LOCAL_DEBUG) || defined(GLOBAL_DEBUG).
Martin Mares
1999-12-06
Logging is now configurable. You can define multiple log outputs (to both
Martin Mares
1999-08-17
Added a function for generating 32-bit random numbers.
Martin Mares
1999-03-29
#define NULL if not defined by system includes.
Martin Mares
1999-02-05
Added several parentheses to MIN/MAX macros.
Martin Mares
1998-12-20
Finer grained logging levels:
Martin Mares
1998-07-10
Removed format specification attributes for log() and debug() until
Martin Mares
1998-07-09
Adding MIN()/MAX() macros
Pavel Machek
1998-05-26
DBG now calls debug() instead of sending it to log().
Martin Mares
1998-05-15
The library is now glued together from generic and OS-dependent parts
Martin Mares
1998-05-03
BIRD library: The story continues.
Martin Mares
1998-04-23
Added IP address manipulation macros, interface declarations and logging.
Martin Mares
1998-04-22
First look at data structures. More to come tomorrow...
Martin Mares