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 grpc test
Christian Hopps
2024-02-12
1
-1
/
+1
*
staticd: fix NB dependency hack
Igor Ryzhov
2024-02-01
1
-2
/
+4
*
lib: implement missing YANG choice/case statements.
Christian Hopps
2024-01-11
2
-0
/
+31
*
*: remove sys/stat.h from zebra.h
Donald Sharp
2024-01-09
3
-0
/
+3
*
lib: fixes required after rebasing
Christian Hopps
2023-12-28
1
-5
/
+2
*
lib: darr: add new access and str functions
Christian Hopps
2023-12-28
3
-1
/
+156
*
lib: Update int and ll decoders with new MTYPE
Donald Lee
2023-11-21
1
-2
/
+2
*
lib: Create encoders for int and rename stuff
Donald Lee
2023-11-21
1
-2
/
+10
*
lib: Remove unused WQ_RETRY_XXX enums
Donald Sharp
2023-11-03
1
-6
/
+0
*
tests: have unit-test check more paths for the grpc.so module
Christian Hopps
2023-10-27
1
-0
/
+11
*
tests: exercise `%b` printfrr format specifier
David Lamparter
2023-09-03
1
-0
/
+3
*
Merge pull request #14016 from mjstapp/event_exec_ptr
Donald Sharp
2023-08-15
1
-1
/
+1
|
\
|
*
* : include event ptr in event_execute api
Mark Stapp
2023-07-25
1
-1
/
+1
*
|
lib: Do not use time_t as a special Lua encoder/decoder
Donatas Abraitis
2023-08-01
1
-3
/
+4
*
|
tests: fix strncpy warning
Quentin Young
2023-07-25
1
-2
/
+3
|
/
*
tests: Fix Compilation Error and RuntimePath changes for test_grpc
Rajesh Gangam
2023-07-14
1
-5
/
+5
*
lib: add dynamic array type
Christian Hopps
2023-06-28
2
-0
/
+286
*
mgmtd: KISS the locking code
Christian Hopps
2023-06-19
1
-1
/
+1
*
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
|
\
[next]