aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlibmemory/memory_api.c
AgeCommit message (Expand)AuthorFilesLines
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