Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-10-28 | vapi: switch to python3 |  Ole Troan | 3 | -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 | 5 | -19/+201 |
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 | 4 | -20/+83 |
2019-08-27 | api: revert use string type for strings in memclnt.api |  Ole Troan | 2 | -51/+73 |
2019-08-27 | api: use string type for strings in memclnt.api |  Ole Troan | 2 | -73/+51 |
2019-08-15 | stats: refactor header files |  Dave Barach | 2 | -49/+42 |
2019-08-09 | stats: create /run/vpp before stat socket bind() |  YohanPipereau | 2 | -1/+3 |
2019-08-08 | api: vppapitrace JSON/API trace converter |  Ole Troan | 2 | -141/+153 |
2019-08-08 | api: api socket respect unix runtime directory |  Ole Troan | 1 | -1/+1 |
2019-07-31 | api papi: add alias for timestamp(datetime)/timedelta |  Paul Vinciguerra | 1 | -1/+8 |
2019-07-24 | vapi: add python scripts to vpp-dev package |  Vratko Polak | 1 | -7/+19 |
2019-07-24 | papi: add additional types to vpp_serializer |  Paul Vinciguerra | 1 | -0/+3 |
2019-07-16 | papi: use the injected logger wherever possible |  Vratko Polak | 1 | -18/+6 |
2019-07-12 | papi: fix vpp_format from change in vl_api_prefix_t |  Paul Vinciguerra | 2 | -12/+10 |
2019-07-09 | papi: update VPPEnumType for python3 |  Paul Vinciguerra | 1 | -1/+4 |
2019-07-08 | map gbp papi: match endianess of f64 |  Paul Vinciguerra | 1 | -1/+1 |
2019-07-05 | sctp: move to plugins, disabled by default |  Florin Coras | 1 | -0/+3 |
2019-07-01 | papi: refactor set_errors_str |  Paul Vinciguerra | 1 | -3/+3 |
2019-06-26 | papi: prevent message_table inconsistencies |  Vratko Polak | 1 | -0/+2 |
2019-06-26 | api: refactor format_vl_api_prefix_t return keys |  Paul Vinciguerra | 2 | -13/+13 |
2019-06-25 | api: fix vac_read return codes |  Paul Vinciguerra | 2 | -4/+13 |
2019-06-20 | misc: papi - add __repr__ to FuncWrapper |  Paul Vinciguerra | 1 | -0/+3 |
2019-06-18 | misc: vpp_papi- add tests, clean up pep8 |  Paul Vinciguerra | 7 | -18/+202 |
2019-06-17 | misc: vpp-api - add __repr__ to VPPApiClient. |  Paul Vinciguerra | 1 | -0/+13 |
2019-06-14 | stats: add version field to stat segment base header |  Ole Troan | 3 | -0/+19 |
2019-06-12 | papi: make socket disconnect more robust |  Vratko Polak | 1 | -1/+1 |
2019-06-07 | API: Add support for "defaults" |  Ole Troan | 4 | -28/+82 |
2019-06-07 | vppapigen: Fold up CRC from dependent types. |  Ole Troan | 1 | -3/+2 |