summaryrefslogtreecommitdiff
path: root/lib/birdlib.h
AgeCommit message (Expand)Author
2023-01-23Merge commit '7fb23041a52d01754c53ba963e2282e524813364' into thread-nextMaria Matejka
2023-01-20Fixed various build problems on FreeBSD and/or CLangMaria Matejka
2023-01-12Log message before abortingMike Crute
2022-09-08Table access is now locked.Maria Matejka
2022-07-18Merge commit '94eb0858' into thread-nextMaria Matejka
2022-07-18Merge commit 'a4451535' into thread-nextMaria Matejka
2022-07-18Merge commit 'a845651b' into thread-nextMaria Matejka
2022-07-15Merge commit 'c70b3198' into thread-next [lots of conflicts]Maria Matejka
2022-05-04Enforcing certain data structure explicit paddings.Maria Matejka
2022-05-04Attribute list normalization cleanupMaria Matejka
2021-11-22Converting the former BFD loop to a universal IO loop and protocol loop.Maria Matejka
2021-11-22Type checking in SKIP_BACK macroMaria Matejka
2021-11-22Locking subsystem: Just a global BIRD lock to begin with.Maria Matejka
2021-11-22POSIX threads and thread-local storage is needed for concurrent executionMaria Matejka
2021-09-25Filter: Faster prefix setsOndrej Zajicek (work)
2021-06-06Lib: Fix static assert macroOndrej Zajicek (work)
2021-06-06Lib: Add Blake2s and Blake2b hash functionsToke Høiland-Jørgensen
2021-06-06sysdep: Add wrapper to get random bytes - updateOndrej Zajicek (work)
2021-06-06sysdep: Add wrapper to get random bytesToke Høiland-Jørgensen
2020-05-01Expensive check declarationMaria Matejka
2020-05-01Non-null function argument declarationMaria Matejka
2020-04-28More assertion categoriesMaria Matejka
2019-08-20BGP: Implement extended optional parameters lengthOndrej Zajicek (work)
2019-07-15Filter: Simpler filter context allocationMaria Matejka
2019-05-23Filters: If somebody doesn't like _Thread_local, don't fail for now, just be ...Jan Maria Matejka
2019-02-20GDB pretty printers: f_inst and f_val.Maria Matejka
2019-01-24OSPF: Opaque LSAs and Router Information LSAOndrej Zajicek (work)
2018-01-10Use non-fatal asserts even for regular buildOndrej Zajicek (work)
2017-12-07Timers: Fix TBF and some last remainsOndrej Zajicek (work)
2017-12-07Timers: Add typecast to unit-converting macrosOndrej Zajicek (work)
2017-12-07Timers: Replace old timers with microsecond timersOndrej Zajicek (work)
2017-05-16Merge branch 'master' into int-newOndrej Zajicek (work)
2017-05-16Remove autoconf macros for time_t and alignmentOndrej Zajicek (work)
2016-12-07Basic flow specification support (RFC 5575)Ondrej Zajicek (work)
2016-12-07BGP redesignOndrej Zajicek (work)
2016-11-09 Unit Testing for BIRDOndrej Zajicek (work)
2016-11-08Merge branch 'master' into int-newOndrej Zajicek (work)
2016-11-01Build: switch on -Wextra, get rid of most of the warningsJan Moskyto Matejka
2016-05-12Merge remote-tracking branch 'origin/master' into int-newOndrej Zajicek (work)
2016-05-10Build system reworked to one global Makefile with includes and no nestingJan Moskyto Matejka
2016-04-28Add the Babel routing protocol (RFC 6126)Ondrej Zajicek (work)
2016-02-01Channels - explicit links between protocols and tablesOndrej Zajicek (work)
2015-12-21Follow-up work on integrationOndrej Zajicek (work)
2015-12-19Stop perusing f_prefix for non-prefix-set usesJan Moskyto Matejka
2015-11-24Minor changes to SHA hash functionsOndrej Zajicek (work)
2015-06-08BGP multipath supportOndrej Zajicek
2015-02-24Add minor commentOndrej Zajicek
2015-02-21Add const to a param msg at functions log_msg, log_rl, die, bug and debugPavel Tvrdik
2014-10-14Merge remote-tracking branch 'origin/master' into soft-intOndrej Zajicek
2014-10-02Implements token bucket filter for rate limiting.Ondrej Zajicek