summaryrefslogtreecommitdiffstats
path: root/tests/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix out of tree build for lua scriptingEugene Crosser2023-05-091-0/+6
* lib: fix _hash_member() crash w/ empty hashDavid Lamparter2023-04-211-0/+5
* tests: Copy script1.lua for make distDonatas Abraitis2023-04-081-1/+1
* lib: Remove getopt.c and getopt1.cDonald Sharp2023-03-281-1/+0
* *: Convert event.h to frrevent.hDonald Sharp2023-03-2411-11/+11
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-2422-23/+23
* *: Convert thread_master_XXX functions to event_master_XXXDonald Sharp2023-03-2410-16/+16
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-2422-23/+23
* *: Convert thread_should_yield and thread_set_yield_timeDonald Sharp2023-03-241-1/+1
* *: Convert thread_execute to event_executeDonald Sharp2023-03-241-1/+1
* *: Convert thread_fetch and thread_call to event_fetch and event_callDonald Sharp2023-03-246-12/+12
* *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-242-3/+3
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-245-15/+15
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-249-15/+15
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-2411-11/+11
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-2/+1
* Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-211-0/+9
|\
| * bgpd: aspath list format binds on as-notation formatPhilippe Guibert2023-02-101-0/+9
* | *: remove some leftover license blurbsDavid Lamparter2023-02-091-4/+0
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-0944-620/+44
* | *: manual SPDX License ID conversionsDavid Lamparter2023-02-091-14/+1
|/
* tests: add missing printf attributeDavid Lamparter2023-02-011-0/+1
* build: consistently mkdir -p output for redirectDavid Lamparter2023-01-241-1/+1
* lib, tests, zebra: Remove unused workqueue error functionDonald Sharp2022-12-151-6/+0
* tests: make hash collision test collide harderDavid Lamparter2022-10-061-1/+1
* *: Avoid casting to the same type as on the leftDonatas Abraitis2022-05-081-1/+1
* Merge pull request #11059 from anlancs/fix/bgpd-evnp-wrong-check-hashgetDonatas Abraitis2022-05-041-1/+1
|\
| * *: remove the checking returned value for hash_get()anlan_cs2022-05-021-1/+1
* | tests: Use XCALLOC instead of XMALLOC for threadsDonald Sharp2022-05-021-2/+2
|/
* *: Fix spelling of comparisionDonald Sharp2022-04-191-2/+2
* Merge pull request #10925 from qlyoung/fix-grpc-wants-installed-frrChristian Hopps2022-04-021-0/+4
|\
| * tests: skip grpc test if frr not installedQuentin Young2022-03-291-0/+4
* | tests: Fix uninitialized usage of variables in testsDonald Sharp2022-04-011-3/+3
|/
* Merge pull request #10738 from LabNConsulting/chopps/fixgrpcDonald Sharp2022-03-141-2/+8
|\
| * tests: lib: fix grpc unit-testChristian Hopps2022-03-141-2/+8
* | Merge pull request #10779 from opensourcerouting/typesafe-backflipDonald Sharp2022-03-132-3/+69
|\ \
| * | lib: add `_last` and `_prev` on typesafe RB/DLISTDavid Lamparter2022-03-122-3/+69
| |/
* / lib: add `%pFXh` to print prefix w/o prefixlenDavid Lamparter2022-03-111-0/+18
|/
* tests: use PRNG in checksum testDavid Lamparter2022-02-262-10/+9
* lib: use iovec for checksum codeDavid Lamparter2022-02-261-5/+50
* *: Change thread->func to return void instead of intDonald Sharp2022-02-245-15/+8
* tests: fuzzing target for zlog_5424 codeDavid Lamparter2022-01-173-0/+179
* lib: add time formatting printfrr extsDavid Lamparter2022-01-141-0/+110
* lib: add `s` option to `pI4`/`pI6`/`pIA` printfrrDavid Lamparter2022-01-141-0/+4
* pimd: move `%pSG4` to `%pPSG4`David Lamparter2022-01-121-4/+4
* lib: resolver per vrf supportPhilippe Guibert2021-11-231-1/+1
* Merge pull request #10032 from opensourcerouting/build-fix-20211111Donald Sharp2021-11-132-2/+366
|\
| * build: break up tests/subdir.amDavid Lamparter2021-11-111-0/+364
| * tests: fix frr-format warnings in printfrr testDavid Lamparter2021-11-111-2/+2