Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-03-15 | tests: use socket transport instead of shared memory | Ole Troan | 2 | -7/+2 |
2021-03-05 | vppapigen: expose the values of per-message "options" in the api.json files | Andrew Yourtchenko | 1 | -1/+1 |
2021-02-16 | vapi: add dedicated return code for client timeout | Paul Vinciguerra | 2 | -4/+16 |
2021-02-15 | papi: add method to retrieve field options | Paul Vinciguerra | 1 | -0/+9 |
2021-02-09 | papi: expose vpp_papi version to client | Paul Vinciguerra | 1 | -0/+6 |
2021-02-05 | papi: remove unused name from __all__ | Paul Vinciguerra | 1 | -1/+1 |
2020-12-18 | papi: remove import vpp_transport_socket | Paul Vinciguerra | 1 | -2/+2 |
2020-12-08 | tests: restore vapi C++ test under Centos-8 | Paul Vinciguerra | 1 | -2/+1 |
2020-12-08 | papi: remove old client reference | Paul Vinciguerra | 2 | -4/+1 |
2020-12-04 | papi: add support for enumflag part 1 of 2 | Paul Vinciguerra | 5 | -19/+160 |
2020-12-03 | papi: remove python2 patterns | Paul Vinciguerra | 6 | -40/+18 |
2020-12-03 | papi: allow client control over loggers | Paul Vinciguerra | 6 | -8/+56 |
2020-12-03 | stats: char-pointer arithmetic style-up | Vratko Polak | 1 | -6/+4 |