Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -11/+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-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 |
2019-10-14 | papi: fix socket sendall calls | Vratko Polak | 1 | -4/+6 |
2019-10-11 | papi: harden socket handling | Vratko Polak | 1 | -18/+24 |
2019-10-09 | papi: introduce read_blocking | Vratko Polak | 1 | -3/+29 |
2019-09-25 | papi: truncate long logger messages | Klement Sekera | 1 | -1/+4 |
2019-09-19 | api: split vl_api_prefix into two | Ole Troan | 3 | -4/+182 |
2019-09-16 | api: autogenerate api trace print/endian | Ole Troan | 1 | -2/+2 |
2019-09-10 | papi: let async calls return context | Vratko Polak | 1 | -1/+6 |
2019-09-04 | api: memclnt api use string type. | Ole Troan | 3 | -6/+6 |
2019-09-03 | api: enforce vla is last and fixed string type | Ole Troan | 2 | -16/+70 |
2019-08-09 | stats: create /run/vpp before stat socket bind() | YohanPipereau | 1 | -1/+1 |
2019-08-08 | api: vppapitrace JSON/API trace converter | Ole Troan | 2 | -141/+153 |