Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-08-09 | PAPI: Python 3.7 uses async keyword. |  Ole Troan | 1 | -11/+11 |
2018-08-09 | Fix "Old Style VLA" build warnings |  Juraj Sloboda | 1 | -0/+1 |
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-08-01 | Move java api to extras/ |  Damjan Marion | 111 | -10104/+0 |
2018-08-01 | Store USE_DLMALLOC in vppinfra/config.h |  Damjan Marion | 2 | -2/+2 |
2018-07-26 | VPP-API client: timeout thread loop variable |  Neale Ranns | 1 | -2/+5 |
2018-07-19 | PAPI: Remove logging calls from pack/unpack |  Ole Troan | 1 | -18/+0 |
2018-07-18 | Add config option to use dlmalloc instead of mheap |  Dave Barach | 4 | -8/+21 |
2018-07-18 | vpp-api: improve naming for easier debugging |  Klement Sekera | 1 | -2/+2 |
2018-07-05 | VPP-1335 vapi crash when memclnt_keepalive received |  Klement Sekera | 5 | -14/+58 |
2018-06-28 | jvpp: pass tuple of classes to isinstance() |  Marek Gradzki | 1 | -3/+3 |
2018-06-27 | jvpp: cleanup generation of swap functions for custom types |  Marek Gradzki | 1 | -8/+5 |
2018-06-27 | jvpp: add support for unions (VPP-1322) |  Marek Gradzki | 6 | -50/+277 |
2018-06-22 | jvpp: add support for enums (VPP-1153) |  Marek Gradzki | 5 | -4/+244 |
2018-06-22 | jvpp: cleanup JNI generation code (VPP-1153) |  Marek Gradzki | 3 | -168/+286 |
2018-06-22 | Python API: Add enum and union support. |  Ole Troan | 10 | -1030/+677 |
2018-06-21 | jvpp: do not fail on type parsing error |  Marek Gradzki | 1 | -5/+8 |
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-06-05 | VPP API: Memory trace |  Ole Troan | 2 | -7/+61 |
2018-06-04 | Join the VAC read timeout thread |  Neale Ranns | 1 | -21/+25 |
2018-05-07 | fix: AttributeError: module 'os' has no attribute 'cwd' |  Andrey "Zed" Zaikin | 1 | -1/+1 |
2018-05-04 | Address compilation issues with Java > 1.8 |  Marco Varlese | 1 | -8/+3 |
2018-05-04 | VAPI: support VLAs in type definitions |  Klement Sekera | 3 | -59/+57 |
2018-04-27 | Move VOM to extras/vom |  Damjan Marion | 175 | -32365/+0 |
2018-04-25 | GBPv6: NAT66 actions for GBP |  Neale Ranns | 3 | -132/+172 |
2018-04-18 | typo fix: UNKOWN -> UNKNOWN |  Andrey "Zed" Zaikin | 1 | -1/+1 |
2018-04-13 | Revert "MTU: Setting of MTU on software interface (instead of hardware interf... |  Damjan Marion | 2 | -3/+3 |
2018-04-13 | VOM: GBP: update subnet is type changes |  Neale Ranns | 2 | -5/+16 |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) |  Ole Troan | 2 | -3/+3 |
2018-04-13 | GBP V2 |  Neale Ranns | 36 | -90/+2843 |