Age | Commit message (Expand) | Author | Files | Lines |
2018-10-02 | PAPI: Use UNIX domain sockets instead of shared memory |  Ole Troan | 4 | -110/+331 |
2018-09-27 | IPIP and IPv6 fragmentation |  Ole Troan | 1 | -1/+2 |
2018-09-18 | STATS: Optimistic concurrency handling in Python library. |  Ole Troan | 1 | -4/+24 |
2018-09-18 | STATS: Add Python 3 support to vpp_stats.py. |  Ole Troan | 2 | -4/+4 |
2018-09-17 | STATS: Dynamically mapped shared memory segment |  Ole Troan | 1 | -31/+27 |
2018-09-07 | PAPI: Unpack embedded types with variable length arrays. |  Ole Troan | 3 | -36/+97 |
2018-09-02 | STATS: Python binding to access VPP statistics and counters. |  Ole Troan | 1 | -0/+161 |
2018-09-02 | Switch to cmake |  Damjan Marion | 1 | -23/+0 |
2018-08-30 | cmake: a bit of packaging work |  Damjan Marion | 1 | -0/+1 |
2018-08-28 | cmake: add python api |  Damjan Marion | 1 | -0/+32 |
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-08-07 | PAPI: Move unit tests to fix packaging issues. |  Ole Troan | 3 | -2/+2 |
2018-08-03 | PAPI: Union pad at the end of short fields instead of at head. |  Ole Troan | 4 | -9/+7 |
2018-07-19 | PAPI: Remove logging calls from pack/unpack |  Ole Troan | 1 | -18/+0 |
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 | 10 | -1030/+677 |
2018-06-18 | Revert "Python API: Add enum and union support." |  Ole Trøan | 5 | -542/+309 |
2018-06-17 | Python API: Add enum and union support. |  Ole Troan | 5 | -309/+542 |
2018-06-06 | Alter logging semantics for VPP PAPI object |  Ian Wells | 1 | -2/+11 |
2018-05-07 | fix: AttributeError: module 'os' has no attribute 'cwd' |  Andrey "Zed" Zaikin | 1 | -1/+1 |
2018-04-12 | fixes python3 TypeError; python2 intact |  Andrey "Zed" Zaikin | 1 | -1/+1 |
2018-03-01 | PAPI: pycodestyle on vpp_papi.py |  Ole Troan | 1 | -22/+36 |
2018-02-17 | vpp_papi: remove legacy way of calling VPP APIs |  Klement Sekera | 1 | -7/+0 |
2018-02-17 | vpp_papi: reduce memory leaks |  Klement Sekera | 1 | -12/+16 |
2018-01-25 | VPP-1144: PAPI Import leads to duplicate type definition. |  Ole Troan | 1 | -0/+15 |
2017-11-20 | Have PAPI find its API definition files |  Chris Luke | 1 | -5/+140 |
2017-11-20 | nowhere to set read_timeout |  dongjuan | 1 | -2/+2 |
2017-11-01 | VPP-959: Support old version of CFFI |  Ole Troan | 2 | -3/+17 |
2017-10-31 | VPP PAPI: Error in unserializer for non-array compound types. |  Ole Troan | 1 | -0/+1 |
2017-10-25 | VPP-1033: Python API support arbitrary sized input parameters. |  Ole Troan | 1 | -13/+49 |
2017-09-13 | VPP-960: Python API add more information in exception for invalid arguments t... |  Ole Troan | 1 | -1/+4 |
2017-08-31 | VPP-959: Python API require minimum CFFI version. |  Ole Troan | 1 | -1/+1 |
2017-08-18 | Python API: Fix error message typo. |  Ole Troan | 1 | -1/+1 |
2017-08-17 | Python API: VPP-947 Empty chroot_prefix fails on encode() |  Ole Troan | 3 | -4/+209 |
2017-07-08 | API: Add Python3 support to vpp_papi.py |  Ole Troan | 1 | -65/+97 |
2017-05-16 | Place the vpp_papi*.egg file together with other build products. |  Igor Mikhailov (imichail) | 1 | -1/+2 |
2017-05-10 | Produce vpp_papi*.egg for virtual environments |  Igor Mikhailov (imichail) | 1 | -1/+2 |
2017-04-20 | vpp-api: rename libpneum to libvppapiclient |  Damjan Marion | 1 | -33/+33 |
2017-03-15 | Python API: Change from cPython to CFFI. |  Ole Troan | 9 | -977/+94 |
2017-03-07 | Python API: Synchronous mode. |  Ole Troan | 5 | -147/+365 |
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-26 | Change automake python macro to get python path |  Tomofumi Hayashi | 1 | -1/+2 |
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-11 | Makefile.am cleanup |  Damjan Marion | 1 | -2/+3 |
2017-01-09 | papi: fix building on aarch64 |  Damjan Marion | 1 | -1/+1 |
2017-01-06 | python clients can set the API rx message queue length |  Dave Barach | 5 | -10/+13 |
2017-01-03 | vpp-python-api deb packaging - use easy_install to install the python api |  root | 1 | -0/+1 |