aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlibmemory/socket_client.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-27api: keep AddressSanitizer happyBenoît Ganne1-10/+11
2023-01-27api: keep AddressSanitizer happyBenoît Ganne1-5/+8
2022-09-29api: deprecate vl_msg_api_set_handlersDamjan Marion1-4/+12
2022-09-26api: replace print functions wth formatDamjan Marion1-9/+2
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-7/+7
2021-12-14api: verify message size on receiptKlement Sekera1-6/+10
2021-09-28api: API trace improvementsFilip Tehlar1-7/+6
2021-05-26api: socket client connect set to blockingFlorin Coras1-1/+1
2021-01-20vlib: fix build with muslNathan Moos1-0/+1
2020-09-30svm: harmonize ssvm namesFlorin Coras1-1/+1
2019-12-11vcl: separate binary api connections per thread workerFlorin Coras1-4/+27
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-06api: multiple socket connections per single processFlorin Coras1-30/+145
2019-08-27api: revert use string type for strings in memclnt.apiOle Troan1-2/+2
2019-08-27api: use string type for strings in memclnt.apiOle Troan1-2/+2
2019-04-23API: Python and Unix domain socket improvementOle Troan1-2/+1
2019-02-05sock api: allow to start client with no rx_threadTomasz Kulasek1-3/+16
2018-12-22bapi/vat: fix socket transport for vatFlorin Coras1-2/+9
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-1/+1
2018-10-23c11 safe string handling supportDave Barach1-3/+3
2018-10-03sock api: fix registrations and client readsFlorin Coras1-16/+35
2018-08-04socket api: multiple fds in one msgFlorin Coras1-6/+7
2018-01-25session: add support for memfd segmentsFlorin Coras1-13/+38
2018-01-15svm: refactor memfd and remove ssvm_ethFlorin Coras1-3/+3
2018-01-09api: refactor vlibmemoryFlorin Coras1-26/+3
2018-01-05sock api: add infra for bootstrapping shm clientsFlorin Coras1-70/+254
2017-10-06Coverity fixes for API socketChris Luke1-3/+3
2017-10-03Repair vlib API socket serverDave Barach1-0/+240