index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vtysh
/
vtysh_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vtysh: Include fnctl.h for vtysh_main
Donatas Abraitis
2024-03-09
1
-0
/
+1
*
*: rename `frr_vtydir` to `frr_runstatedir`
David Lamparter
2024-01-27
1
-2
/
+1
*
lib: zebra.h is not using signal.h
Donald Sharp
2024-01-09
1
-0
/
+1
*
*: remove sys/stat.h from zebra.h
Donald Sharp
2024-01-09
1
-0
/
+1
*
lib: Suppress HOB/STARVATION warnings when running in vtysh
Donatas Abraitis
2023-10-11
1
-2
/
+5
*
vtysh: Fix typo in warning message for `-b -f ...`
Donatas Abraitis
2023-05-25
1
-1
/
+1
*
vtysh: use fork() workflow for -f too
Quentin Young
2023-03-28
1
-108
/
+12
*
vtysh: use daemon type and handle multi-instance types
Mark Stapp
2023-03-28
1
-5
/
+14
*
vtysh, doc: add doc & help text for -t/--timestamp
Quentin Young
2023-03-28
1
-0
/
+1
*
vtysh: fork() on boot
Quentin Young
2023-03-28
1
-9
/
+96
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: 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
-1
/
+1
*
*: 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
-4
/
+4
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
vtysh: Remove double retrieve of env VTYSH_HISTFILE
Donald Sharp
2022-12-21
1
-4
/
+3
*
vtysh: free memory given to us by readline
Donald Sharp
2022-12-05
1
-0
/
+2
*
vtysh: Handle SIGTSTP (C-z) without exiting the vty shell
Donatas Abraitis
2022-08-10
1
-47
/
+35
*
vtysh: use poll/callback-driven readline interface
David Lamparter
2022-02-28
1
-18
/
+44
*
vtysh: Fix spelling mistakes
Donald Sharp
2022-02-14
1
-1
/
+1
*
build: ignore prototype warnings from readline
David Lamparter
2021-09-02
1
-0
/
+4
*
vtysh: add CLI timestamp '-t' flag
Christian Hopps
2021-06-30
1
-1
/
+10
*
vtysh: Set history file on demand
Donatas Abraitis
2021-04-12
1
-9
/
+29
*
vtysh: When dry-running no need to start/end configuration
Donald Sharp
2020-12-15
1
-5
/
+5
*
vtysh: Have help dump the how FRR was built
Donald Sharp
2020-12-04
1
-1
/
+2
*
vtysh: Display version w/ vtysh --help
Donald Sharp
2020-12-04
1
-1
/
+1
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-4
/
+2
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-1
/
+1
*
*: use gmtime_r, localtime_r exclusively
Mark Stapp
2020-03-05
1
-2
/
+3
*
*: Remove parenthesis on return for constants
Donatas Abraitis
2020-02-09
1
-1
/
+1
*
lib: rename memory_vty.c to lib_vty.c
David Lamparter
2019-12-06
1
-1
/
+0
*
vtysh: be helpful and kind to unprivileged users
Quentin Young
2019-11-08
1
-0
/
+3
*
vtysh: only show error codes once
Quentin Young
2019-07-29
1
-0
/
+5
*
*: Convert over to all -N namespace to change DAEMON_VTY_DIR
Donald Sharp
2019-06-05
1
-0
/
+2
*
vtysh: rework/straighten pager handling
David Lamparter
2018-12-06
1
-2
/
+0
*
lib vtysh zebra: variable shadowing fixes
F. Aragon
2018-09-12
1
-2
/
+1
*
vtysh: Add code to isolate append_history
Donald Sharp
2018-09-08
1
-0
/
+10
*
vtysh: Fix missing tailing / in --config_dir option parsing
Martin Winter
2018-08-13
1
-1
/
+1
*
vtysh: in user mode, don't show 'enable not allowed', also block writeconfig
Lou Berger
2018-06-12
1
-3
/
+14
*
bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncation
Donald Sharp
2018-06-08
1
-2
/
+2
*
vtysh: rewrap comments
Quentin Young
2018-05-22
1
-3
/
+4
*
vtysh: Extending vtysh to allow question-mark cmds
Rodny Molina
2018-05-13
1
-1
/
+10
*
vtysh: fix pathspec option -N
Christian Franke
2018-04-11
1
-2
/
+8
*
vtysh: move user_mode to header file, keep checkpatch happy
Lou Berger
2018-03-28
1
-2
/
+5
*
vtysh: add -u/--user flag to run commands without enable
Lou Berger
2018-03-28
1
-6
/
+16
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-2
/
+2
*
vtysh: .history_quagga --> .history_frr
Quentin Young
2018-02-23
1
-1
/
+1
*
vtysh: add ability to output to file
Quentin Young
2018-01-12
1
-0
/
+2
[next]