aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/unix
AgeCommit message (Expand)AuthorFilesLines
40 hoursvppinfra: Add method for getting current executable nameTom Jones1-10/+12
2024-03-12misc: remove GNU Indent directivesDamjan Marion4-46/+0
2023-11-03vppinfra: refactor interrupt codeDamjan Marion1-1/+4
2023-07-25vlib: interrupt mode support for pre-input nodesDamjan Marion1-1/+1
2023-06-22tests docs: fix lcov code coverage report generationDave Wallace1-11/+0
2023-03-06vlib: avoid non-mp-safe cli process node updatesVladislav Grishenko1-56/+34
2023-03-06vlib: fix macro define command not work in startup config exec scriptXiaoming Jiang1-81/+8
2023-01-30vlib: chdir to runtime_dirDamjan Marion1-0/+3
2023-01-14vlib: add const to char* params of several funcsSergey Nikiforov2-2/+3
2022-08-24vlib: allow longer version stringMatthew Smith1-2/+2
2022-07-06misc: pass NULL instead of 0 for pointer in variadic functionsAndreas Schultz2-12/+9
2022-05-16vlib: exec cli line-by-line processing and script updatesDamjan Marion1-31/+39
2022-05-13vlib: process startup config exec scripts line by lineDamjan Marion1-1/+13
2022-04-05vppinfra: refactor address sanitizerDamjan Marion1-2/+2
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion4-28/+28
2022-04-04vlib: remove unused fieldsDamjan Marion1-4/+0
2022-04-04vlib: improve exec path searchDamjan Marion1-6/+26
2022-04-04vlib: fix memory leak in load_one_pluginDamjan Marion1-0/+2
2022-03-23vlib: send full error message to syslogJing Peng1-22/+6
2022-03-23vppinfra: change vlib_register_node so it takes format string for node nameDamjan Marion1-3/+1
2022-03-23vlib: mitigate outdated new cli session eventsVladislav Grishenko1-1/+5
2022-03-23vlib: leave SIGCONT signal with its default handlerVladislav Grishenko1-0/+1
2021-12-24vlib: introduce vlib frame aux dataDamjan Marion1-2/+2
2021-10-06vlib: doc nitfixesNathan Skrzypczak1-1/+1
2021-10-05build: don't hardcode triplet, allow specifying custom lib dirDamjan Marion2-1/+9
2021-09-15vlib: add option to plugin registration to prefer deep bindingDamjan Marion2-6/+7
2021-08-27vlib: vpp banner is outputted to non-interactive vppctl sessionSteven Luong1-0/+11
2021-06-13vlib: fix dangling reference in node_by_name hashDave Barach1-1/+4
2021-05-26pg: revert exec file fixesRay Kinsella1-6/+1
2021-05-26vlib: revert exec cmd handle scripts with blank linesRay Kinsella1-21/+3
2021-05-11vlib: exec cmd handle scripts with blank linesDave Barach1-3/+21
2021-04-28pg: exec file fixesmdr781-1/+6
2021-03-26vlib: split vlib_main_t into global and per-threadDamjan Marion1-7/+11
2021-03-26vlib: introduce vlib_get_elog_main()Damjan Marion1-2/+2
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion3-6/+6
2021-02-08ping: fix aborting on keypressIvan Shvedunov2-7/+8
2021-01-21interface: rx queue infra rework, part oneDamjan Marion1-2/+2
2020-12-28vlib: add missing file template descriptionsPaul Vinciguerra1-1/+8
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-4/+4
2020-11-25vlib: add elog events for vlib log entriesDave Barach1-0/+5
2020-11-10ip6-nd: fix memory leaksDave Barach1-0/+1
2020-11-09vlib: support macros in initial config fileDave Barach1-15/+59
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion3-2/+14
2020-10-19misc: don't export symbols from pluginsDamjan Marion1-1/+1
2020-10-15vlib: add cgo-friendly plugin registration supportDave Barach2-9/+128
2020-10-09vlib: save signal handler data to global vblsDave Barach1-4/+4
2020-10-01vlib: fix line-mode cli memory leakBenoƮt Ganne1-0/+1
2020-09-17vlib: map thread stack instead of allocating them from heapDamjan Marion1-10/+9
2020-09-03vlib: exit 0 (nocore) on SIGHUPChristian Hopps1-2/+2
2020-08-31vlib: extend telnet protocol guardVladimir Isaev1-1/+1