aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/unix/cli.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-12Fix debug CLI node recycling bugsDave Barach1-5/+26
2018-06-30cli: Validate cli_file_index on quit commandSteve Shin1-0/+4
2018-06-10cli: Disable XON/XOFF in the ttyChris Luke1-0/+4
2018-06-10cli: Fix reverse-line-wrap in terminals (VPP-1295)Chris Luke1-86/+195
2018-06-10cli: Fix off-by-one in the pagerChris Luke1-2/+2
2018-03-16cli: make q work againFlorin Coras1-0/+8
2018-02-06vlib: epoll on worker threadsDamjan Marion1-1/+50
2018-01-30VPP-899: Run VPP under SELinuxBilly McFall1-4/+20
2017-12-06fix bug in pagerNeale Ranns1-2/+3
2017-11-13Instead of a min term size, use a default (VPP-1061)Chris Luke1-16/+21
2017-10-03Repair vlib API socket serverDave Barach1-1/+1
2017-09-22Fix vpp "unix interactive" when running under emacs + gdbDave Barach1-3/+8
2017-09-21vppctl,cli: Improve non-interactive vppctl (VPP-944)Chris Luke1-51/+308
2017-09-20CLI: fix segfault when browsing an empty historyYoann Desmouceaux1-3/+1
2017-09-18Fixes for issues Coverity has reported (VPP-972)Chris Luke1-0/+30
2017-09-14clib_socket: add sendmsg / recvmsg with ancillary data supportDamjan Marion1-2/+2
2017-09-09move unix_file_* code to vppinfraDamjan Marion1-39/+46
2017-08-24Make VPP runtime directory configurableDamjan Marion1-8/+12
2017-07-06unix: mkdir VPP_RUN_DIR before opening a socket in itChris Luke1-0/+11
2017-06-21Add option to create clib_socket with group write permissionsDamjan Marion1-1/+4
2017-06-06vlib: add screen-256color CLI terminal typeDamjan Marion1-0/+1
2017-05-23Add TAB-based auto-completion to the CLIYoann Desmouceaux1-0/+153
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall1-6/+16
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+2989