aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/cli.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-26vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendlyDamjan Marion1-11/+8
2021-03-26vlib: split vlib_main_t into global and per-threadDamjan Marion1-13/+20
2021-03-26vlib: introduce vlib_get_elog_main()Damjan Marion1-8/+8
2021-02-18vlib: add a "vpplog" debug CLIDave Barach1-0/+20
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion1-2/+2
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-11-26vlib: clean up event-logger CLIDave Barach1-12/+12
2020-11-23vlib: Fix sh int addrNathan Skrzypczak1-0/+5
2020-10-06vppinfra: add heap header in front of dlmalloc spaceDamjan Marion1-11/+0
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion1-19/+12
2020-09-17vlib: show FD in 'show memory map'Damjan Marion1-4/+11
2020-09-17vppinfra: support main heap with different page sizesDamjan Marion1-3/+42
2020-09-16vppinfra: introduce clib_mem_mainDamjan Marion1-11/+13
2020-07-16misc: add callback hooks and refactor pmcTom Seidenberg1-0/+7
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach1-83/+0
2020-02-05vppinfra: numa vector placement supportDave Barach1-7/+61
2020-01-07vlib: fix coverity warning / real bugDave Barach1-1/+1
2019-12-17vlib: fix vector-as-C-string overflowBenoƮt Ganne1-2/+2
2019-12-12vlib: fix "<command> help"Dave Barach1-13/+9
2019-12-09vlib: improve test coverageDave Barach1-112/+25
2019-11-02vlib: enhance the "show cli" debug CLI commandDave Barach1-49/+203
2019-09-07ip: fix udp/tcp checksum corner casesDave Barach1-0/+17
2019-07-16api: enable binary API event logging in vatDave Barach1-7/+11
2019-06-16vlib: add "memory-trace stats-segment"Dave Barach1-40/+147
2019-05-17Add a debug-CLI leak-checkerDave Barach1-0/+25
2019-05-10cli: Add return value in cli_inbandOle Troan1-1/+6
2019-02-02CLI control of graph dispatch elogsDave Barach1-2/+41
2019-01-02Add microarch details to 'show cpu'.Paul Vinciguerra1-1/+1
2018-10-01API / CLI event-log tracingDave Barach1-0/+113
2018-08-24Rename struct mallinfo -> struct dlmallinfoDave Barach1-1/+1
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-3/+43
2018-07-02Add per-numa page allocation info to 'show memory'Damjan Marion1-2/+7
2018-06-13Stat segment / client: show run" works nowDave Barach1-1/+1
2018-06-13cli: 'restart' should close open files (VPP-1068)Chris Luke1-2/+17
2018-06-05VPP API: Memory traceOle Troan1-9/+49
2017-05-24Fix tab-completion coverity issueYoann Desmouceaux1-1/+2
2017-05-23Add TAB-based auto-completion to the CLIYoann Desmouceaux1-0/+102
2017-04-21vlib: add cli command to dump all CLI commandsDamjan Marion1-0/+49
2017-04-06Use thread local storage for thread indexDamjan Marion1-3/+3
2017-03-08vlib: add process restart cliDamjan Marion1-0/+20
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1173