aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlibmemory/memory_api.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-6/+0
2022-09-26api: replace print functions wth formatDamjan Marion1-23/+16
2022-05-19api: refactor api data storageDamjan Marion1-16/+17
2022-05-11api: revert the changes to atexit for shared memory clientAndrew Yourtchenko1-1/+1
2022-05-02vapi: support api clients within vpp processOle Troan1-2/+87
2022-03-23api: better segregate client and server codeBenoît Ganne1-3/+144
2021-09-28api: API trace improvementsFilip Tehlar1-25/+5
2021-09-28misc: vpe.api messages dynamically allocatedOle Troan1-0/+8
2021-07-14api: fix memory error in multi-thread environmentXiaoming Jiang1-1/+7
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-5/+5
2020-07-19api: call api reaper callbacks for socket clientsDave Barach1-5/+3
2019-12-11api: Use vl_msg_push/pop_heapNathan Skrzypczak1-35/+17
2019-12-10api: multiple connections per processDave Barach1-17/+17
2019-12-06api: avoid swapping vlib_rp before barrier syncFlorin Coras1-32/+18
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne1-0/+2
2019-11-07api: fix dead client scan heap issueNathan Skrzypczak1-0/+4
2019-09-30api: fix use-after-freeBenoît Ganne1-3/+3
2019-08-27api: revert use string type for strings in memclnt.apiOle Troan1-1/+1
2019-08-27api: use string type for strings in memclnt.apiOle Troan1-1/+1
2019-07-24api: Disable tracing of memclnt_keepalive messagesDave Barach1-6/+11
2019-06-14api: add mp-safe/barrier-sync indication to elogsDave Barach1-0/+1
2019-05-16init / exit function orderingDave Barach1-4/+4
2019-02-26VPP-1574: minimize RPC barrier sync callsDave Barach1-3/+20
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-4/+4
2018-12-05bapi: add options to have vpp cleanup client registrationFlorin Coras1-16/+22
2018-12-01Delete shared memory segment files when vpp startsDave Barach1-0/+22
2018-11-01Move RPC calls off the binary API input queueDave Barach1-0/+34
2018-10-25Revert "Keep RPC traffic off the shared-memory API queue"Florin Coras1-20/+0
2018-10-24Keep RPC traffic off the shared-memory API queueDave Barach1-0/+20
2018-10-23c11 safe string handling supportDave Barach1-8/+8
2018-08-07api: compute msg table for private registrationsFlorin Coras1-2/+7
2018-06-14Use __attribute__((weak)) references where necessaryDave Barach1-5/+1
2018-06-08export counters in a memfd segmentDave Barach1-0/+16
2018-06-05VPP API: Memory traceOle Troan1-0/+1
2018-01-25session: add support for memfd segmentsFlorin Coras1-46/+58
2018-01-10svm: calc base address on AArch64 based on autodetected VA space sizeDamjan Marion1-1/+1
2018-01-09api: refactor vlibmemoryFlorin Coras1-0/+905