index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
21
-99
/
+99
*
lib, zebra: Convert THREAD_TIMER_STRLEN to EVENT_TIMER_STRLEN
Donald Sharp
2023-03-24
1
-2
/
+2
*
lib: change cpu_thread_history to cpu_event_history
Donald Sharp
2023-03-24
2
-22
/
+22
*
lib: convert xref_threadsched to xref_eventsched
Donald Sharp
2023-03-24
5
-28
/
+28
*
lib: convert thread internal lists to event internal lists
Donald Sharp
2023-03-24
2
-48
/
+48
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
44
-158
/
+152
*
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
5
-22
/
+22
*
*: Convert thread_should_yield and thread_set_yield_time
Donald Sharp
2023-03-24
3
-7
/
+7
*
*: Convert thread_timer_remain_XXX to event_timer_remain_XXX
Donald Sharp
2023-03-24
3
-12
/
+10
*
*: Convert thread_execute to event_execute
Donald Sharp
2023-03-24
4
-11
/
+11
*
lib: Convert THREAD_YIELD_TIME_SLOT to EVENT_YIELD_TIME_SLOT
Donald Sharp
2023-03-24
3
-4
/
+4
*
*: Convert thread_fetch and thread_call to event_fetch and event_call
Donald Sharp
2023-03-24
6
-17
/
+17
*
lib: Convert thread_type to event_type and make an enum
Donald Sharp
2023-03-24
3
-83
/
+87
*
*: Convert thread_cancelXXX to event_cancelXXX
Donald Sharp
2023-03-24
8
-51
/
+50
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
24
-224
/
+226
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
37
-204
/
+202
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
31
-33
/
+33
*
Merge pull request #13074 from donaldsharp/hash_clean_and_free
Donatas Abraitis
2023-03-23
10
-28
/
+37
|
\
|
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
10
-28
/
+37
*
|
lib: mgmtd: fix build warnings (as error)
Christian Hopps
2023-03-22
3
-10
/
+12
*
|
lib: staticd: vtysh: apply frrbot style requirements
Christian Hopps
2023-03-22
5
-58
/
+51
*
|
lib, mgmtd: Add few fixes for commit-check and rollback
Pushpasis Sarkar
2023-03-22
4
-15
/
+51
*
|
mgmtd: lib: utilize msglib constructed from the removed code
Christian Hopps
2023-03-22
4
-715
/
+163
*
|
lib: new message library for mgmtd client and adapters
Christian Hopps
2023-03-22
3
-0
/
+489
*
|
mgmtd: Enroll Staticd as a backend client for MGMTD
Christian Hopps
2023-03-22
2
-4
/
+0
*
|
mgmtd: Add MGMT Transaction Framework
Yash Ranjan
2023-03-22
4
-8
/
+155
*
|
mgmtd: Add MGMT Backend Interface Framework
Christian Hopps
2023-03-22
10
-124
/
+2137
*
|
mgmtd: Add MGMT Frontend Interface Framework
Christian Hopps
2023-03-22
10
-4
/
+2620
*
|
mgmtd: Bringup MGMTD daemon and datastore module support
Christian Hopps
2023-03-22
3
-0
/
+8
|
/
*
Merge pull request #13061 from donaldsharp/bfd_use_after_free
Donatas Abraitis
2023-03-21
1
-3
/
+3
|
\
|
*
lib: on bfd peer shutdown actually stop event
Donald Sharp
2023-03-20
1
-3
/
+3
*
|
lib:fix clear route-map cmd using DEFPY
Sindhu Parvathi Gopinathan
2023-03-21
1
-8
/
+5
|
/
*
lib: Destroy `any` flag when creating a prefix-list entry with prefix
Donatas Abraitis
2023-03-19
1
-0
/
+1
*
Merge pull request #13024 from opensourcerouting/fix/bgpd_prefix-list_changes...
Donald Sharp
2023-03-18
2
-1
/
+2
|
\
|
*
lib: Adjust only `any` flag for prefix-list entries if destroying
Donatas Abraitis
2023-03-17
2
-1
/
+2
*
|
lib: Speedup prefix-list readin by a large factor
Donald Sharp
2023-03-16
2
-75
/
+4
|
/
*
lib: adapt clippy to Python 3.8+ init API
David Lamparter
2023-03-15
1
-0
/
+48
*
lib, bgpd: Add more debugs to GR Capability exchange
Donald Sharp
2023-03-09
2
-0
/
+21
*
Merge pull request #12866 from anlancs/lib/dotas-zero
Donatas Abraitis
2023-02-27
1
-1
/
+11
|
\
|
*
lib: some ASNUMs should be forbidden
anlan_cs
2023-02-24
1
-1
/
+11
*
|
Merge pull request #12889 from LabNConsulting/chopps/fix-nb-context-arg
Donald Sharp
2023-02-24
9
-42
/
+24
|
\
\
|
*
|
lib: fix init. use of nb_context to be by value not by reference
Christian Hopps
2023-02-24
9
-42
/
+24
|
|
/
*
|
Merge pull request #12751 from Pdoijode/pdoijode/ospf-vrf-neighbor-detail-1
Donatas Abraitis
2023-02-24
2
-1
/
+8
|
\
\
|
*
|
lib: Helper function to print empty JSON
Pooja Jagadeesh Doijode
2023-02-07
2
-1
/
+8
*
|
|
lib, bgpd: bmp was not specifying l2vpn afi
Donald Sharp
2023-02-23
2
-0
/
+18
|
|
/
|
/
|
*
|
lib: add missing debug guards for route-map
Trey Aspelund
2023-02-22
1
-6
/
+8
*
|
lib: skip route-map optimization if !AF_INET(6)
Trey Aspelund
2023-02-21
1
-43
/
+56
*
|
lib: use MAX_BITLEN instead of magic number
Trey Aspelund
2023-02-21
1
-2
/
+4
*
|
Merge pull request #12366 from manojvn/ospfv2-flood-reduction
Russ White
2023-02-21
1
-0
/
+15
|
\
\
|
*
|
ospfd: addition of OSPF_LOG.
Manoj Naragund
2023-01-20
1
-0
/
+15
[next]