1. 557400d cj: cj dump crash by Steven · 6 years ago
  2. 68b4da6 Numa-aware, growable physical memory allocator (pmalloc) by Damjan Marion · 6 years ago
  3. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  4. 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
  5. 97f592f vlib: crash in linux_epoll_input_inline for accessing free file index [VPP-1412] by Steven · 6 years ago
  6. c5cb638 Silence warning over ignored return value (CID 187932) by Chris Luke · 6 years ago
  7. a9cf6af Fix Telnet option processing issue by Chris Luke · 6 years ago
  8. 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
  9. 0610039 Fix debug CLI node recycling bugs by Dave Barach · 6 years ago
  10. 0d5a195 cli: Validate cli_file_index on quit command by Steve Shin · 6 years ago
  11. 497deaf add backtrace in unix_signal_handler by Kingwel Xie · 7 years ago
  12. 85aa490 configurable per-dispatch-cycle sleep by Dave Barach · 7 years ago
  13. 01dc6b9 cli: Disable XON/XOFF in the tty by Chris Luke · 7 years ago
  14. fc379d2 cli: Fix reverse-line-wrap in terminals (VPP-1295) by Chris Luke · 7 years ago
  15. 70a745d cli: Fix off-by-one in the pager by Chris Luke · 7 years ago
  16. eb987d3 Harmonize vec/pool_get_aligned object sizes and alignment requests by Dave Barach · 7 years ago
  17. 756cd94 Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' by Neale Ranns · 7 years ago
  18. 72d2c4f plugins: unload plugin if early init fails by Damjan Marion · 7 years ago
  19. 2d207bc vlib: gcc-7 -O3 uninitialized values by Damjan Marion · 7 years ago
  20. 06bc260 plugin: Add plugin 'default' disable/enable by Mohsin Kazmi · 7 years ago
  21. 33d1629 cli: make q work again by Florin Coras · 7 years ago
  22. 3464c86 Rationalize plugin symbol error reporting by Dave Barach · 7 years ago
  23. 88c0621 physmem: keep only one physmem_main by Damjan Marion · 7 years ago
  24. ceab788 vlib: epoll on worker threads by Damjan Marion · 7 years ago
  25. 28cf3b7 VPP-899: Run VPP under SELinux by Billy McFall · 7 years ago
  26. 82d8ec2 VPP-1077 Add meaningful error info, when executing command with enable/disable option by Swarup Nayak · 7 years ago
  27. 9c2c243 fix bug in pager by Neale Ranns · 7 years ago
  28. 0a32b60 Configure vat-plugin-path and vat-plugin-name-filter by Dave Barach · 7 years ago
  29. cabbee7 Call a plugin init function by name by Dave Barach · 7 years ago
  30. 2d8bf30 Instead of a min term size, use a default (VPP-1061) by Chris Luke · 7 years ago
  31. 0bda0f4 Thread_index for thread0 in vlib_global_main not initialised by Keith Burns (alagalah) · 7 years ago
  32. 903651c VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handler by Dave Barach · 7 years ago
  33. 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago
  34. b66201f Fix vpp "unix interactive" when running under emacs + gdb by Dave Barach · 7 years ago
  35. 03add7f vppctl,cli: Improve non-interactive vppctl (VPP-944) by Chris Luke · 7 years ago
  36. 561ae0a CLI: fix segfault when browsing an empty history by Yoann Desmouceaux · 7 years ago
  37. b2bcad6 Fixes for issues Coverity has reported (VPP-972) by Chris Luke · 7 years ago
  38. f49921f clib_socket: add sendmsg / recvmsg with ancillary data support by Damjan Marion · 7 years ago
  39. 56dd543 move unix_file_* code to vppinfra by Damjan Marion · 7 years ago
  40. 3b64d63 vlib: move linux-specific code to vlib/linux by Damjan Marion · 7 years ago
  41. ab7b8d9 Fixes for issues reported by Coverity (VPP-972) by Chris Luke · 7 years ago
  42. 49d66f1 vlib physmem rework by Damjan Marion · 7 years ago
  43. 9a244bb Add pidfile cmdline option by Pierre Pfister · 7 years ago
  44. c67787b Set runtime_path properly when running non-root by Damjan Marion · 7 years ago
  45. 57d963f Make VPP runtime directory configurable by Damjan Marion · 7 years ago
  46. 6b0f589 Thread safe internal buffer manager by Damjan Marion · 7 years ago
  47. 04a7f05 vlib: store buffer memory information in the buffer_main by Damjan Marion · 7 years ago
  48. 475674e unix: mkdir VPP_RUN_DIR before opening a socket in it by Chris Luke · 7 years ago
  49. 5c20a01 switch vlib process model to tw_timer_template timer impl by Dave Barach · 8 years ago
  50. f661638 Add option to create clib_socket with group write permissions by Damjan Marion · 7 years ago
  51. a54230d Add knob to specify effective group id (gid) for VPP process by Damjan Marion · 7 years ago
  52. 6e8ab16 vlib: add screen-256color CLI terminal type by Damjan Marion · 8 years ago
  53. a9a54c1 vlib: add unix_file_del_by_index function by Damjan Marion · 8 years ago
  54. 3060e07 Add TAB-based auto-completion to the CLI by Yoann Desmouceaux · 8 years ago
  55. 8148131 VPP-845: add configurable elog post-mortem dump by Dave Barach · 8 years ago
  56. f55f9b8 completelly deprecate os_get_cpu_number, replace new occurences by Damjan Marion · 8 years ago
  57. c9fc77c Exit if plugin load attempt fail by Damjan Marion · 8 years ago
  58. ecba903 Fix typo in minimal epoll polling time by Pierre Pfister · 8 years ago
  59. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  60. 1bfb0dd vlib: add description field in plugin registration by Damjan Marion · 8 years ago
  61. c8c44eb Add support for unix { coredump-size <size> }. by Klement Sekera · 8 years ago
  62. a1a093d Clean up binary api message handler registration issues by Dave Barach · 8 years ago
  63. a83bc30 Load plugins in alphabetical order by Dave Barach · 8 years ago
  64. a9a20e7 VPP-635: CLI Memory leak with invalid parameter by Billy McFall · 8 years ago
  65. e4ad8cc VPP-630: Null pointer dereferences in vlib/unix/plugin.c by Ole Troan · 8 years ago
  66. 3b46cba Plugin infrastructure improvements by Damjan Marion · 8 years ago
  67. fe6bdfd binary-api debug CLI works with plugins by Dave Barach · 8 years ago
  68. 878c609 vlib: add buffer and thread callbacks by Damjan Marion · 8 years ago
  69. f935e33 plugin: add API to get pointer to symbol in different plugin by Damjan Marion · 8 years ago
  70. 0eca04d vlib: merge libvlib_unix.so into libvlib.so by Damjan Marion · 8 years ago
  71. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago