Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-03-21 | Ignore SIGTERM during the vpp boot sequence | Dave Barach | 1 | -1/+6 |
2019-03-01 | Save signum and faulting address in static variables | Dave Barach | 1 | -0/+6 |
2019-02-09 | buffers: fix typo | Damjan Marion | 1 | -3/+3 |
2019-02-06 | buffers: make buffer data size configurable from startup config | Damjan Marion | 1 | -3/+5 |
2019-01-28 | Less intrusive way to capture numa_node and cpu_id changes | Damjan Marion | 2 | -3/+10 |
2019-01-27 | Fix issue with cpu_id and numa_code captured too early | Damjan Marion | 1 | -2/+1 |
2019-01-20 | buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytes | Damjan Marion | 1 | -5/+3 |
2019-01-20 | Store numa-noda and cpu-index in vlib_main_t | Damjan Marion | 1 | -0/+2 |
2018-10-26 | cj: cj dump crash | Steven | 1 | -1/+1 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) | Damjan Marion | 2 | -3/+0 |
2018-10-23 | c11 safe string handling support | Dave Barach | 4 | -13/+13 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | Sirshak Das | 1 | -1/+1 |
2018-09-09 | vlib: crash in linux_epoll_input_inline for accessing free file index [VPP-1412] | Steven | 1 | -2/+31 |
2018-09-07 | Silence warning over ignored return value (CID 187932) | Chris Luke | 1 | -2/+2 |
2018-09-06 | Fix Telnet option processing issue | Chris Luke | 1 | -1/+8 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 1 | -0/+2 |
2018-07-12 | Fix debug CLI node recycling bugs | Dave Barach | 1 | -5/+26 |
2018-06-30 | cli: Validate cli_file_index on quit command | Steve Shin | 1 | -0/+4 |
2018-06-26 | add backtrace in unix_signal_handler | Kingwel Xie | 1 | -9/+49 |
2018-06-21 | configurable per-dispatch-cycle sleep | Dave Barach | 3 | -2/+25 |
2018-06-10 | cli: Disable XON/XOFF in the tty | Chris Luke | 1 | -0/+4 |
2018-06-10 | cli: Fix reverse-line-wrap in terminals (VPP-1295) | Chris Luke | 1 | -86/+195 |
2018-06-10 | cli: Fix off-by-one in the pager | Chris Luke | 1 | -2/+2 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 1 | -0/+1 |
2018-04-12 | Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' | Neale Ranns | 1 | -1/+2 |
2018-04-09 | plugins: unload plugin if early init fails | Damjan Marion | 1 | -2/+4 |
2018-03-27 | vlib: gcc-7 -O3 uninitialized values | Damjan Marion | 1 | -5/+5 |
2018-03-26 | plugin: Add plugin 'default' disable/enable | Mohsin Kazmi | 2 | -0/+11 |
2018-03-16 | cli: make q work again | Florin Coras | 1 | -0/+8 |
2018-03-13 | Rationalize plugin symbol error reporting | Dave Barach | 1 | -1/+1 |
2018-03-05 | physmem: keep only one physmem_main | Damjan Marion | 1 | -0/+1 |
2018-02-06 | vlib: epoll on worker threads | Damjan Marion | 2 | -34/+152 |
2018-01-30 | VPP-899: Run VPP under SELinux | Billy McFall | 1 | -4/+20 |