Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-09-27 | tests: don't install vapi_c{,pp}_test |  Dmitry Valter | 1 | -0/+2 |
2021-09-27 | misc: api move continued |  Florin Coras | 3 | -4/+8 |
2021-09-17 | build: use GNUInstallDirs install destinations |  Nick Brown | 1 | -1/+1 |
2021-08-31 | stats: check epoch in python vpp_stats ls |  Ole Troan | 1 | -0/+3 |
2021-07-12 | papi: remove shared memory transport |  Ole Troan | 3 | -154/+6 |
2021-06-25 | stats: reverts part of a fix on Python client |  Arthur de Kerhor | 1 | -12/+4 |
2021-06-25 | stats: fix race conditions in vpp-api stats client |  Arthur de Kerhor | 1 | -4/+12 |
2021-05-27 | build: kindly ask python not to polute src/ |  Damjan Marion | 1 | -2/+2 |
2021-05-26 | tests: move vapi C/C++ test files into src/ |  Damjan Marion | 4 | -0/+1538 |
2021-05-21 | stats: catch stat segment overrun in retry loop |  Ole Troan | 1 | -3/+3 |
2021-05-13 | tests: move test source to vpp/test |  Dave Wallace | 3 | -173/+0 |
2021-05-04 | stats: adding symlinks for nodes and interfaces in the stat segment |  Arthur de Kerhor | 2 | -47/+136 |
2021-04-28 | papi: change default to use socket transport instead of shared memory transport |  Ole Troan | 1 | -2/+2 |
2021-04-15 | papi: fix ubuntu 1804 make test socket.close error |  Tianyu Li | 1 | -1/+1 |
2021-04-12 | tests: support attaching to existing vpp |  Klement Sekera | 1 | -4/+4 |
2021-03-30 | stats: python: handle when pattern is not list in ls |  Ole Troan | 1 | -0/+9 |
2021-03-26 | vlib: split vlib_main_t into global and per-thread |  Damjan Marion | 2 | -7/+0 |
2021-03-25 | stats: python vpp_stats rewrite to access stat segment directly |  Ole Troan | 1 | -296/+482 |
2021-03-16 | api: allow specifying no timeout |  Klement Sekera | 1 | -1/+1 |