..
birdlib.h
Introduced `ARRAY_SIZE' macro to replace all the sizeof(a)/sizeof(*a) constructs.
2000-04-12 13:21:23 +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
Event handlers no longer return re-queue flag. Instead of using it, just
2000-04-27 22:28:49 +00:00
event.h
Event handlers no longer return re-queue flag. Instead of using it, just
2000-04-27 22:28:49 +00:00
ip.c
Removal of useless includes continues...
2000-03-31 23:40:00 +00:00
ip.h
Added ip_scope_text() for translating of scopes to strings.
1999-11-25 15:34:20 +00:00
ipv4.c
Removed a lot of unused variables.
2000-05-04 20:30:36 +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 address classification fixes.
2000-05-02 15:21:51 +00:00
ipv6.h
Include "lib/string.h" instead of <string.h>. It should give us bzero()
2000-03-31 23:30:21 +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
Include "lib/string.h" instead of <string.h>. It should give us bzero()
2000-03-31 23:30:21 +00:00
md5.h
BIRD library: The story continues.
1998-05-03 16:43:39 +00:00
mempool.c
Include "lib/string.h" instead of <string.h>. It should give us bzero()
2000-03-31 23:30:21 +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
Defined format specifier %M' which behaves as
%m', but takes the
2000-05-02 16:10:04 +00:00
resource.c
Use bsprintf() instead of sprintf().
2000-03-31 23:33:03 +00:00
resource.h
Avoid conflicts with libraries defining their own xmalloc by defining
2000-03-29 22:57:46 +00:00
slab.c
Include "lib/string.h" instead of <string.h>. It should give us bzero()
2000-03-31 23:30:21 +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
Defined sk_close() which closes the socket safely even if called from
2000-03-30 10:43:37 +00:00
string.h
Include "lib/string.h" instead of <string.h>. It should give us bzero()
2000-03-31 23:30:21 +00:00
unaligned.h
Include "lib/string.h" instead of <string.h>. It should give us bzero()
2000-03-31 23:30:21 +00:00
xmalloc.c
Use dmalloc instead of EFence when available (dmalloc has lot of improvements
1999-03-04 11:36:26 +00:00