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 | 12 | -1003/+1100 |
2022-03-31 | stats: convert error counters to normal counters | Damjan Marion | 1 | -61/+15 |
2021-10-13 | docs: convert vpp doc md->rst | Nathan Skrzypczak | 1 | -0/+0 |
2021-09-28 | build: complete python3 support, no hardcode path | Nick Brown | 1 | -2/+3 |
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-21 | stats: catch stat segment overrun in retry loop | Ole Troan | 1 | -3/+3 |
2021-05-04 | stats: adding symlinks for nodes and interfaces in the stat segment | Arthur de Kerhor | 1 | -40/+88 |
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-03-30 | stats: python: handle when pattern is not list in ls | Ole Troan | 1 | -0/+9 |
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-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 | 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-02 | papi: improve unit testability | Paul Vinciguerra | 3 | -23/+133 |
2020-12-02 | papi: fix copy/paste error | Paul Vinciguerra | 1 | -2/+2 |
2020-11-17 | papi: remove dependency on aenum | Paul Vinciguerra | 2 | -18/+2 |
2020-10-07 | api: add heap alloc to vpp stats | Ole Troan | 2 | -1/+3 |
2020-09-28 | api: remove clib_mem_init from vppapiclient contructor | Ole Troan | 1 | -1/+4 |
2020-08-13 | stats: remove offsets on vpp side | Ole Troan | 1 | -5/+4 |
2020-08-11 | papi: allow unknown address family | Ole Troan | 2 | -10/+71 |
2020-05-25 | api: add new stream message convention | Ole Troan | 1 | -14/+36 |
2020-05-15 | misc: fix ubuntu 20.04 python deps | Damjan Marion | 1 | -1/+5 |
2020-05-08 | papi: use python3 for papi install | Ole Troan | 1 | -1/+1 |
2020-04-28 | tests: implement ipaddress convenience methods | Paul Vinciguerra | 2 | -1/+34 |
2019-12-19 | papi: lazily initialize stats client | Paul Vinciguerra | 1 | -5/+25 |
2019-12-05 | papi: add call stats | Ole Troan | 1 | -1/+23 |
2019-12-03 | papi: add a per-call _timeout option | Paul Vinciguerra | 3 | -8/+14 |
2019-11-27 | papi: fix typo in repr | Paul Vinciguerra | 1 | -1/+1 |
2019-11-24 | papi: fix papi default handling | Ole Troan | 1 | -17/+18 |
2019-11-24 | papi: add missing base types to serializer | Paul Vinciguerra | 1 | -2/+4 |
2019-11-23 | papi: add repr to packer types for troubleshooting | Paul Vinciguerra | 1 | -0/+47 |
2019-11-22 | papi: support default for type alias decaying to basetype | Ole Troan | 1 | -18/+63 |
2019-11-13 | papi: enhance MACAddress() equality | Paul Vinciguerra | 1 | -1/+7 |
2019-11-12 | papi: add wrapper to validate crc manifest | Ole Troan | 1 | -0/+28 |
2019-11-05 | misc: Fix python scripts shebang line | Renato Botelho do Couto | 4 | -4/+4 |
2019-10-23 | papi: fix default handling | Ole Troan | 2 | -40/+51 |
2019-10-21 | bier: tests support python3 | Ole Troan | 1 | -8/+9 |
2019-10-18 | ipsec: make tests support python3 | Ole Troan | 1 | -2/+6 |