summaryrefslogtreecommitdiff
path: root/tests/lib
AgeCommit message (Expand)Author
2023-10-27tests: have unit-test check more paths for the grpc.so moduleChristian Hopps
2023-09-03tests: exercise `%b` printfrr format specifierDavid Lamparter
2023-08-15Merge pull request #14016 from mjstapp/event_exec_ptrDonald Sharp
2023-08-01lib: Do not use time_t as a special Lua encoder/decoderDonatas Abraitis
2023-07-25* : include event ptr in event_execute apiMark Stapp
2023-07-24tests: fix strncpy warningQuentin Young
2023-07-14tests: Fix Compilation Error and RuntimePath changes for test_grpcRajesh Gangam
2023-06-27lib: add dynamic array typeChristian Hopps
2023-06-19mgmtd: KISS the locking codeChristian Hopps
2023-05-09tests: Fix out of tree build for lua scriptingEugene Crosser
2023-04-21lib: fix _hash_member() crash w/ empty hashDavid Lamparter
2023-04-08tests: Copy script1.lua for make distDonatas Abraitis
2023-03-28lib: Remove getopt.c and getopt1.cDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert thread_master_XXX functions to event_master_XXXDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_should_yield and thread_set_yield_timeDonald Sharp
2023-03-24*: Convert thread_execute to event_executeDonald Sharp
2023-03-24*: Convert thread_fetch and thread_call to event_fetch and event_callDonald Sharp
2023-03-24*: Convert thread_cancelXXX to event_cancelXXXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-21Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White
2023-02-10bgpd: aspath list format binds on as-notation formatPhilippe Guibert
2023-02-09*: remove some leftover license blurbsDavid Lamparter
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-02-09*: manual SPDX License ID conversionsDavid Lamparter
2023-02-01tests: add missing printf attributeDavid Lamparter
2023-01-24build: consistently mkdir -p output for redirectDavid Lamparter
2022-12-15lib, tests, zebra: Remove unused workqueue error functionDonald Sharp
2022-10-06tests: make hash collision test collide harderDavid Lamparter
2022-05-08*: Avoid casting to the same type as on the leftDonatas Abraitis
2022-05-04Merge pull request #11059 from anlancs/fix/bgpd-evnp-wrong-check-hashgetDonatas Abraitis
2022-05-02tests: Use XCALLOC instead of XMALLOC for threadsDonald Sharp
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-04-19*: Fix spelling of comparisionDonald Sharp
2022-04-02Merge pull request #10925 from qlyoung/fix-grpc-wants-installed-frrChristian Hopps
2022-04-01tests: Fix uninitialized usage of variables in testsDonald Sharp
2022-03-29tests: skip grpc test if frr not installedQuentin Young
2022-03-14Merge pull request #10738 from LabNConsulting/chopps/fixgrpcDonald Sharp
2022-03-14tests: lib: fix grpc unit-testChristian Hopps
2022-03-13Merge pull request #10779 from opensourcerouting/typesafe-backflipDonald Sharp
2022-03-12lib: add `_last` and `_prev` on typesafe RB/DLISTDavid Lamparter
2022-03-11lib: add `%pFXh` to print prefix w/o prefixlenDavid Lamparter
2022-02-26tests: use PRNG in checksum testDavid Lamparter
2022-02-26lib: use iovec for checksum codeDavid Lamparter