Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-08-10 | stats: name and error index client memory leak | Ole Troan | 3 | -27/+77 |
2020-06-10 | vapi: memset allocated messages to zero | Klement Sekera | 1 | -0/+4 |
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 | build: various improvements | Damjan Marion | 1 | -1/+1 |
2020-05-08 | papi: use python3 for papi install | Ole Troan | 1 | -1/+1 |
2020-05-04 | vapi: add support for defaults in typedefs | Paul Vinciguerra | 2 | -3/+7 |
2020-05-01 | api: fix include_guard when path contains a plus | Ruslan Babayev | 1 | -1/+1 |
2020-04-28 | tests: implement ipaddress convenience methods | Paul Vinciguerra | 2 | -1/+34 |
2020-04-24 | vapi: packed enum type generation | Neale Ranns | 1 | -1/+14 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator | Dave Barach | 1 | -11/+0 |
2020-02-05 | stats: fix state counter removal | Vladimir Isaev | 1 | -0/+3 |
2019-12-19 | papi: lazily initialize stats client | Paul Vinciguerra | 1 | -5/+25 |
2019-12-17 | build: export vapi generation in vpp-dev | Oliver Giles | 1 | -48/+11 |
2019-12-10 | api: multiple connections per process | Dave Barach | 3 | -15/+15 |
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 | misc: add address sanitizer heap instrumentation | Benoît Ganne | 2 | -0/+7 |
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 |