bc0db5aeed[cpr] Fix bzip2 decompression over files with multiple streams.Lorenzo Cogotti2022-10-03 00:34:07 +0200
f214c5e42d[lonetix/sys] Only use posix_fadvise() and fdatasync() on Linux.Lorenzo Cogotti2021-11-06 00:12:07 +0100
207924beac[lonetix/bgp] Fix Bgp_VmDoBreak() logic for nested BLKsLorenzo Cogotti2021-10-18 16:35:14 +0200
ef77abb25a[tools/bgpgrep] Make filter bytecode generation smarter, take advantage of new optimization opportunitiesLorenzo Cogotti2021-10-18 12:15:32 +0200
ae052ea987[lonetix/bgp] Optimize BGP VM code by adding more terminating instructions and factorize their code; remove obsolete ASMTCH instruction, redirecting it to FASMTCLorenzo Cogotti2021-10-18 12:14:22 +0200
4bde2c79a3[lonetix/lexer] Minor style fix in function signatureLorenzo Cogotti2021-10-15 11:57:03 +0200
de514e8a07[lonetix/xpt] Minor style fix, do not use uintptr_t directlyLorenzo Cogotti2021-10-15 11:56:30 +0200
a004e014e1[lonetix/fs] Some fixes to Windows system specific API - implementation still partialLorenzo Cogotti2021-10-15 11:54:23 +0200
07ffdf5a73[lonetix/lexer] Fix octal number parsing and minor typo fixesLorenzo Cogotti2021-10-15 11:52:12 +0200
dbd36e302c[lonetix/fs] Make Sys_ListFiles() safer when NULL is returned, by clearing *nfilesLorenzo Cogotti2021-10-15 11:51:14 +0200
c195ecd8d7[lonetix/fs] Make path extension functions more reliableLorenzo Cogotti2021-10-15 11:45:53 +0200
7be90e6e87[tools/peerindex] Prevent possible clobbering of argc,argv after longjmp()Lorenzo Cogotti2021-08-22 10:14:04 +0200
db129a0d39[lonetix/*,tools/bgpgrep/*] Correct handling of extended timestamps during filtering, decode and dumpLorenzo Cogotti2021-08-20 22:37:20 +0200
39dac63d82[tools/bgpscanner] Fix -o quoting (and options quoting in case PRETEND=y)Lorenzo Cogotti2021-08-11 23:46:55 +0200
705670d682[tools/bgpscanner] Make isipv4() return 0 explicitLorenzo Cogotti2021-08-11 18:02:48 +0200
c7a2417499[tools/bgpscanner] Be more consistent about printf/echo usageLorenzo Cogotti2021-08-10 22:06:51 +0200
6de065b5e6[bgp/dump_isolario] Make sure BGP data is valid when dumping BGP4MP, print corruption warning when it is notLorenzo Cogotti2021-06-08 22:11:50 +0200
3ab2e69bb2[bgp/attribute] Make sure EXTENDED attribute bit is off when clearing MP_UNREACH_NLRI during RIB rebuildLorenzo Cogotti2021-06-08 11:08:36 +0200
2480f1fa75[bgp/vm] Drop vm->isRunning and other metadata, Bgp_VmExec() could leave the VM in an inconsistent state on longjmp(), causing troublesLorenzo Cogotti2021-06-08 00:07:48 +0200
739f798d11[vm.c,vm_asmtch.c] Move match result PUSH to Bgp_VmStoreMsgTypeMatch()Lorenzo Cogotti2021-06-08 00:01:50 +0200