aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlibmemory/vlib_api_cli.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-20/+0
2023-04-20api: fix trace_plugin_msg_ids segv in trace dumpMatthew Smith1-1/+1
2022-09-26api: replace print functions wth formatDamjan Marion1-36/+19
2022-08-30vlib: fix coverity 274750, part 2Andrew Yourtchenko1-1/+1
2022-08-17vlib: fix coverity 274750Andrew Yourtchenko1-1/+4
2022-05-19api: refactor api data storageDamjan Marion1-89/+48
2022-04-15api: fix infinite loop in show api dump CLIAndrew Yourtchenko1-1/+1
2022-04-05vppinfra: refactor address sanitizerDamjan Marion1-1/+1
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-2/+2
2022-03-04api: harden api trace parsingBenoît Ganne1-23/+22
2021-10-27api: fix buffer overflow in vl_msg_replay_jsonBenoît Ganne1-0/+4
2021-10-12api: cli coverity fixesFlorin Coras1-2/+2
2021-09-28api: API trace improvementsFilip Tehlar1-84/+422
2021-06-16api: remove custom dumpFilip Tehlar1-32/+3
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-05-15misc: removed executable bits from source filesRay Kinsella1-0/+0
2020-04-22api: 'api trace' CLI consumes a line of inputNeale Ranns1-16/+22
2020-04-22misc: asan: do not poison memory after munmap()Benoît Ganne1-5/+0
2020-02-12api: do not truncate api dump file sizeBenoît Ganne1-1/+1
2020-01-23api: mark api_trace_command_fn thread-safeDave Barach1-1/+20
2019-12-17misc: address sanitizer: fix instrumentationBenoît Ganne1-0/+8
2019-12-10api: multiple connections per processDave Barach1-10/+10
2019-09-16api: autogenerate api trace print/endianOle Troan1-1/+2
2019-08-08api: vppapitrace JSON/API trace converterOle Troan1-28/+33
2019-06-12infra: fix minor memory leak in "api trace..."Dave Barach1-5/+8
2019-04-05make the output of "show api dump file <filename> compare-current" doxygen-fr...Andrew Yourtchenko1-5/+9
2019-04-05vlib: fix "foo_msg" and "foo_msg_reply" in API message table triggering the "...Andrew Yourtchenko1-2/+2
2019-03-21api trace: cli bug fixezkexma1-2/+2
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-06-26Fix api trace replay of handler to pass vm parameterJohn Lo1-2/+2
2018-04-18typo fix: UNKOWN -> UNKNOWNAndrey "Zed" Zaikin1-1/+1
2018-01-09api: refactor vlibmemoryFlorin Coras1-0/+1209