aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlibmemory/memory_client.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2023-01-04vapi: add vapi_stop_rx_thread()Matthew Smith1-4/+9
2022-09-29api: deprecate vl_msg_api_set_handlersDamjan Marion1-4/+12
2022-09-26api: replace print functions wth formatDamjan Marion1-9/+2
2022-05-19api: refactor api data storageDamjan Marion1-9/+10
2022-04-05vppinfra: refactor address sanitizerDamjan Marion1-3/+3
2021-12-14api: verify message size on receiptKlement Sekera1-8/+21
2021-09-28api: API trace improvementsFilip Tehlar1-8/+8
2020-05-12api: use malloc for rx thread arg instead of heapFlorin Coras1-2/+2
2019-12-12vcl: fix disconnect from binary apiFlorin Coras1-1/+1
2019-12-11api: Use vl_msg_push/pop_heapNathan Skrzypczak1-10/+4
2019-12-10api: pass api and client main to rx threadFlorin Coras1-1/+22
2019-12-10api: multiple connections per processDave Barach1-25/+30
2019-11-27misc: add address sanitizer heap instrumentationBenoƮt Ganne1-0/+15
2019-11-18api: configurable binary api client rx pthread fcnDave Barach1-19/+18
2019-10-08api: add bapi thread handle to api main structure.IJsbrand Wijnands1-1/+9
2019-08-27api: revert use string type for strings in memclnt.apiOle Troan1-5/+4
2019-08-27api: use string type for strings in memclnt.apiOle Troan1-4/+5
2019-08-02vppinfra: Expose function setting __os_thread_indexNathan Skrzypczak1-20/+1
2019-04-16API: Handle pthread cond signal case where signal is missed.Ole Troan1-2/+2
2019-04-10API: Fix shared memory only action handlers.Ole Troan1-0/+1
2019-02-05sock api: allow to start client with no rx_threadTomasz Kulasek1-0/+10
2018-12-05bapi: add options to have vpp cleanup client registrationFlorin Coras1-2/+3
2018-12-03vcl: handle worker process exitFlorin Coras1-7/+14
2018-10-23c11 safe string handling supportDave Barach1-7/+7
2018-08-03svm: add support for eventfd signaling to queueFlorin Coras1-2/+2
2018-06-05VPP API: Memory traceOle Troan1-16/+27
2018-02-02vlmemory/svm: fix client detach from svm regionFlorin Coras1-3/+4
2018-01-25session: add support for memfd segmentsFlorin Coras1-7/+24
2018-01-22svm: queue sub: Add conditional timed waitMohsin Kazmi1-2/+2
2018-01-15svm: refactor memfd and remove ssvm_ethFlorin Coras1-0/+1
2018-01-09api: refactor vlibmemoryFlorin Coras1-35/+15
2018-01-05sock api: add first msg id retrieval functionFlorin Coras1-10/+34
2017-10-25VCL-LDPRELOAD: statically link VPP objects into libvcl_ldpreload.soDave Wallace1-6/+0
2017-10-18CSIT-844: fix binary api rx pthread heap push/popDave Barach1-3/+22
2017-10-03Repair vlib API socket serverDave Barach1-13/+52
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion1-1/+1
2017-05-03A sprinkling of const in vlibmemory/api.h and friendsNeale Ranns1-7/+9
2017-04-11move binary-api client-only routines to memory_client.cDave Barach1-9/+241
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+283