aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlibmemory/socket_api.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-6/+0
2023-09-13api: fix vlibmemory coverity warning CID-300152Dave Wallace1-0/+4
2022-12-07api: avoid sigpipe for unruly api clientOle Troan1-1/+7
2022-09-29api: deprecate vl_msg_api_set_handlersDamjan Marion1-4/+12
2022-09-26api: replace print functions wth formatDamjan Marion1-4/+2
2022-05-19api: refactor api data storageDamjan Marion1-2/+2
2022-04-05vppinfra: refactor address sanitizerDamjan Marion1-1/+1
2021-12-16api: Fix reaper functions for socket clientsNeale Ranns1-1/+2
2021-12-14api: verify message size on receiptKlement Sekera1-6/+10
2021-09-28api: API trace improvementsFilip Tehlar1-12/+19
2021-06-22api: asan: use vec_set_len() so ASan can keep track of buffer lenBenoît Ganne1-6/+6
2021-03-19api: Avoid the usage of the freed registration by the API callsAndrew Yourtchenko1-23/+51
2021-03-03api: fix crash when cf removedwanghanlin1-2/+16
2020-12-28vlib: add missing file template descriptionsPaul Vinciguerra1-0/+2
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-5/+5
2020-10-21svm: fix ASAN annotations for external chunksBenoît Ganne1-0/+5
2020-09-30svm: harmonize ssvm namesFlorin Coras1-2/+2
2020-08-18api: retry sending fd on EAGAINFlorin Coras1-1/+2
2020-07-19api: call api reaper callbacks for socket clientsDave Barach1-0/+4
2020-02-11misc: fix coverity warningsDave Barach1-2/+4
2019-12-10api: multiple connections per processDave Barach1-3/+3
2019-12-09api: fix sock reg passing on read eventFlorin Coras1-18/+5
2019-10-09api: comment, simplify and fix api socket readVratko Polak1-48/+80
2019-08-27api: revert use string type for strings in memclnt.apiOle Troan1-2/+1
2019-08-27api: use string type for strings in memclnt.apiOle Troan1-1/+2
2019-08-08api: vppapitrace JSON/API trace converterOle Troan1-5/+5
2019-08-08api: api socket respect unix runtime directoryOle Troan1-19/+8
2019-07-03api: remove garbage from sockclnt_create replyVratko Polak1-2/+3
2019-05-16init / exit function orderingDave Barach1-5/+2
2019-05-09bapi: separate init shm reply from fd exchangeFlorin Coras1-1/+17
2019-04-23API: Python and Unix domain socket improvementOle Troan1-2/+1
2019-01-05socket API: Use pool index instead of handle in sock_delete handlerOle Troan1-1/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-3/+3
2018-10-23c11 safe string handling supportDave Barach1-5/+5
2018-10-03sock api: fix registrations and client readsFlorin Coras1-5/+27
2018-10-02PAPI: Use UNIX domain sockets instead of shared memoryOle Troan1-29/+72
2018-09-19socket api: do not delay sending of messagesFlorin Coras1-58/+35
2018-08-10vcl: support for eventfd mq signalingFlorin Coras1-2/+2
2018-08-04socket api: multiple fds in one msgFlorin Coras1-7/+7
2018-05-10Remove the historical memfd api segment bootstrapDave Barach1-66/+25
2018-01-25session: add support for memfd segmentsFlorin Coras1-20/+22
2018-01-15svm: refactor memfd and remove ssvm_ethFlorin Coras1-9/+9
2018-01-09api: refactor vlibmemoryFlorin Coras1-0/+804