aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlibmemory/vlib_api.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-12api: fix sock reg passing on read eventFlorin Coras1-3/+9
2020-08-12api: fix free socket process argsFlorin Coras1-0/+1
2020-06-11api: fix vl_api_clnt_node process stack overflowChenmin Sun1-0/+1
2019-10-04vlib: improve summary vector-rate statisticsDave Barach1-1/+1
2019-08-12api: vppapitrace JSON/API trace converterOle Troan1-23/+0
2019-05-16init / exit function orderingDave Barach1-1/+1
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