aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api
AgeCommit message (Expand)AuthorFilesLines
2024-04-10build: use GNUInstallDirs where possibleWim de With1-1/+1
2024-04-03tests: upgrade python packagesDave Wallace1-21/+35
2024-04-02api: fix rx timeout thread busy loop after reconnectVladislav Grishenko1-0/+2
2024-04-02vapi: avoid memory leakKlement Sekera1-1/+1
2024-03-26tests: Add a socket timeoutTom Jones1-0/+6
2024-03-26papi: Use CMSG_SPACE for sizing ancillary buffer spaceTom Jones1-1/+1
2024-03-18vapi: uds transport supportStanislav Zaikin6-171/+783
2024-03-13papi: use correct size for fixed length stringsKlement Sekera1-1/+1
2024-01-29api: provide api definition over apiOle Troan3-21/+876
2024-01-23papi: support old style of providing apidirVratko Polak1-1/+4
2024-01-18tests: preload api filesMaxime Peim2-33/+41
2023-09-16vapi: fix coverity warningsDave Wallace1-12/+13
2023-09-06vapi: fix verification for reply messageSylvain Cadilhac1-1/+1
2023-08-18vapi: improve vl_api_string_t handlingKlement Sekera4-34/+89
2023-08-18vapi: support servicesStanislav Zaikin8-53/+367
2023-08-16tests docs: update python3 venv packagesDave Wallace4-5/+1
2023-05-19stats: fix memory leak in stat_segment_dump_r()Duncan Eastoe1-0/+2
2023-04-17stats: check if stats vector entry is emptyOle Troan1-0/+5
2023-03-21papi: vla list of fixed stringsOle Troan2-4/+28
2023-03-07build: make Python3 mandatoryDamjan Marion1-23/+17
2023-03-02stats: expose symlink to stats clientOle Troan2-4/+6
2023-01-04vapi: add vapi_stop_rx_thread()Matthew Smith2-14/+37
2022-12-20vapi: use the correct my_context_id when disconnecting API clientsMauro Sardara1-5/+75
2022-12-14vapi: implement vapi_wait() for readsMatthew Smith3-15/+11
2022-12-12papi: fix VPP_API_DIRPim van Pelt1-1/+4
2022-12-07papi: export packed message structuresOle Troan1-0/+16
2022-12-07tests: multiple apidir locationsOle Troan1-1/+6
2022-12-07papi: fix async support for socket transportOle Troan2-4/+5
2022-12-05stats: return empty vector rather than NULL if stat_segment_dump_r() is run o...Andrew Yourtchenko1-0/+9
2022-11-29stats: fix the memory leak in stat_client.cAndrew Yourtchenko1-0/+2
2022-11-28vapi: write enumflag types to vapi headersMatthew Smith2-0/+15
2022-10-12misc: fix issues reported by clang-15Damjan Marion1-2/+0
2022-06-01papi: vpp_serializer.py - replace slow bytes() with fast bytearray()Viktor Velichkin1-8/+8
2022-05-10tests: replace pycodestyle with blackKlement Sekera15-1553/+1867
2022-05-02vapi: support api clients within vpp processOle Troan2-43/+428
2022-04-27vapi: Fix build when directory contains @Renato Botelho do Couto2-2/+3
2022-03-31stats: convert error counters to normal countersDamjan Marion3-83/+16
2022-03-09stats: refactorDamjan Marion2-20/+19
2022-02-24vapi: Missing include file in vlib.api.vapi.hDave Wallace1-17/+17
2022-02-01stats: vpp_get_stats crashes in stat_segment_data_freeSteven Luong1-0/+1
2022-01-25api: vapi: honor non-blocking settingKlement Sekera2-12/+25
2021-11-16vapi: verify message size when receivedKlement Sekera3-18/+51
2021-11-02tests: change code to avoid gcc-11 warningKlement Sekera1-4/+10
2021-10-18interface: add api test fileFilip Tehlar5-2/+7
2021-10-14tests: fix coverity warningsKlement Sekera1-6/+2
2021-10-13docs: convert vpp doc md->rstNathan Skrzypczak3-155/+191
2021-10-13vapi: fix vapi test coverity warningFlorin Coras1-0/+1
2021-09-28api: API trace improvementsFilip Tehlar1-8/+0
2021-09-28misc: vpe.api messages dynamically allocatedOle Troan2-15/+7
2021-09-28build: complete python3 support, no hardcode pathNick Brown1-2/+3