This website requires JavaScript.
Explore
Help
Sign In
mirror
/
labs-bird
Watch
1
Star
0
Fork
0
You've already forked labs-bird
mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced
2024-05-11 16:54:54 +00:00
Code
Releases
Activity
labs-bird
/
lib
History
Martin Mares
0cf86f0fc3
Renamed
DEBUG' symbol to
DEBUGGING' to prevent collisions with token
...
names and include files.
1998-11-29 14:38:34 +00:00
..
birdlib.h
Removed format specification attributes for log() and debug() until
1998-07-10 08:39:34 +00:00
bitops.c
…
bitops.h
…
ip.h
Implemented ip_pton()
1998-11-27 19:29:27 +00:00
ipv4.c
Implemented ip_pton()
1998-11-27 19:29:27 +00:00
ipv4.h
Renamed
DEBUG' symbol to
DEBUGGING' to prevent collisions with token
1998-11-29 14:38:34 +00:00
ipv6.c
The library is now glued together from generic and OS-dependent parts
1998-05-15 07:56:13 +00:00
ipv6.h
Added function for converting of IP addresses to printable form.
1998-06-17 14:26:30 +00:00
lists.c
…
lists.h
WALK_LIST_DELSAFE now actually works (it really couldn't since it didn't
1998-10-17 11:02:39 +00:00
md5.c
…
md5.h
…
mempool.c
Staticized some variables and functions.
1998-05-24 14:46:20 +00:00
Modules
Added local version of sprintf (bsprintf and bvsprintf) offering few new
1998-06-17 14:31:36 +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
Resource pools are now named.
1998-05-26 21:37:37 +00:00
resource.h
Removed prototype of rp_free() since this function has never existed.
1998-11-27 19:29:00 +00:00
slab.c
Staticized some variables and functions.
1998-05-24 14:46:20 +00:00
socket.h
Added few socket declarations.
1998-05-24 15:00:48 +00:00
string.h
Implemented snprintf and similar functions. It took a lot of thinking,
1998-11-16 21:40:35 +00:00
unaligned.h
Added generic functions for unaligned data access.
1998-05-26 21:38:06 +00:00
xmalloc.c
…