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
*
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
|
/
*
*: Rename quagga_timestamp with frr_timestamp
Donald Sharp
2021-11-11
1
-3
/
+3
*
lib: keep vty listeners in a proper struct & list
David Lamparter
2021-11-06
1
-49
/
+51
*
lib: replace vtyvec/vtyshvec with lists
David Lamparter
2021-11-06
1
-54
/
+44
*
lib: remove unused vty_log() functions
David Lamparter
2021-11-06
1
-103
/
+0
*
Merge pull request #9765 from idryzhov/lib-bool-thread-add
Mark Stapp
2021-10-22
1
-7
/
+9
|
\
|
*
lib: change thread_add_* API
Igor Ryzhov
2021-10-20
1
-7
/
+9
*
|
lib: finish fixing spelling in lib files
ewlumpkin
2021-10-22
1
-3
/
+3
|
/
*
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-1
/
+3
*
lib: make cputime checks runtime options (v2)
David Lamparter
2021-06-24
1
-27
/
+27
*
lib: fix interface configuration after vrf change
Igor Ryzhov
2021-06-18
1
-2
/
+50
*
northbound: KISS always batch yang config (file read), it's faster
Christian Hopps
2021-06-02
1
-2
/
+2
*
Merge pull request #8003 from donaldsharp/timings
Patrick Ruddy
2021-04-14
1
-4
/
+10
|
\
|
*
lib: Incorporate Wall and Cpu warning into `show thread cpu`
Donald Sharp
2021-03-26
1
-2
/
+2
|
*
lib: Differentiate between real and cpu bound processes
Donald Sharp
2021-03-26
1
-3
/
+9
*
|
lib: save errno in vty_out()
David Lamparter
2021-03-30
1
-0
/
+3
|
/
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-3
/
+3
*
*: remove remaining severity prefixes
David Lamparter
2021-03-14
1
-1
/
+1
*
lib: Convert to builtin printf functionality
Donald Sharp
2021-03-14
1
-16
/
+10
*
Merge pull request #8035 from qlyoung/remove-more-sprintf
Mark Stapp
2021-02-23
1
-3
/
+3
|
\
|
*
*: remove more sprintf()
Quentin Young
2021-02-09
1
-3
/
+3
*
|
lib: fix CRNL causing empty prompt lines
David Lamparter
2021-02-15
1
-1
/
+15
*
|
lib: stop parallel-passing vty_sock, detangle
David Lamparter
2021-02-15
1
-38
/
+50
*
|
lib: de-uglify `-t` option + `log stdout` combo
David Lamparter
2021-02-12
1
-1
/
+1
|
/
*
lib: Remove #if 0 code
Donald Sharp
2021-01-28
1
-21
/
+0
*
lib: Stop socket from leaking.
Donald Sharp
2020-11-19
1
-0
/
+1
*
bgpd, lib, nhrpd, zebra: verify return of sockunion2hostprefix
Donald Sharp
2020-11-18
1
-1
/
+5
*
Merge pull request #7067 from donaldsharp/remove_solaris
Mark Stapp
2020-09-22
1
-9
/
+0
|
\
|
*
*: Remove solaris from FRR
Donald Sharp
2020-09-21
1
-9
/
+0
*
|
lib: fix regcomp error processing
Igor Ryzhov
2020-09-21
1
-2
/
+2
|
/
*
lib: introduce configuration back-off timer for YANG-modeled commands
Renato Westphal
2020-08-03
1
-0
/
+3
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-4
/
+2
*
lib: return human-readable error messages to the northbound clients
Renato Westphal
2020-05-29
1
-3
/
+6
*
lib: introduce the northbound context structure
Renato Westphal
2020-05-29
1
-3
/
+6
*
*: manually remove some more sprintf
Quentin Young
2020-04-21
1
-1
/
+1
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-1
/
+1
[next]