Age | Commit message (Expand) | Author | Files | Lines |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 1 | -4/+4 |
2020-11-25 | vlib: add elog events for vlib log entries | Dave Barach | 1 | -0/+5 |
2020-11-10 | ip6-nd: fix memory leaks | Dave Barach | 1 | -0/+1 |
2020-11-09 | vlib: support macros in initial config file | Dave Barach | 1 | -15/+59 |
2020-10-21 | vlib: print logs to stderr if interactive or nosyslog set | Damjan Marion | 3 | -2/+14 |
2020-10-19 | misc: don't export symbols from plugins | Damjan Marion | 1 | -1/+1 |
2020-10-15 | vlib: add cgo-friendly plugin registration support | Dave Barach | 2 | -9/+128 |
2020-10-09 | vlib: save signal handler data to global vbls | Dave Barach | 1 | -4/+4 |
2020-10-01 | vlib: fix line-mode cli memory leak | Benoît Ganne | 1 | -0/+1 |
2020-09-17 | vlib: map thread stack instead of allocating them from heap | Damjan Marion | 1 | -10/+9 |
2020-09-03 | vlib: exit 0 (nocore) on SIGHUP | Christian Hopps | 1 | -2/+2 |
2020-08-31 | vlib: extend telnet protocol guard | Vladimir Isaev | 1 | -1/+1 |
2020-07-16 | vlib: fix asan compilation with gcc | Benoît Ganne | 1 | -1/+1 |
2020-07-01 | vlib: wake up workers if interrupts are posted | Benoît Ganne | 1 | -1/+2 |
2020-06-23 | vlib: debug CLI macro expander, part deux | Dave Barach | 1 | -11/+34 |
2020-06-19 | vlib: add recursive macro expander to debug cli | Dave Barach | 1 | -1/+142 |
2020-06-16 | vlib: address sanitizer support for stack switch, enable clang | Damjan Marion | 2 | -0/+4 |
2020-05-15 | vlib: restore commands for non-interactive sessions | Benoît Ganne | 1 | -8/+13 |
2020-05-15 | misc: removed executable bits from source files | Ray Kinsella | 1 | -0/+0 |
2020-05-14 | vlib: fix unix cli commands crash without session | Benoît Ganne | 1 | -15/+23 |
2020-05-02 | vlib: add nosyslog unix option | Ruslan Babayev | 2 | -3/+12 |
2020-04-27 | vlib: deprecate i2c and cj | Dave Barach | 2 | -363/+0 |
2020-03-21 | vlib: leave SIGPROF signal with its default handler | Jieqiang Wang | 1 | -0/+1 |
2020-03-12 | vlib: fix unix cli SIGSEGV for empty line input | Fan Zhang | 1 | -1/+2 |
2020-03-11 | vlib: unix cli - log cli commands one per line | Paul Vinciguerra | 1 | -0/+2 |
2020-02-11 | misc: fix coverity warnings | Dave Barach | 1 | -4/+6 |
2020-02-10 | misc: add FEATURE.yaml files | Dave Barach | 1 | -0/+13 |
2020-02-06 | vlib: add plugin override support | Dave Barach | 3 | -31/+185 |
2019-12-17 | misc: don't os_exit(1) causing core on SIGINT | Christian E. Hopps | 1 | -1/+5 |
2019-12-17 | vlib: fix startup-config-process stack overflow | GordonNoonan | 1 | -0/+1 |
2019-11-27 | vlib: add 'wait' cli command | Paul Vinciguerra | 1 | -0/+40 |
2019-10-28 | vlib: unix trivial- clean up typos in docs | Paul Vinciguerra | 1 | -2/+2 |
2019-10-08 | vlib: fix cli process stack overflow | Chenmin Sun | 1 | -1/+1 |
2019-09-17 | vlib: fix cli process stack overflow | Aloys Augustin | 1 | -1/+1 |
2019-09-16 | vlib: cli support ctrl-w to erase left word | Hiroki Shirokura | 1 | -0/+47 |
2019-08-20 | vlib: create unix runtime directory | Ole Troan | 1 | -0/+5 |
2019-08-09 | stats: create /run/vpp before stat socket bind() | YohanPipereau | 1 | -1/+1 |
2019-07-10 | vlib: Replace timer in CLI with an event process | Chris Luke | 1 | -16/+140 |
2019-06-11 | vlib: avoid retrieving freed file in epoll | Florin Coras | 1 | -6/+7 |
2019-05-17 | Fix 'terminal history off' crasher | Chris Luke | 1 | -7/+14 |
2019-05-16 | init / exit function ordering | Dave Barach | 2 | -4/+14 |
2019-05-14 | Preallocate mhash key_tmps vector | Dave Barach | 1 | -1/+2 |
2019-05-06 | gcov / test framework: sigterm not sigkill | Dave Barach | 1 | -0/+11 |
2019-05-02 | vlib: align stack on OS page size | Benoît Ganne | 1 | -1/+1 |
2019-04-24 | Clean up multi-thread barrier-sync hold-down timer | Dave Barach | 1 | -3/+27 |
2019-04-22 | vlib epoll: handle file removal on EPOLLIN | Florin Coras | 1 | -0/+2 |
2019-04-18 | vlib epoll: protect against clib file pool expansion | Florin Coras | 1 | -1/+3 |
2019-04-18 | Fix memory corruption faulting [VPP-1639] | Artem Belov | 1 | -3/+3 |
2019-04-12 | Trivial: Update doxygen comments. | Paul Vinciguerra | 1 | -3/+10 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 2 | -5/+5 |