index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libfrr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-7
/
+7
*
*: Convert thread_master_XXX functions to event_master_XXX
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-7
/
+7
*
*: Convert thread_fetch and thread_call to event_fetch and event_call
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-6
/
+6
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-4
/
+4
*
lib: fix init. use of nb_context to be by value not by reference
Christian Hopps
2023-02-24
1
-1
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
lib: fix one more b0rked format string
David Lamparter
2023-02-01
1
-1
/
+1
*
lib: Free some memory in scripting subsystem at shutdown
Donald Sharp
2022-10-12
1
-0
/
+4
*
lib: cleanup red-herring memleaks in parent of daemonizing fork
Christian Hopps
2022-06-17
1
-0
/
+2
*
lib: support multiple `--log` options
David Lamparter
2022-03-07
1
-2
/
+15
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-6
/
+3
*
Merge pull request #8458 from opensourcerouting/xref-5424
Donald Sharp
2022-02-08
1
-0
/
+2
|
\
|
*
lib: add frr_early_init hook
David Lamparter
2022-01-17
1
-0
/
+2
*
|
Merge pull request #10183 from idryzhov/rework-vrf-rename
Rafael Zalamena
2022-01-17
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
*: rework renaming the default VRF
Igor Ryzhov
2021-12-21
1
-1
/
+6
*
|
lib: shuffle around command line options
David Lamparter
2021-12-14
1
-22
/
+37
|
/
*
lib/module.c and callers of frrmod_load(): fix error messages
G. Paul Ziemba
2021-09-14
1
-5
/
+9
*
*: Drop `break` after using frr_help_exit() in switch/case
Donatas Abraitis
2021-08-25
1
-1
/
+0
*
lib, watchfrr: remove `HAVE_SYSTEMD`, use own code
David Lamparter
2021-06-29
1
-0
/
+6
*
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
1
-4
/
+2
*
lib: hard-fail creating threads before fork()
David Lamparter
2021-04-22
1
-0
/
+5
*
lib: add frr_config_pre hook
David Lamparter
2021-04-22
1
-0
/
+3
*
lib: rename very_late_init hook to config_post
David Lamparter
2021-04-22
1
-2
/
+2
*
build: make builddir include path consistent
David Lamparter
2021-04-21
1
-1
/
+1
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
1
-4
/
+4
*
lib: memorize what fds were open at startup
David Lamparter
2021-02-12
1
-0
/
+23
*
lib: add support for scripts directory
Quentin Young
2020-12-02
1
-1
/
+13
*
build: HAVE_LUA -> HAVE_SCRIPTING
Quentin Young
2020-12-02
1
-0
/
+2
*
lib: initialize scripting system in libfrr
Quentin Young
2020-12-02
1
-0
/
+2
*
lib: add startup option to limit fds
Mark Stapp
2020-11-18
1
-1
/
+12
*
lib: postpone the sysrepo plugin initialization
Renato Westphal
2020-09-15
1
-0
/
+3
*
*: record transaction based on control flag
Chirag Shah
2020-08-20
1
-1
/
+1
*
watchfrr: add (network) namespace support
David Lamparter
2020-07-22
1
-6
/
+4
*
Merge pull request #6557 from opensourcerouting/zlogbuf-litter
Donald Sharp
2020-06-11
1
-1
/
+1
|
\
|
*
lib: set up TLS log buffer after forking
David Lamparter
2020-06-10
1
-1
/
+1
*
|
lib: return human-readable error messages to the northbound clients
Renato Westphal
2020-05-29
1
-4
/
+6
*
|
lib: introduce the northbound context structure
Renato Westphal
2020-05-29
1
-3
/
+5
|
/
*
Merge pull request #5451 from opensourcerouting/rcu-log
Santosh P K
2020-04-16
1
-6
/
+8
|
\
|
*
lib: rewrite zlog lock-free & TLS-buffered
David Lamparter
2020-04-01
1
-6
/
+8
*
|
lib, tools: silence harmless warnings in the northbound tools
Renato Westphal
2020-04-04
1
-1
/
+1
|
/
*
*: Use true/false instead of 1/0 when assigning variable for bool type
Donatas Abraitis
2020-03-04
1
-3
/
+3
*
lib: new defaults logic
David Lamparter
2019-12-06
1
-1
/
+31
*
lib: add frr_version_cmp()
David Lamparter
2019-12-06
1
-1
/
+0
*
lib: rename memory_vty.c to lib_vty.c
David Lamparter
2019-12-06
1
-3
/
+2
*
lib: optimize loading of the startup configuration
Renato Westphal
2019-10-12
1
-5
/
+17
*
Revert "lib: introduce a read-write lock for northbound configurations"
Renato Westphal
2019-09-18
1
-6
/
+1
*
lib: handle frr_pthread_init/fini in libfrr init
Quentin Young
2019-09-16
1
-0
/
+4
*
*: Fix spelling errors pointed out by debian packaging
Donald Sharp
2019-08-19
1
-1
/
+1
[next]