Age | Commit message (Expand) | Author | Files | Lines |
2016-09-02 | Add in-message cli_request/cli_reply API | Ole Troan | 2 | -0/+58 |
2016-08-25 | VPP Python language binding - plugin support | Ole Troan | 12 | -136/+427 |
2016-08-17 | Bump of JVPP version for new MASTER. | Keith Burns (alagalah) | 1 | -1/+1 |
2016-08-17 | VPP-336: Fix build order for jvpp_{core,registry}.la dependency on jvpp_commo... | Ed Warnicke | 1 | -0/+2 |
2016-08-17 | VPP-205: documentation update | Marek Gradzki | 2 | -76/+113 |
2016-08-16 | VPP-205: jvpp plugin support. | Marek Gradzki | 57 | -1313/+2153 |
2016-08-16 | Create python package for jvpp generation. | Ed Warnicke | 10 | -36/+44 |
2016-08-03 | VPP-233: disallow array[0] in reply messages | Marek Gradzki | 1 | -0/+5 |
2016-08-02 | VPP-229: fix NPE in JNI array handling | Marek Gradzki | 1 | -4/+4 |
2016-08-01 | Jvpp: add handling for mising unsigned array types | Marek Gradzki | 1 | -4/+34 |
2016-07-30 | Addition of u16[] to JVPP generator | Keith Burns (alagalah) | 1 | -0/+15 |
2016-07-21 | VPP-123: remove japi (the old Java API) | Marek Gradzki | 20 | -3921/+3 |
2016-07-11 | VPP-190: support variable length array syntax in request messages | Marek Gradzki | 1 | -2/+4 |
2016-07-08 | Remove unnecessary and obsolete configure.ac directives | Damjan Marion | 2 | -4/+0 |
2016-07-06 | VPP-184 - Bad type translation in jvpp | Jan Srnicek | 1 | -2/+2 |
2016-06-27 | Add support for classify table/session read to jvpp: | Marek Gradzki | 1 | -23/+107 |
2016-06-27 | More janitorial work | Dave Barach | 6 | -22/+22 |
2016-06-24 | VPP-118: add support for variable length arrays to jvpp | Marek Gradzki | 3 | -5/+28 |
2016-06-09 | VPP-119: JVpp notifications | Maros Marsalek | 21 | -141/+761 |
2016-06-09 | HONEYCOMB-67 Introduce exception handling into JVPP | Tibor Sirovatka | 23 | -127/+529 |
2016-06-08 | Increase jvpp connection timeout | Maros Marsalek | 1 | -2/+2 |
2016-06-07 | Add u32[] type handling in reply messages to jvpp | Marek Gradzki | 1 | -3/+16 |
2016-05-31 | Fix u16 type handling in jvpp | Marek Gradzki | 3 | -4/+133 |
2016-05-24 | VPP-86: fix array copy in generated JNI code | Marek Gradzki | 4 | -22/+169 |
2016-05-23 | Changed JVPP interface for construction and connectivity | Tibor Sirovatka | 10 | -36/+77 |
2016-05-17 | Set java artifact versions to 16.09 for master | Ed Warnicke | 1 | -1/+1 |
2016-05-12 | Generate jvpp sources in build-root | Maros Marsalek | 1 | -17/+17 |
2016-05-12 | JVPP - null checks changed to Objects.requireNonNull usage | Tibor Sirovatka | 5 | -35/+20 |
2016-05-04 | HONEYCOMB-10: fix issues with FindClass in multithreaded environments | Marek Gradzki | 2 | -25/+70 |
2016-05-02 | HONEYCOMB-10: JVpp documentation | Maros Marsalek | 2 | -0/+214 |
2016-05-02 | HONEYCOMB-10: Add specific methods for each request to Future facade | Maros Marsalek | 4 | -21/+116 |
2016-05-02 | HONEYCOMB-10: jVpp - the new java API. C code and jar file generation | Marek Gradzki | 13 | -33/+986 |
2016-05-02 | HONEYCOMB-10: jVpp - the new java API. Java code generation | Maros Marsalek | 19 | -0/+1752 |
2016-04-28 | VXLAN over IPv6. | Chris Luke | 3 | -11/+64 |
2016-04-28 | Python API: Fix mistaken removal of '_' in field names. | Ole Troan | 2 | -8/+23 |
2016-04-26 | Make automake silent rules default | Damjan Marion | 2 | -2/+2 |
2016-04-26 | Fix clang warnings in api code | Damjan Marion | 1 | -6/+6 |
2016-04-25 | Python-API: Python 2 support. | Ole Troan | 2 | -11/+43 |
2016-04-25 | Python-API: Support for zero-length arrays from caller to VPP. (Previously on... | Ole Troan | 1 | -20/+26 |
2016-04-22 | Add clib_memcpy macro based on DPDK rte_memcpy implementation | Damjan Marion | 1 | -5/+5 |
2016-04-20 | Python-API: Inital commit of Python bindings for the VPP API. | Ole Troan | 47 | -0/+6149 |