Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-12-02 | papi: improve unit testability | Paul Vinciguerra | 3 | -23/+133 |
2020-12-02 | stats: void-pointer arithmetic fix | Elias Rudberg | 1 | -2/+3 |
2020-12-02 | papi: fix copy/paste error | Paul Vinciguerra | 1 | -2/+2 |
2020-11-25 | api: vat2 and json autogeneration for api messages | Ole Troan | 2 | -4/+4 |
2020-11-17 | papi: remove dependency on aenum | Paul Vinciguerra | 2 | -18/+2 |
2020-11-17 | tests: move vpp-api tests to src/vpe-api/test | Dave Wallace | 3 | -0/+174 |
2020-10-21 | stats: missing dimension in stat_set_simple_counter | Ole Troan | 2 | -8/+24 |
2020-10-07 | api: add heap alloc to vpp stats | Ole Troan | 3 | -1/+9 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code | Damjan Marion | 1 | -1/+1 |
2020-09-28 | api: remove clib_mem_init from vppapiclient contructor | Ole Troan | 3 | -25/+23 |
2020-09-09 | stats: Fix stat_segment to set timeout directly | Rajesh Goel | 1 | -0/+13 |
2020-08-17 | stats: Move misplaced comment block | Vratko Polak | 1 | -3/+3 |
2020-08-13 | stats: remove offsets on vpp side | Ole Troan | 3 | -51/+37 |
2020-08-11 | papi: allow unknown address family | Ole Troan | 2 | -10/+71 |
2020-08-11 | stats: add timeout for in_progress access to stat segment | Ole Troan | 2 | -8/+50 |