Age | Commit message (Expand) | Author | Files | Lines |
2020-05-25 | api: add new stream message convention |  Ole Troan | 1 | -14/+36 |
2020-04-28 | tests: implement ipaddress convenience methods |  Paul Vinciguerra | 1 | -1/+29 |
2019-12-05 | papi: add call stats |  Ole Troan | 1 | -1/+23 |
2019-12-03 | papi: add a per-call _timeout option |  Paul Vinciguerra | 1 | -4/+6 |
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 | 1 | -1/+1 |
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-10 | papi: let async calls return context |  Vratko Polak | 1 | -1/+6 |
2019-09-04 | api: memclnt api use string type. |  Ole Troan | 1 | -3/+3 |
2019-08-08 | api: vppapitrace JSON/API trace converter |  Ole Troan | 1 | -141/+152 |
2019-08-08 | api: api socket respect unix runtime directory |  Ole Troan | 1 | -1/+1 |
2019-07-16 | papi: use the injected logger wherever possible |  Vratko Polak | 1 | -18/+6 |
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 | 1 | -4/+6 |
2019-06-17 | misc: vpp-api - add __repr__ to VPPApiClient. |  Paul Vinciguerra | 1 | -0/+13 |
2019-06-07 | vpp_papi: Context_id allocator for running forked. |  Paul Vinciguerra | 1 | -5/+7 |
2019-06-07 | vpp_papi: Fix vapi.disconnect exception. |  Paul Vinciguerra | 1 | -0/+1 |
2019-05-28 | papi: avoid IOError on disconnect |  Vratko Polak | 1 | -1/+4 |
2019-05-23 | vpp_papi: Do not raise before find_api_dir() |  Vratko Polak | 1 | -4/+1 |
2019-05-15 | vpp_papi: remove dependency on environment var. VPP_API_DIR. |  Paul Vinciguerra | 1 | -6/+9 |
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 | 1 | -4/+5 |
2019-03-04 | test framework: add factory function and default parameters |  Ole Troan | 1 | -0/+2 |
2019-02-28 | vpp_papi.py: Change VppEnum from explicit metaclass to metaclass wrapper/deco... |  Paul Vinciguerra | 1 | -4/+11 |
2018-12-18 | PAPI: Add MACAddress object wrapper for vl_api_mac_address_t |  Ole Troan | 1 | -0/+2 |
2018-12-13 | API: Use string type instead of u8. |  Ole Troan | 1 | -3/+43 |
2018-12-12 | PAPI: Allow ipaddress object as argument and return values from API calls |  Ole Troan | 1 | -10/+12 |
2018-12-10 | Python API: Use services to determine stream RPC |  Ole Troan | 1 | -4/+11 |
2018-11-29 | vpp_papi: Add custom exceptions. |  Paul Vinciguerra | 1 | -12/+37 |
2018-11-29 | API: Add support for type aliases |  Ole Troan | 1 | -2/+9 |
2018-11-28 | vpp_papi: Use new style classes. |  Paul Vinciguerra | 1 | -2/+2 |
2018-11-05 | Alter logging semantics for VPP PAPI object |  Igor Mikhailov (imichail) | 1 | -1/+1 |
2018-10-22 | PAPI: Add support for format/unformat functions. |  Ole Troan | 1 | -0/+1 |
2018-10-18 | PAPI: Expose API enums to tests / applications |  Ole Troan | 1 | -16/+33 |
2018-10-02 | PAPI: Use UNIX domain sockets instead of shared memory |  Ole Troan | 1 | -109/+37 |
2018-09-07 | PAPI: Unpack embedded types with variable length arrays. |  Ole Troan | 1 | -4/+2 |
2018-08-23 | CSIT-1139: Implement parallel test execution |  juraj.linkes | 1 | -1/+1 |
2018-08-09 | PAPI: Python 3.7 uses async keyword. |  Ole Troan | 1 | -11/+11 |
2018-07-18 | vpp-api: improve naming for easier debugging |  Klement Sekera | 1 | -2/+2 |
2018-06-22 | Python API: Add enum and union support. |  Ole Troan | 1 | -0/+679 |
2018-06-18 | Revert "Python API: Add enum and union support." |  Ole Trøan | 1 | -678/+0 |
2018-06-17 | Python API: Add enum and union support. |  Ole Troan | 1 | -0/+678 |
2017-03-15 | Python API: Change from cPython to CFFI. |  Ole Troan | 1 | -599/+0 |
2017-03-07 | Python API: Synchronous mode. |  Ole Troan | 1 | -105/+89 |
2017-03-03 | python API: work towards python/vpp api separation |  Klement Sekera | 1 | -1/+30 |
2017-01-27 | Python API: event_callback not initialised. |  Ole Troan | 1 | -0/+1 |
2017-01-24 | Fix PAPI async response |  Wojciech Dec | 1 | -1/+1 |
2017-01-20 | Python API: Missing locking of results data structure. |  Ole Troan | 1 | -84/+219 |
2017-01-06 | python clients can set the API rx message queue length |  Dave Barach | 1 | -3/+3 |