aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Filter: Recursive filter iteration codeOndrej Zajicek (work)2021-02-071-0/+2
* lib/slab: introduce sl_allocz() function and use it in BabelToke Høiland-Jørgensen2020-11-242-0/+25
* Slab: Init node in slab head to NULLs.Maria Matejka2020-05-011-2/+5
* Timer: Adding missing initializer.Maria Matejka2020-05-011-1/+1
* Lists: Replaced replace_node() by update_node() which is the only use of that...Maria Matejka2020-05-013-26/+17
* Lists: fix a stupid sanitizer bugMaria Matejka2020-05-011-2/+6
* Uninitialized list nodes fixesMaria Matejka2020-05-011-0/+1
* List expensive check.Maria Matejka2020-05-011-0/+61
* Expensive check declarationMaria Matejka2020-05-011-0/+7
* IPv6 address parser: fail on incomplete addressesMaria Matejka2020-05-012-8/+34
* Non-null function argument declarationMaria Matejka2020-05-011-0/+1
* More assertion categoriesMaria Matejka2020-04-281-1/+5
* Not calling memcpy with n=0.Maria Matejka2020-04-281-0/+9
* Configuration strings are constant.Maria Matejka2020-04-093-5/+5
* Fletcher16 test fixed to work at bigendian architectures.Maria Matejka2020-04-051-10/+21
* Flowspec: Fix testsOndrej Zajicek (work)2020-03-031-4/+2
* BGP: Handle flowspec rules without dst partOndrej Zajicek (work)2020-03-032-10/+4
* BGP: Support for MD5SIG together with remote rangeOndrej Zajicek (work)2020-02-271-1/+1
* Filter: Add support for src/dst accessors for Flowspec and SADROndrej Zajicek (work)2019-12-092-2/+29
* Nest: Use bitmaps to keep track of exported routesOndrej Zajicek (work)2019-11-262-0/+8
* Lib: Basic and hierarchical bitmapsOndrej Zajicek (work)2019-11-265-2/+443
* BGP: Fix processing of IPv6 FlowspecOndrej Zajicek (work)2019-11-183-34/+111
* Support for address family constantsOndrej Zajicek (work)2019-11-031-0/+7
* Lib: Support for 64-bit numbers in bvsnprintf()Ondrej Zajicek (work)2019-10-092-33/+48
* BGP: Use reallocation for capability structureOndrej Zajicek (work)2019-08-211-0/+2
* BGP: Implement extended optional parameters lengthOndrej Zajicek (work)2019-08-201-1/+1
* RAdv: Allow solicited RAs to be sent as unicastOndrej Zajicek (work)2019-08-121-1/+1
* Merge remote-tracking branch 'origin/mq-filter-stack'Ondrej Zajicek (work)2019-07-247-7/+88
|\
| * Filter: Simpler filter context allocationMaria Matejka2019-07-151-4/+2
| * Filter: Pre-evaluation of constant expressionsMaria Matejka2019-07-021-3/+7
| * String: bstrtoul macro expanded to bstrtoul10 and 16Maria Matejka2019-06-132-2/+1
| * Filters: If somebody doesn't like _Thread_local, don't fail for now, just be ...Jan Maria Matejka2019-05-231-0/+6
| * Custom number parser to speed up config parsingMaria Matejka2019-02-254-2/+67
| * GDB pretty printers: f_inst and f_val.Maria Matejka2019-02-201-0/+9
| * Filter refactoring: dropped the recursion from the interpreterMaria Matejka2019-02-201-2/+2
* | RPKI: Fix reconfiguration when ssh parameters are undefinedOndrej Zajicek (work)2019-07-232-0/+23
* | Lib: Improve printf() testsOndrej Zajicek (work)2019-07-181-0/+23
* | Lib: Fix print of 64-bit router idOndrej Zajicek (work)2019-07-181-8/+8
* | Libdmalloc macros fixedMaria Matejka2019-07-081-3/+3
|/
* OSPF: Opaque LSAs and Router Information LSAOndrej Zajicek (work)2019-01-241-0/+7
* Doc: Rename code documentation files back to DocOndrej Zajicek (work)2018-12-141-0/+0
* Hash: mem_hash doesn't modify the memory, declared constantJan Maria Matejka2018-12-041-2/+2
* Changed IPv4 hash function to simple multiplication.Jan Maria Matejka2018-12-041-7/+1
* The MRT protocolOndrej Zajicek (work)2018-11-203-13/+23
* Lib: Force output type in ip4_addr constructorOndrej Zajicek (work)2018-10-251-1/+1
* Lib: Add and use ev_new_init()Ondrej Zajicek (work)2018-10-011-0/+9
* No more warnings ...Jan Maria Matejka2018-09-181-0/+1
* Lib: recursive printfJan Maria Matejka2018-08-221-0/+11
* BSD: Use MSG_DONTROUTE for unicast packets on FreeBSDOndrej Zajicek (work)2018-07-281-0/+3
* Nest: Neighbor cache cleanupsOndrej Zajicek (work)2018-06-271-0/+7