Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 | 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-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 | 1 | -2/+9 |
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 | 1 | -0/+3 |
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 | vpp_papi: Context_id allocator for running forked. | Paul Vinciguerra | 2 | -5/+60 |
2019-06-07 | vpp_papi: Fix missing dependency. | Paul Vinciguerra | 1 | -2/+8 |
2019-06-07 | vpp_papi: Fix format_vl_api_address_t under python3. | Paul Vinciguerra | 1 | -1/+3 |
2019-06-07 | vpp_papi: Accept ipaddress.Network objects on prefix_t methods. | Paul Vinciguerra | 1 | -1/+16 |
2019-06-07 | vpp_papi: Fix vapi.disconnect exception. | Paul Vinciguerra | 1 | -0/+1 |
2019-06-04 | stats: removing empty object in stats vector | Ole Troan | 1 | -1/+3 |
2019-05-28 | papi: avoid IOError on disconnect | Vratko Polak | 2 | -6/+18 |
2019-05-23 | vpp_papi: Do not raise before find_api_dir() | Vratko Polak | 1 | -4/+1 |
2019-05-22 | stats: support multiple works for error counters | Ole Troan | 1 | -4/+15 |
2019-05-15 | vpp_papi: remove dependency on environment var. VPP_API_DIR. | Paul Vinciguerra | 1 | -6/+9 |
2019-05-10 | vpp_transport_socket: make connect more resilient | Vratko Polak | 1 | -11/+32 |
2019-05-09 | Improve exceptions in vpp_transport_socket.py | Vratko Polak | 1 | -2/+4 |
2019-05-09 | Fix copypaste in vpp_papi/vpp_transport_socket.py | Vratko Polak | 1 | -3/+2 |
2019-05-08 | Fix Exception typo in vpp_papi/vpp_transport_socket.py. | Paul Vinciguerra | 1 | -1/+1 |
2019-05-07 | Allow repeated connects on PAPI socket transport | Vratko Polak | 1 | -1/+10 |
2019-04-29 | API: Add support for limits to language. | Ole Troan | 2 | -7/+40 |
2019-04-23 | API: Python and Unix domain socket improvement | Ole Troan | 1 | -27/+19 |
2019-04-16 | stats: Add name vectors to Python client | Ole Troan | 1 | -3/+21 |
2019-03-22 | vppapigen: allow for enum size other than u32 | Andrew Yourtchenko | 1 | -3/+5 |
2019-03-20 | vpp_papi: Expose the list of field attributes to the client. | Paul Vinciguerra | 1 | -0/+1 |
2019-03-19 | vpp_papi: specify encoding for .encode()/.decode() | Paul Vinciguerra | 3 | -9/+10 |
2019-03-07 | vpp_papi: Adjust aenum import for python3. | Paul Vinciguerra | 2 | -4/+11 |