Age | Commit message (Expand) | Author | Files | Lines |
2018-10-24 | Keep RPC traffic off the shared-memory API queue | Dave Barach | 3 | -29/+38 |
2018-10-23 | c11 safe string handling support | Dave Barach | 7 | -30/+30 |
2018-10-03 | sock api: fix registrations and client reads | Florin Coras | 5 | -28/+69 |
2018-10-02 | PAPI: Use UNIX domain sockets instead of shared memory | Ole Troan | 5 | -39/+94 |
2018-09-19 | socket api: do not delay sending of messages | Florin Coras | 2 | -64/+35 |
2018-09-11 | remove libvlib from libvlibmemoryclient libs | Matthew Smith | 1 | -1/+1 |
2018-08-26 | cmake: add add_vpp_library and add_vpp_executable macros | Damjan Marion | 1 | -14/+13 |
2018-08-25 | cmake: add more headers to the install list | Damjan Marion | 1 | -0/+11 |
2018-08-20 | CMake: generate .json from .api files | Neale Ranns | 1 | -2/+3 |
2018-08-17 | CMake as an alternative to autotools (experimental) | Damjan Marion | 1 | -0/+41 |
2018-08-17 | vlibapi: validate private segment rotor prior to use | Florin Coras | 1 | -1/+1 |
2018-08-15 | Remove client_index field from replies in API | Ondrej Fabry | 1 | -2/+0 |
2018-08-10 | vcl: support for eventfd mq signaling | Florin Coras | 1 | -2/+2 |
2018-08-09 | Fix "Old Style VLA" build warnings | Juraj Sloboda | 1 | -2/+3 |
2018-08-07 | api: compute msg table for private registrations | Florin Coras | 1 | -2/+7 |
2018-08-04 | socket api: multiple fds in one msg | Florin Coras | 5 | -20/+22 |
2018-08-03 | svm: add support for eventfd signaling to queue | Florin Coras | 2 | -11/+9 |
2018-07-05 | VPP-1335 vapi crash when memclnt_keepalive received | Klement Sekera | 1 | -4/+4 |
2018-06-27 | gcc8 and Wstringop-truncation | Marco Varlese | 1 | -4/+6 |
2018-06-26 | Fix api trace replay of handler to pass vm parameter | John Lo | 1 | -2/+2 |
2018-06-14 | Use __attribute__((weak)) references where necessary | Dave Barach | 1 | -5/+1 |
2018-06-08 | export counters in a memfd segment | Dave Barach | 2 | -6/+16 |
2018-06-05 | VPP API: Memory trace | Ole Troan | 2 | -16/+28 |
2018-05-10 | Remove the historical memfd api segment bootstrap | Dave Barach | 2 | -88/+28 |
2018-04-18 | typo fix: UNKOWN -> UNKNOWN | Andrey "Zed" Zaikin | 1 | -1/+1 |
2018-03-06 | API: Add service definitions for events and singleton messages (second attempt) | Marek Gradzki | 1 | -0/+10 |
2018-03-05 | Revert "API: Add service definitions for events and singleton messages." | Ole Trøan | 1 | -10/+0 |
2018-03-05 | API: Add service definitions for events and singleton messages. | Ole Troan | 1 | -0/+10 |
2018-02-02 | vlmemory/svm: fix client detach from svm region | Florin Coras | 4 | -8/+23 |
2018-01-25 | session: add support for memfd segments | Florin Coras | 11 | -86/+219 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
2018-01-22 | svm: queue sub: Add conditional timed wait | Mohsin Kazmi | 2 | -3/+3 |
2018-01-15 | svm: refactor memfd and remove ssvm_eth | Florin Coras | 5 | -12/+15 |
2018-01-11 | api: fix handlers that explicitly depend on svm queue | Florin Coras | 3 | -0/+16 |
2018-01-11 | api: remove transport specific code from handlers | Florin Coras | 1 | -4/+4 |
2018-01-10 | svm: calc base address on AArch64 based on autodetected VA space size | Damjan Marion | 1 | -1/+1 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 17 | -3718/+3400 |
2018-01-05 | sock api: add first msg id retrieval function | Florin Coras | 2 | -17/+39 |
2018-01-05 | sock api: add infra for bootstrapping shm clients | Florin Coras | 6 | -151/+514 |
2017-12-15 | VPP-1102: fix dangling references in RPC handling | Dave Barach | 2 | -27/+40 |
2017-12-01 | session: allocate cb messages from client ring | Florin Coras | 1 | -0/+2 |
2017-10-31 | Fix typo (double unlock) | Dave Barach | 1 | -2/+1 |
2017-10-25 | VCL-LDPRELOAD: statically link VPP objects into libvcl_ldpreload.so | Dave Wallace | 1 | -6/+0 |
2017-10-18 | CSIT-844: fix binary api rx pthread heap push/pop | Dave Barach | 2 | -6/+27 |
2017-10-10 | API versioning: Fix coverity errors from strncpy() | Ole Troan | 1 | -1/+1 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps | Dave Barach | 2 | -1/+60 |
2017-10-06 | Coverity fixes for API socket | Chris Luke | 1 | -3/+3 |
2017-10-05 | Clean up "show api ring" debug CLI | Dave Barach | 1 | -3/+11 |
2017-10-03 | api: fix internal client registrations | Florin Coras | 1 | -0/+2 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 8 | -271/+1824 |