aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vapi/vapi.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-18vapi: uds transport supportStanislav Zaikin1-128/+688
2023-09-06vapi: fix verification for reply messageSylvain Cadilhac1-1/+1
2023-08-18vapi: support servicesStanislav Zaikin1-5/+37
2023-01-04vapi: add vapi_stop_rx_thread()Matthew Smith1-0/+10
2022-12-20vapi: use the correct my_context_id when disconnecting API clientsMauro Sardara1-5/+75
2022-12-14vapi: implement vapi_wait() for readsMatthew Smith1-2/+6
2022-05-02vapi: support api clients within vpp processOle Troan1-29/+394
2022-01-25api: vapi: honor non-blocking settingKlement Sekera1-1/+3
2021-11-16vapi: verify message size when receivedKlement Sekera1-13/+9
2021-10-18interface: add api test fileFilip Tehlar1-1/+1
2021-09-27misc: api move continuedFlorin Coras1-1/+2
2020-06-10vapi: memset allocated messages to zeroKlement Sekera1-0/+4
2019-12-10api: multiple connections per processDave Barach1-4/+4
2019-11-27misc: add address sanitizer heap instrumentationBenoƮt Ganne1-0/+5
2018-11-07Unresolved symbols in libvapiclientNeale Ranns1-0/+1
2018-10-23c11 safe string handling supportDave Barach1-7/+8
2018-09-03vapi: init clib mem heap on connect if neededKlement Sekera1-0/+4
2018-07-05VPP-1335 vapi crash when memclnt_keepalive receivedKlement Sekera1-6/+46
2018-01-22svm: queue sub: Add conditional timed waitMohsin Kazmi1-3/+6
2018-01-09api: refactor vlibmemoryFlorin Coras1-12/+10
2017-11-05Fix coverity warnings in VOM and VAPINeale Ranns1-3/+3
2017-10-03Repair vlib API socket serverDave Barach1-0/+2
2017-09-27Various fixes for issues found by Coverity (VPP-972)Chris Luke1-0/+1
2017-09-19Add C++ APIKlement Sekera1-11/+48
2017-09-19Add new C APIKlement Sekera1-0/+895