bird/lib
2000-01-16 17:39:16 +00:00
..
birdlib.h Logging is now configurable. You can define multiple log outputs (to both 1999-12-06 13:45:56 +00:00
bitops.c BIRD library: The story continues. 1998-05-03 16:43:39 +00:00
bitops.h BIRD library: The story continues. 1998-05-03 16:43:39 +00:00
checksum.c Faster checksum function. 1999-08-03 19:29:57 +00:00
checksum.h Added packet checksumming code. Watch the comments for an explanation. 1999-05-10 21:37:39 +00:00
event.c No more problems when events get scheduled during event processing. 2000-01-16 17:39:16 +00:00
event.h ev_run() now returns whether the event has been requeued or not. 1999-11-17 12:01:11 +00:00
ip.c Added ip_scope_text() for translating of scopes to strings. 1999-11-25 15:34:20 +00:00
ip.h Added ip_scope_text() for translating of scopes to strings. 1999-11-25 15:34:20 +00:00
ipv4.c Small bug in ipv4_skip_header. 1999-05-24 17:37:45 +00:00
ipv4.h Changed syntax of ip_class_mask, the old one was stupid. 1999-10-12 07:46:08 +00:00
ipv6.c ipv6_compare() accepts non-lvalue arguments as well. This makes filters 1999-12-16 13:13:22 +00:00
ipv6.h ipv6_compare() accepts non-lvalue arguments as well. This makes filters 1999-12-16 13:13:22 +00:00
lists.c BIRD library: The story continues. 1998-05-03 16:43:39 +00:00
lists.h Added macros for walking lists backwards. 1999-08-03 19:31:30 +00:00
md5.c BIRD library: The story continues. 1998-05-03 16:43:39 +00:00
md5.h BIRD library: The story continues. 1998-05-03 16:43:39 +00:00
mempool.c Simplify handling of free chunks. 1999-10-29 10:08:27 +00:00
Modules Added ip_scope_text() for translating of scopes to strings. 1999-11-25 15:34:20 +00:00
patmatch.c Added function for shell-like pattern matching. Will be used for 1998-11-29 14:47:24 +00:00
printf.c Killed bug in processing of 'h' prefix. Patch taken from linux-2.1.129. 1998-11-21 10:25:34 +00:00
resource.c Clarify resource dumps and include them in the main debugging dump. 1999-03-29 20:14:33 +00:00
resource.h Added lp_flush() which flushes contents of a linear pool, leaving all the 1999-03-29 19:35:47 +00:00
slab.c Staticized some variables and functions. 1998-05-24 14:46:20 +00:00
slists.c Implemented deletion/insertion/asynchronous-walk lists. 1998-12-20 13:56:27 +00:00
slists.h Implemented deletion/insertion/asynchronous-walk lists. 1998-12-20 13:56:27 +00:00
socket.h Implemented unix-domain sockets. 1999-10-29 12:09:29 +00:00
string.h Added function for shell-like pattern matching. Will be used for 1998-11-29 14:47:24 +00:00
unaligned.h Added generic functions for unaligned data access. 1998-05-26 21:38:06 +00:00
xmalloc.c Use dmalloc instead of EFence when available (dmalloc has lot of improvements 1999-03-04 11:36:26 +00:00