Age | Commit message (Expand) | Author | Files | Lines |
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 | 5 | -23/+87 |
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-26 | stats: Remove unneeded dependencies in stat_client |  Ole Troan | 2 | -7/+21 |
2018-11-26 | vapi: break if parsing progress cannot be made |  Klement Sekera | 1 | -0/+1 |
2018-11-22 | stat_client issues while running parallel tests. |  Paul Vinciguerra | 4 | -52/+162 |
2018-11-07 | Unresolved symbols in libvapiclient |  Neale Ranns | 1 | -0/+1 |
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-23 | c11 safe string handling support |  Dave Barach | 4 | -13/+14 |
2018-10-22 | PAPI: Add support for format/unformat functions. |  Ole Troan | 5 | -12/+247 |
2018-10-22 | stats: Add wrapper for vec_free |  Ole Troan | 3 | -0/+8 |
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-09 | API: Spurious timeouts from timeout thread. |  Ole Troan | 1 | -13/+27 |
2018-10-03 | stat_client.c coverity error. |  Ole Troan | 1 | -2/+0 |
2018-10-02 | VPP-1440: clean up coverity warnings |  Dave Barach | 1 | -0/+4 |
2018-10-02 | Stats: vpp_prometheus_export fixes. |  Ole Troan | 1 | -0/+4 |
2018-10-02 | PAPI: Use UNIX domain sockets instead of shared memory |  Ole Troan | 5 | -111/+332 |
2018-09-27 | Trivial: Cleanup some typos. |  Paul Vinciguerra | 1 | -1/+1 |
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 | 5 | -264/+270 |
2018-09-11 | vapi: support VLAs in typedefs |  Klement Sekera | 2 | -28/+96 |
2018-09-07 | cmake: set packaging component for different files |  Damjan Marion | 1 | -2/+11 |
2018-09-07 | VPP-API: Cancel timeout thread without sending READ_TIMEOUT message. |  Ole Troan | 1 | -8/+6 |
2018-09-07 | PAPI: Unpack embedded types with variable length arrays. |  Ole Troan | 3 | -36/+97 |
2018-09-03 | vapi: init clib mem heap on connect if needed |  Klement Sekera | 1 | -0/+4 |
2018-09-02 | STATS: Python binding to access VPP statistics and counters. |  Ole Troan | 4 | -8/+187 |
2018-09-02 | Switch to cmake |  Damjan Marion | 2 | -97/+0 |
2018-08-30 | cmake: missing dependencies |  Damjan Marion | 1 | -2/+2 |
2018-08-30 | cmake: a bit of packaging work |  Damjan Marion | 1 | -0/+1 |
2018-08-29 | STATS: stat_client updates. |  Ole Troan | 4 | -3/+447 |
2018-08-28 | VAPI: bugfixes |  Klement Sekera | 1 | -12/+8 |
2018-08-28 | cmake: add python api |  Damjan Marion | 2 | -0/+33 |
2018-08-27 | VAPI: support enums & unions |  Klement Sekera | 3 | -154/+283 |
2018-08-27 | cmake: Fix VAPI .hpp generation |  Mohsin Kazmi | 2 | -2/+2 |
2018-08-27 | cmake: fix clang build and few minor fixes |  Damjan Marion | 1 | -1/+2 |
2018-08-27 | cmake: add vapi build |  Damjan Marion | 5 | -12/+104 |
2018-08-26 | cmake: add add_vpp_library and add_vpp_executable macros |  Damjan Marion | 1 | -4/+5 |
2018-08-25 | cmake: add more headers to the install list |  Damjan Marion | 1 | -0/+4 |
2018-08-23 | CSIT-1139: Implement parallel test execution |  juraj.linkes | 1 | -1/+1 |
2018-08-20 | CMakeLists file for vpp-api |  Neale Ranns | 1 | -0/+24 |
2018-08-16 | Edit some warning messages in vpp-api client |  Ondrej Fabry | 1 | -2/+2 |
2018-08-10 | Use IP address types on UDP encap API |  Neale Ranns | 1 | -1/+0 |