summaryrefslogtreecommitdiffstats
path: root/lib/vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: make cputime checks runtime options (v2)David Lamparter2021-06-241-27/+27
* lib: fix interface configuration after vrf changeIgor Ryzhov2021-06-181-2/+50
* northbound: KISS always batch yang config (file read), it's fasterChristian Hopps2021-06-021-2/+2
* Merge pull request #8003 from donaldsharp/timingsPatrick Ruddy2021-04-141-4/+10
|\
| * lib: Incorporate Wall and Cpu warning into `show thread cpu`Donald Sharp2021-03-261-2/+2
| * lib: Differentiate between real and cpu bound processesDonald Sharp2021-03-261-3/+9
* | lib: save errno in vty_out()David Lamparter2021-03-301-0/+3
|/
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-3/+3
* *: remove remaining severity prefixesDavid Lamparter2021-03-141-1/+1
* lib: Convert to builtin printf functionalityDonald Sharp2021-03-141-16/+10
* Merge pull request #8035 from qlyoung/remove-more-sprintfMark Stapp2021-02-231-3/+3
|\
| * *: remove more sprintf()Quentin Young2021-02-091-3/+3
* | lib: fix CRNL causing empty prompt linesDavid Lamparter2021-02-151-1/+15
* | lib: stop parallel-passing vty_sock, detangleDavid Lamparter2021-02-151-38/+50
* | lib: de-uglify `-t` option + `log stdout` comboDavid Lamparter2021-02-121-1/+1
|/
* lib: Remove #if 0 codeDonald Sharp2021-01-281-21/+0
* lib: Stop socket from leaking.Donald Sharp2020-11-191-0/+1
* bgpd, lib, nhrpd, zebra: verify return of sockunion2hostprefixDonald Sharp2020-11-181-1/+5
* Merge pull request #7067 from donaldsharp/remove_solarisMark Stapp2020-09-221-9/+0
|\
| * *: Remove solaris from FRRDonald Sharp2020-09-211-9/+0
* | lib: fix regcomp error processingIgor Ryzhov2020-09-211-2/+2
|/
* lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal2020-08-031-0/+3
* *: un-split strings across linesDavid Lamparter2020-07-141-4/+2
* lib: return human-readable error messages to the northbound clientsRenato Westphal2020-05-291-3/+6
* lib: introduce the northbound context structureRenato Westphal2020-05-291-3/+6
* *: manually remove some more sprintfQuentin Young2020-04-211-1/+1
* *: sprintf -> snprintfQuentin Young2020-04-211-1/+1
* *: add ->node_exit to struct cmd_nodeDavid Lamparter2020-04-161-7/+12
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+19
* *: remove second parameter on install_node()David Lamparter2020-04-161-1/+3
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-1/+3
* vtysh: Crash during show running-configsaravanank2020-03-271-2/+7
* lib: Fix so that `--enable-pcreposix` actually compilesDonald Sharp2020-02-161-0/+5
* *: Remove break after returnDonatas Abraitis2020-02-131-3/+0
* *: remove null check before XFREEQuentin Young2020-02-041-7/+2
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-2/+0
* lib: make some variables staticDavid Lamparter2019-12-131-1/+1
* lib: optimize loading of the startup configurationRenato Westphal2019-10-121-2/+1
* Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-13/+8
* *: Start process of possibly deprecating SolarisDonald Sharp2019-08-271-0/+9
* *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-061-4/+5
* lib: Do not blindly set the _read and _write pointers to NULLDonald Sharp2019-06-201-36/+12
* Merge pull request #4509 from opensourcerouting/spanish-intquisitionQuentin Young2019-06-131-2/+2
|\
| * lib: use snprintfrr() in "hidden" printfsDavid Lamparter2019-06-121-2/+2
* | lib: fix outdated candidate configuration issueRenato Westphal2019-06-121-0/+1
|/
* lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warningsMark Stapp2019-06-061-1/+1
* lib: use printfrr for log & vtyDavid Lamparter2019-06-031-41/+12
* lib: Add '--command-log-always` to all daemons startupDonald Sharp2019-05-311-6/+28