aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlibapi/api_common.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-29api: provide api definition over apiOle Troan1-0/+2
2023-10-25lisp: fix missing symbol issueDamjan Marion1-1/+0
2023-07-07api: fix signed single bit fieldTianyu Li1-5/+5
2022-09-29api: deprecate vl_msg_api_set_handlersDamjan Marion1-4/+0
2022-09-26api: replace print functions wth formatDamjan Marion1-13/+7
2022-05-19api: refactor api data storageDamjan Marion1-40/+44
2022-05-02vapi: support api clients within vpp processOle Troan1-0/+2
2022-04-05vppinfra: refactor address sanitizerDamjan Marion1-6/+6
2022-03-23api: better segregate client and server codeBenoît Ganne1-1/+0
2021-12-14api: verify message size on receiptKlement Sekera1-6/+11
2021-10-18api: remove legacy pd msg handlersKlement Sekera1-2/+0
2021-09-28api: API trace improvementsFilip Tehlar1-5/+20
2021-03-19api: Avoid the usage of the freed registration by the API callsAndrew Yourtchenko1-0/+1
2020-07-16misc: add callback hooks and refactor pmcTom Seidenberg1-1/+7
2020-05-27api: make vpp api handlers endian independentOle Troan1-0/+4
2020-05-06docs: clean up make docs jobPaul Vinciguerra1-1/+2
2019-12-11api: Use vl_msg_push/pop_heapNathan Skrzypczak1-0/+2
2019-12-10api: pass api and client main to rx threadFlorin Coras1-0/+6
2019-12-10api: multiple connections per processDave Barach1-1/+8
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne1-0/+20
2019-10-08api: add bapi thread handle to api main structure.IJsbrand Wijnands1-0/+3
2019-07-16api: enable binary API event logging in vatDave Barach1-0/+5
2018-12-13API: Use string type instead of u8.Ole Troan1-0/+1
2018-10-02PAPI: Use UNIX domain sockets instead of shared memoryOle Troan1-1/+1
2018-08-03svm: add support for eventfd signaling to queueFlorin Coras1-3/+0
2018-06-05VPP API: Memory traceOle Troan1-0/+2
2018-01-25session: add support for memfd segmentsFlorin Coras1-0/+1
2018-01-09api: refactor vlibmemoryFlorin Coras1-6/+6
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+11
2017-10-05Clean up "show api ring" debug CLIDave Barach1-1/+4
2017-10-03Repair vlib API socket serverDave Barach1-0/+9
2017-09-27VPP-990 remove registered handler if control ping failsv18.01-rc0Matej Perina1-0/+1
2017-09-25Add binary API documentationDave Barach1-70/+122
2017-09-13API message table inspection utilitiesDave Barach1-0/+3
2017-09-11Recombine diags and minimum barrier open time changes (VPP-968)Colin Tregenza Dancer1-0/+6
2017-09-09move unix_file_* code to vppinfraDamjan Marion1-1/+1
2017-07-01Refactor API message handling codeKlement Sekera1-0/+268