bird/lib
2000-04-12 13:21:23 +00:00
..
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 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 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 Include "lib/string.h" instead of <string.h>. It should give us bzero() 2000-03-31 23:30:21 +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 Removal of useless includes continues... 2000-03-31 23:40:00 +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 Include "lib/string.h" instead of <string.h>. It should give us bzero() 2000-03-31 23:30:21 +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