summaryrefslogtreecommitdiffstats
path: root/tests/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: fix grpc testChristian Hopps2024-02-121-1/+1
* staticd: fix NB dependency hackIgor Ryzhov2024-02-011-2/+4
* lib: implement missing YANG choice/case statements.Christian Hopps2024-01-112-0/+31
* *: remove sys/stat.h from zebra.hDonald Sharp2024-01-093-0/+3
* lib: fixes required after rebasingChristian Hopps2023-12-281-5/+2
* lib: darr: add new access and str functionsChristian Hopps2023-12-283-1/+156
* lib: Update int and ll decoders with new MTYPEDonald Lee2023-11-211-2/+2
* lib: Create encoders for int and rename stuffDonald Lee2023-11-211-2/+10
* lib: Remove unused WQ_RETRY_XXX enumsDonald Sharp2023-11-031-6/+0
* tests: have unit-test check more paths for the grpc.so moduleChristian Hopps2023-10-271-0/+11
* tests: exercise `%b` printfrr format specifierDavid Lamparter2023-09-031-0/+3
* Merge pull request #14016 from mjstapp/event_exec_ptrDonald Sharp2023-08-151-1/+1
|\
| * * : include event ptr in event_execute apiMark Stapp2023-07-251-1/+1
* | lib: Do not use time_t as a special Lua encoder/decoderDonatas Abraitis2023-08-011-3/+4
* | tests: fix strncpy warningQuentin Young2023-07-251-2/+3
|/
* tests: Fix Compilation Error and RuntimePath changes for test_grpcRajesh Gangam2023-07-141-5/+5
* lib: add dynamic array typeChristian Hopps2023-06-282-0/+286
* mgmtd: KISS the locking codeChristian Hopps2023-06-191-1/+1
* 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
|\