index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
vty.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mgmtd: rm unused/unneeded code add couple comments
Christian Hopps
2023-06-05
1
-0
/
+1
*
lib: mgmtd: remove obfuscating abstraction layer and other cleanup
Christian Hopps
2023-06-04
1
-63
/
+52
*
mgmtd: address review comments
Christian Hopps
2023-05-30
1
-3
/
+1
*
mgmtd: fix clang uninit warning
Christian Hopps
2023-05-30
1
-1
/
+3
*
lib: mgmtd: fix memleaks
Christian Hopps
2023-05-30
1
-0
/
+1
*
lib: mgmtd: add manual vty server start option and use it
Christian Hopps
2023-05-30
1
-15
/
+18
*
lib: mgmtd: fixes for startup config file processing
Christian Hopps
2023-05-30
1
-46
/
+84
*
mgmtd: fix reading of config file[s]
Christian Hopps
2023-05-30
1
-56
/
+152
*
lib: enable short circuit for FE client/adapter connection
Christian Hopps
2023-05-28
1
-1
/
+14
*
lib: dont be tricky with session_id just make it a session_id
Christian Hopps
2023-05-28
1
-0
/
+2
*
lib: msg: refactor common connection code from mgmtd
Christian Hopps
2023-05-28
1
-1
/
+1
*
lib: log commands read from config file
Christian Hopps
2023-05-04
1
-9
/
+9
*
lib: fix style warns and get rid of "!" for success
Christian Hopps
2023-04-24
1
-10
/
+6
*
mgmtd, lib: Cleanup zlog_err()
Pushpasis Sarkar
2023-04-12
1
-52
/
+57
*
mgmtd: lib: read transitioned daemons split config files in mgmtd
Christian Hopps
2023-04-02
1
-1
/
+1
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-18
/
+18
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-16
/
+16
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-8
/
+8
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
lib: staticd: vtysh: apply frrbot style requirements
Christian Hopps
2023-03-22
1
-32
/
+26
*
lib, mgmtd: Add few fixes for commit-check and rollback
Pushpasis Sarkar
2023-03-22
1
-12
/
+8
*
mgmtd: Add MGMT Frontend Interface Framework
Christian Hopps
2023-03-22
1
-1
/
+497
*
Merge pull request #12889 from LabNConsulting/chopps/fix-nb-context-arg
Donald Sharp
2023-02-24
1
-1
/
+1
|
\
|
*
lib: fix init. use of nb_context to be by value not by reference
Christian Hopps
2023-02-24
1
-1
/
+1
*
|
Merge pull request #12751 from Pdoijode/pdoijode/ospf-vrf-neighbor-detail-1
Donatas Abraitis
2023-02-24
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
lib: Helper function to print empty JSON
Pooja Jagadeesh Doijode
2023-02-07
1
-0
/
+7
*
|
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-16
/
+1
|
\
\
|
*
|
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
|
|
lib: Fix non-use of option
Donald Sharp
2023-02-16
1
-1
/
+1
|
/
/
*
|
Merge pull request #12707 from donaldsharp/missed_enums
Donatas Abraitis
2023-02-07
1
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
lib: Add missing enum's to switch statement
Donald Sharp
2023-01-31
1
-2
/
+7
*
|
lib, bgpd: Add ability to specify that some json output should not be pretty
Donald Sharp
2023-02-02
1
-1
/
+14
|
/
*
*: no-warn pragmas for non-const format strings
David Lamparter
2023-01-27
1
-0
/
+14
*
lib: Do not log `echo PING` commands from watchfrr
Donald Sharp
2022-11-26
1
-1
/
+2
*
lib: Add PCRE2 support
Donatas Abraitis
2022-11-07
1
-2
/
+7
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-2
/
+0
*
lib: Function `crypt` does not need to be declared mid function
Donald Sharp
2022-06-16
1
-1
/
+0
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-3
/
+3
*
lib: Fix `terminal monitor` uninited memory usage on freebsd
Donald Sharp
2022-03-24
1
-0
/
+1
*
lib: Rename `enum event` to `enum vty_event`
Donald Sharp
2022-03-02
1
-5
/
+5
*
lib: implement `terminal monitor` for vtysh
David Lamparter
2022-02-28
1
-30
/
+45
*
lib: allow returning a file descriptor over vtysh
David Lamparter
2022-02-28
1
-1
/
+95
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-30
/
+18
*
Merge pull request #10084 from opensourcerouting/json-sugar
Donatas Abraitis
2021-11-18
1
-0
/
+16
|
\
|
*
lib: add vty_json() helper
David Lamparter
2021-11-17
1
-0
/
+16
*
|
zebra: fix chdir judgment to avoid starting failed in a non-existent directory
Solyn
2021-11-16
1
-1
/
+1
|
/
[next]