Age | Commit message (Expand) | Author | Files | Lines |
2024-04-10 | build: use GNUInstallDirs where possible | Wim de With | 1 | -1/+1 |
2024-04-03 | tests: upgrade python packages | Dave Wallace | 1 | -21/+35 |
2024-04-02 | api: fix rx timeout thread busy loop after reconnect | Vladislav Grishenko | 1 | -0/+2 |
2024-04-02 | vapi: avoid memory leak | Klement Sekera | 1 | -1/+1 |
2024-03-26 | tests: Add a socket timeout | Tom Jones | 1 | -0/+6 |
2024-03-26 | papi: Use CMSG_SPACE for sizing ancillary buffer space | Tom Jones | 1 | -1/+1 |
2024-03-18 | vapi: uds transport support | Stanislav Zaikin | 6 | -171/+783 |
2024-03-13 | papi: use correct size for fixed length strings | Klement Sekera | 1 | -1/+1 |
2024-01-29 | api: provide api definition over api | Ole Troan | 3 | -21/+876 |
2024-01-23 | papi: support old style of providing apidir | Vratko Polak | 1 | -1/+4 |
2024-01-18 | tests: preload api files | Maxime Peim | 2 | -33/+41 |
2023-09-16 | vapi: fix coverity warnings | Dave Wallace | 1 | -12/+13 |
2023-09-06 | vapi: fix verification for reply message | Sylvain Cadilhac | 1 | -1/+1 |
2023-08-18 | vapi: improve vl_api_string_t handling | Klement Sekera | 4 | -34/+89 |
2023-08-18 | vapi: support services | Stanislav Zaikin | 8 | -53/+367 |
2023-08-16 | tests docs: update python3 venv packages | Dave Wallace | 4 | -5/+1 |
2023-05-19 | stats: fix memory leak in stat_segment_dump_r() | Duncan Eastoe | 1 | -0/+2 |
2023-04-17 | stats: check if stats vector entry is empty | Ole Troan | 1 | -0/+5 |
2023-03-21 | papi: vla list of fixed strings | Ole Troan | 2 | -4/+28 |
2023-03-07 | build: make Python3 mandatory | Damjan Marion | 1 | -23/+17 |
2023-03-02 | stats: expose symlink to stats client | Ole Troan | 2 | -4/+6 |
2023-01-04 | vapi: add vapi_stop_rx_thread() | Matthew Smith | 2 | -14/+37 |
2022-12-20 | vapi: use the correct my_context_id when disconnecting API clients | Mauro Sardara | 1 | -5/+75 |
2022-12-14 | vapi: implement vapi_wait() for reads | Matthew Smith | 3 | -15/+11 |
2022-12-12 | papi: fix VPP_API_DIR | Pim van Pelt | 1 | -1/+4 |
2022-12-07 | papi: export packed message structures | Ole Troan | 1 | -0/+16 |
2022-12-07 | tests: multiple apidir locations | Ole Troan | 1 | -1/+6 |
2022-12-07 | papi: fix async support for socket transport | Ole Troan | 2 | -4/+5 |
2022-12-05 | stats: return empty vector rather than NULL if stat_segment_dump_r() is run o... | Andrew Yourtchenko | 1 | -0/+9 |
2022-11-29 | stats: fix the memory leak in stat_client.c | Andrew Yourtchenko | 1 | -0/+2 |
2022-11-28 | vapi: write enumflag types to vapi headers | Matthew Smith | 2 | -0/+15 |
2022-10-12 | misc: fix issues reported by clang-15 | Damjan Marion | 1 | -2/+0 |
2022-06-01 | papi: vpp_serializer.py - replace slow bytes() with fast bytearray() | Viktor Velichkin | 1 | -8/+8 |
2022-05-10 | tests: replace pycodestyle with black | Klement Sekera | 15 | -1553/+1867 |
2022-05-02 | vapi: support api clients within vpp process | Ole Troan | 2 | -43/+428 |
2022-04-27 | vapi: Fix build when directory contains @ | Renato Botelho do Couto | 2 | -2/+3 |
2022-03-31 | stats: convert error counters to normal counters | Damjan Marion | 3 | -83/+16 |
2022-03-09 | stats: refactor | Damjan Marion | 2 | -20/+19 |
2022-02-24 | vapi: Missing include file in vlib.api.vapi.h | Dave Wallace | 1 | -17/+17 |
2022-02-01 | stats: vpp_get_stats crashes in stat_segment_data_free | Steven Luong | 1 | -0/+1 |
2022-01-25 | api: vapi: honor non-blocking setting | Klement Sekera | 2 | -12/+25 |
2021-11-16 | vapi: verify message size when received | Klement Sekera | 3 | -18/+51 |
2021-11-02 | tests: change code to avoid gcc-11 warning | Klement Sekera | 1 | -4/+10 |
2021-10-18 | interface: add api test file | Filip Tehlar | 5 | -2/+7 |
2021-10-14 | tests: fix coverity warnings | Klement Sekera | 1 | -6/+2 |
2021-10-13 | docs: convert vpp doc md->rst | Nathan Skrzypczak | 3 | -155/+191 |
2021-10-13 | vapi: fix vapi test coverity warning | Florin Coras | 1 | -0/+1 |
2021-09-28 | api: API trace improvements | Filip Tehlar | 1 | -8/+0 |
2021-09-28 | misc: vpe.api messages dynamically allocated | Ole Troan | 2 | -15/+7 |
2021-09-28 | build: complete python3 support, no hardcode path | Nick Brown | 1 | -2/+3 |