index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Fix out of tree build for lua scripting
Eugene Crosser
2023-05-09
1
-0
/
+6
*
lib: fix _hash_member() crash w/ empty hash
David Lamparter
2023-04-21
1
-0
/
+5
*
tests: Copy script1.lua for make dist
Donatas Abraitis
2023-04-08
1
-1
/
+1
*
lib: Remove getopt.c and getopt1.c
Donald Sharp
2023-03-28
1
-1
/
+0
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
11
-11
/
+11
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
22
-23
/
+23
*
*: Convert thread_master_XXX functions to event_master_XXX
Donald Sharp
2023-03-24
10
-16
/
+16
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
22
-23
/
+23
*
*: Convert thread_should_yield and thread_set_yield_time
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert thread_execute to event_execute
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert thread_fetch and thread_call to event_fetch and event_call
Donald Sharp
2023-03-24
6
-12
/
+12
*
*: Convert thread_cancelXXX to event_cancelXXX
Donald Sharp
2023-03-24
2
-3
/
+3
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
5
-15
/
+15
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
9
-15
/
+15
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
11
-11
/
+11
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-2
/
+1
*
Merge pull request #12248 from pguibert6WIND/bgpasdot
Russ White
2023-02-21
1
-0
/
+9
|
\
|
*
bgpd: aspath list format binds on as-notation format
Philippe Guibert
2023-02-10
1
-0
/
+9
*
|
*: remove some leftover license blurbs
David Lamparter
2023-02-09
1
-4
/
+0
*
|
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
44
-620
/
+44
*
|
*: manual SPDX License ID conversions
David Lamparter
2023-02-09
1
-14
/
+1
|
/
*
tests: add missing printf attribute
David Lamparter
2023-02-01
1
-0
/
+1
*
build: consistently mkdir -p output for redirect
David Lamparter
2023-01-24
1
-1
/
+1
*
lib, tests, zebra: Remove unused workqueue error function
Donald Sharp
2022-12-15
1
-6
/
+0
*
tests: make hash collision test collide harder
David Lamparter
2022-10-06
1
-1
/
+1
*
*: Avoid casting to the same type as on the left
Donatas Abraitis
2022-05-08
1
-1
/
+1
*
Merge pull request #11059 from anlancs/fix/bgpd-evnp-wrong-check-hashget
Donatas Abraitis
2022-05-04
1
-1
/
+1
|
\
|
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-1
/
+1
*
|
tests: Use XCALLOC instead of XMALLOC for threads
Donald Sharp
2022-05-02
1
-2
/
+2
|
/
*
*: Fix spelling of comparision
Donald Sharp
2022-04-19
1
-2
/
+2
*
Merge pull request #10925 from qlyoung/fix-grpc-wants-installed-frr
Christian Hopps
2022-04-02
1
-0
/
+4
|
\
|
*
tests: skip grpc test if frr not installed
Quentin Young
2022-03-29
1
-0
/
+4
*
|
tests: Fix uninitialized usage of variables in tests
Donald Sharp
2022-04-01
1
-3
/
+3
|
/
*
Merge pull request #10738 from LabNConsulting/chopps/fixgrpc
Donald Sharp
2022-03-14
1
-2
/
+8
|
\
|
*
tests: lib: fix grpc unit-test
Christian Hopps
2022-03-14
1
-2
/
+8
*
|
Merge pull request #10779 from opensourcerouting/typesafe-backflip
Donald Sharp
2022-03-13
2
-3
/
+69
|
\
\
|
*
|
lib: add `_last` and `_prev` on typesafe RB/DLIST
David Lamparter
2022-03-12
2
-3
/
+69
|
|
/
*
/
lib: add `%pFXh` to print prefix w/o prefixlen
David Lamparter
2022-03-11
1
-0
/
+18
|
/
*
tests: use PRNG in checksum test
David Lamparter
2022-02-26
2
-10
/
+9
*
lib: use iovec for checksum code
David Lamparter
2022-02-26
1
-5
/
+50
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
5
-15
/
+8
*
tests: fuzzing target for zlog_5424 code
David Lamparter
2022-01-17
3
-0
/
+179
*
lib: add time formatting printfrr exts
David Lamparter
2022-01-14
1
-0
/
+110
*
lib: add `s` option to `pI4`/`pI6`/`pIA` printfrr
David Lamparter
2022-01-14
1
-0
/
+4
*
pimd: move `%pSG4` to `%pPSG4`
David Lamparter
2022-01-12
1
-4
/
+4
*
lib: resolver per vrf support
Philippe Guibert
2021-11-23
1
-1
/
+1
*
Merge pull request #10032 from opensourcerouting/build-fix-20211111
Donald Sharp
2021-11-13
2
-2
/
+366
|
\
|
*
build: break up tests/subdir.am
David Lamparter
2021-11-11
1
-0
/
+364
|
*
tests: fix frr-format warnings in printfrr test
David Lamparter
2021-11-11
1
-2
/
+2
[next]