Age | Commit message (Expand) | Author | Files | Lines |
2019-01-17 | cmake: initial cross-compilation support |  Damjan Marion | 1 | -1/+0 |
2019-01-06 | vpp-api: Add context to VPPStatsIOError. |  Paul Vinciguerra | 1 | -3/+25 |
2018-12-28 | vpp_papi: MACAddress equals fails in unittest. |  Paul Vinciguerra | 2 | -0/+21 |
2018-12-18 | PAPI: Add MACAddress object wrapper for vl_api_mac_address_t |  Ole Troan | 4 | -3/+67 |
2018-12-13 | API: Use string type instead of u8. |  Ole Troan | 3 | -17/+80 |
2018-12-12 | PAPI: Allow ipaddress object as argument and return values from API calls |  Ole Troan | 4 | -220/+266 |
2018-12-10 | Python API: Use services to determine stream RPC |  Ole Troan | 1 | -4/+11 |
2018-12-10 | Test framework: StringIO fixes for Python3 |  Ole Troan | 1 | -2/+7 |
2018-12-06 | API: Change ip4_address and ip6_address to use type alias. |  Ole Troan | 3 | -13/+32 |
2018-11-29 | vpp_papi: Add custom exceptions. |  Paul Vinciguerra | 6 | -54/+121 |
2018-11-29 | vpp_papi: Fix: raise NotImplemented. |  Paul Vinciguerra | 1 | -1/+1 |
2018-11-29 | API: Add support for type aliases |  Ole Troan | 2 | -3/+22 |
2018-11-29 | VPP-1508: vpp_transport_socket.py fix import |  Paul Vinciguerra | 1 | -1/+4 |
2018-11-28 | vpp_papi: Reserved keywords. |  Paul Vinciguerra | 2 | -3/+3 |
2018-11-28 | vpp_papi: Use new style classes. |  Paul Vinciguerra | 6 | -13/+13 |
2018-11-22 | stat_client issues while running parallel tests. |  Paul Vinciguerra | 1 | -9/+48 |
2018-11-05 | Provide return value for PAPI disconnect() |  Igor Mikhailov (imichail) | 2 | -1/+3 |
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 | 5 | -12/+247 |
2018-10-18 | PAPI: Expose API enums to tests / applications |  Ole Troan | 2 | -16/+43 |
2018-10-16 | PAPI: Add bool type support in vppapigen. |  Ole Troan | 1 | -0/+2 |
2018-10-16 | PAPI: Add timeout support for socket transport |  Ole Troan | 1 | -3/+6 |
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 |