bird/lib
Maria Matejka 2915e711f7 Custom number parser to speed up config parsing
The glibc's generic parser is slow due to its versatility. Specialized
parsers for base-10 and base-16 are much faster and we don't use other
bases.
2019-02-25 23:28:36 +01:00
..
alloca.h
birdlib.h GDB pretty printers: f_inst and f_val. 2019-02-20 22:30:54 +01:00
bitops.c
bitops.h
bitops_test.c
buffer.h
buffer_test.c
checksum.c
checksum.h
checksum_test.c
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
event.c
event.h Lib: Add and use ev_new_init() 2018-10-01 15:55:23 +02:00
event_test.c
fletcher16.h
fletcher16_test.c
flowspec.c
flowspec.h
flowspec_test.c
hash.h Hash: mem_hash doesn't modify the memory, declared constant 2018-12-04 14:00:53 +01:00
hash_test.c
heap.h
heap_test.c
idm.c
idm.h
ip.c Custom number parser to speed up config parsing 2019-02-25 23:28:36 +01:00
ip.h Filter refactoring: dropped the recursion from the interpreter 2019-02-20 22:30:54 +01:00
ip_test.c
lists.c
lists.h
lists_test.c
mac.c
mac.h
mac_test.c
macro.h Macro: Added a bunch of dirty C preprocessor tricks 2018-05-29 11:53:51 +02:00
Makefile Custom number parser to speed up config parsing 2019-02-25 23:28:36 +01:00
md5.c
md5.h
mempool.c Lib: Minor fix 2017-12-13 15:27:33 +01:00
net.c Add support for source-specific IPv6 routes to BIRD core 2018-02-13 16:39:07 +01:00
net.h Filter: Add support for src filter op to access SADR source prefix 2018-05-16 11:19:29 +02:00
patmatch.c
patmatch_test.c
printf.c No more warnings ... 2018-09-18 14:21:11 +02:00
printf_test.c
resource.c
resource.h
resource.sgml
sha1.c
sha1.h Add generic message authentication interface 2016-11-02 16:23:53 +01:00
sha256.c
sha256.h
sha512.c
sha512.h
slab.c
slist_test.c
slists.c
slists.h
socket.h
string.h Custom number parser to speed up config parsing 2019-02-25 23:28:36 +01:00
strtoul.c Custom number parser to speed up config parsing 2019-02-25 23:28:36 +01:00
tbf.c
timer.c The MRT protocol 2018-11-20 17:45:35 +01:00
timer.h The MRT protocol 2018-11-20 17:45:35 +01:00
unaligned.h The MRT protocol 2018-11-20 17:45:35 +01:00
xmalloc.c