summaryrefslogtreecommitdiffstats
path: root/src/vlibmemory/vlib_api.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-1/+1
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-2/+2
2018-11-01Move RPC calls off the binary API input queueDave Barach1-29/+14
2018-10-25Revert "Keep RPC traffic off the shared-memory API queue"Florin Coras1-16/+29
2018-10-24Keep RPC traffic off the shared-memory API queueDave Barach1-29/+16
2018-10-23c11 safe string handling supportDave Barach1-4/+4
2018-10-02PAPI: Use UNIX domain sockets instead of shared memoryOle Troan1-2/+2
2018-08-17vlibapi: validate private segment rotor prior to useFlorin Coras1-1/+1
2018-06-27gcc8 and Wstringop-truncationMarco Varlese1-4/+6
2018-06-08export counters in a memfd segmentDave Barach1-6/+0
2018-01-11api: remove transport specific code from handlersFlorin Coras1-4/+4
2018-01-09api: refactor vlibmemoryFlorin Coras1-0/+750