Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-12-10 | VPP-1077 Add meaningful error info, when executing command with enable/disabl... |  Swarup Nayak | 1 | -7/+19 |
2017-12-06 | fix bug in pager |  Neale Ranns | 1 | -2/+3 |
2017-11-29 | Configure vat-plugin-path and vat-plugin-name-filter |  Dave Barach | 2 | -1/+24 |
2017-11-18 | Call a plugin init function by name |  Dave Barach | 1 | -0/+26 |
2017-11-13 | Instead of a min term size, use a default (VPP-1061) |  Chris Luke | 1 | -16/+21 |
2017-10-20 | Thread_index for thread0 in vlib_global_main not initialised |  Keith Burns (alagalah) | 1 | -0/+1 |
2017-10-14 | VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handler |  Dave Barach | 1 | -4/+3 |
2017-10-03 | Repair vlib API socket server |  Dave Barach | 2 | -2/+2 |
2017-09-22 | Fix vpp "unix interactive" when running under emacs + gdb |  Dave Barach | 1 | -3/+8 |
2017-09-21 | vppctl,cli: Improve non-interactive vppctl (VPP-944) |  Chris Luke | 1 | -51/+308 |
2017-09-20 | CLI: fix segfault when browsing an empty history |  Yoann Desmouceaux | 1 | -3/+1 |
2017-09-18 | Fixes for issues Coverity has reported (VPP-972) |  Chris Luke | 1 | -0/+30 |
2017-09-14 | clib_socket: add sendmsg / recvmsg with ancillary data support |  Damjan Marion | 1 | -2/+2 |
2017-09-09 | move unix_file_* code to vppinfra |  Damjan Marion | 6 | -154/+92 |
2017-09-08 | vlib: move linux-specific code to vlib/linux |  Damjan Marion | 3 | -675/+0 |
2017-09-08 | Fixes for issues reported by Coverity (VPP-972) |  Chris Luke | 1 | -4/+4 |
2017-09-07 | vlib physmem rework |  Damjan Marion | 4 | -385/+389 |
2017-09-05 | Add pidfile cmdline option |  Pierre Pfister | 3 | -9/+98 |
2017-08-31 | Set runtime_path properly when running non-root |  Damjan Marion | 1 | -2/+11 |
2017-08-24 | Make VPP runtime directory configurable |  Damjan Marion | 4 | -20/+63 |
2017-07-27 | Thread safe internal buffer manager |  Damjan Marion | 1 | -1/+2 |
2017-07-10 | vlib: store buffer memory information in the buffer_main |  Damjan Marion | 1 | -9/+0 |
2017-07-06 | unix: mkdir VPP_RUN_DIR before opening a socket in it |  Chris Luke | 3 | -0/+30 |
2017-06-28 | switch vlib process model to tw_timer_template timer impl |  Dave Barach | 1 | -36/+25 |
2017-06-21 | Add option to create clib_socket with group write permissions |  Damjan Marion | 1 | -1/+4 |