index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vty.c
Age
Commit message (
Expand
)
Author
2022-06-16
lib: Function `crypt` does not need to be declared mid function
Donald Sharp
2022-05-11
*: Properly use memset() when zeroing
Donatas Abraitis
2022-03-24
lib: Fix `terminal monitor` uninited memory usage on freebsd
Donald Sharp
2022-03-02
lib: Rename `enum event` to `enum vty_event`
Donald Sharp
2022-02-28
lib: implement `terminal monitor` for vtysh
David Lamparter
2022-02-28
lib: allow returning a file descriptor over vtysh
David Lamparter
2022-02-23
*: Change thread->func to return void instead of int
Donald Sharp
2021-11-18
Merge pull request #10084 from opensourcerouting/json-sugar
Donatas Abraitis
2021-11-17
lib: add vty_json() helper
David Lamparter
2021-11-16
zebra: fix chdir judgment to avoid starting failed in a non-existent directory
Solyn
2021-11-11
*: Rename quagga_timestamp with frr_timestamp
Donald Sharp
2021-11-06
lib: keep vty listeners in a proper struct & list
David Lamparter
2021-11-06
lib: replace vtyvec/vtyshvec with lists
David Lamparter
2021-11-06
lib: remove unused vty_log() functions
David Lamparter
2021-10-22
Merge pull request #9765 from idryzhov/lib-bool-thread-add
Mark Stapp
2021-10-22
lib: finish fixing spelling in lib files
ewlumpkin
2021-10-20
lib: change thread_add_* API
Igor Ryzhov
2021-08-23
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-06-24
lib: make cputime checks runtime options (v2)
David Lamparter
2021-06-18
lib: fix interface configuration after vrf change
Igor Ryzhov
2021-06-02
northbound: KISS always batch yang config (file read), it's faster
Christian Hopps
2021-04-14
Merge pull request #8003 from donaldsharp/timings
Patrick Ruddy
2021-03-30
lib: save errno in vty_out()
David Lamparter
2021-03-26
lib: Incorporate Wall and Cpu warning into `show thread cpu`
Donald Sharp
2021-03-26
lib: Differentiate between real and cpu bound processes
Donald Sharp
2021-03-17
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-14
*: remove remaining severity prefixes
David Lamparter
2021-03-14
lib: Convert to builtin printf functionality
Donald Sharp
2021-02-23
Merge pull request #8035 from qlyoung/remove-more-sprintf
Mark Stapp
2021-02-15
lib: fix CRNL causing empty prompt lines
David Lamparter
2021-02-15
lib: stop parallel-passing vty_sock, detangle
David Lamparter
2021-02-12
lib: de-uglify `-t` option + `log stdout` combo
David Lamparter
2021-02-09
*: remove more sprintf()
Quentin Young
2021-01-28
lib: Remove #if 0 code
Donald Sharp
2020-11-19
lib: Stop socket from leaking.
Donald Sharp
2020-11-18
bgpd, lib, nhrpd, zebra: verify return of sockunion2hostprefix
Donald Sharp
2020-09-22
Merge pull request #7067 from donaldsharp/remove_solaris
Mark Stapp
2020-09-21
*: Remove solaris from FRR
Donald Sharp
2020-09-21
lib: fix regcomp error processing
Igor Ryzhov
2020-08-03
lib: introduce configuration back-off timer for YANG-modeled commands
Renato Westphal
2020-07-14
*: un-split strings across lines
David Lamparter
2020-05-28
lib: return human-readable error messages to the northbound clients
Renato Westphal
2020-05-28
lib: introduce the northbound context structure
Renato Westphal
2020-04-20
*: manually remove some more sprintf
Quentin Young
2020-04-20
*: sprintf -> snprintf
Quentin Young
2020-04-16
*: add ->node_exit to struct cmd_node
David Lamparter
2020-04-16
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
*: remove second parameter on install_node()
David Lamparter
2020-04-16
*: remove cmd_node->vtysh
David Lamparter
[next]