Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-06-21 | Add knob to specify effective group id (gid) for VPP process | Damjan Marion | 1 | -0/+7 |
2017-06-06 | vlib: add screen-256color CLI terminal type | Damjan Marion | 1 | -0/+1 |
2017-06-05 | vlib: add unix_file_del_by_index function | Damjan Marion | 1 | -0/+8 |
2017-05-23 | Add TAB-based auto-completion to the CLI | Yoann Desmouceaux | 1 | -0/+153 |
2017-05-16 | VPP-845: add configurable elog post-mortem dump | Dave Barach | 1 | -4/+4 |
2017-05-10 | completelly deprecate os_get_cpu_number, replace new occurences | Damjan Marion | 1 | -1/+1 |
2017-04-26 | Exit if plugin load attempt fail | Damjan Marion | 1 | -6/+2 |
2017-04-11 | Fix typo in minimal epoll polling time | Pierre Pfister | 1 | -1/+1 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 3 | -28/+24 |
2017-03-22 | vlib: add description field in plugin registration | Damjan Marion | 2 | -5/+10 |
2017-03-06 | Add support for unix { coredump-size <size> }. | Klement Sekera | 1 | -0/+22 |
2017-03-02 | Clean up binary api message handler registration issues | Dave Barach | 1 | -7/+24 |
2017-02-26 | Load plugins in alphabetical order | Dave Barach | 1 | -9/+55 |
2017-02-22 | VPP-635: CLI Memory leak with invalid parameter | Billy McFall | 1 | -6/+16 |
2017-02-07 | VPP-630: Null pointer dereferences in vlib/unix/plugin.c | Ole Troan | 1 | -1/+1 |