Age | Commit message (Expand) | Author | Files | Lines |
2016-11-30 | VPP-530: adapt jvpp generation for VPP API splitting | Marek Gradzki | 3 | -38/+57 |
2016-11-30 | Start spliting vpe.api into logically related pieces | Dave Barach | 1 | -2/+1 |
2016-11-28 | Clean up the Lua API, make it luajit-only, no C | Andrew Yourtchenko | 5 | -240/+28 |
2016-11-23 | Fix coverity warnings, VPP-486 | Dave Barach | 1 | -0/+3 |
2016-11-21 | Add client-side msg_name_and_crc -> msg_index table | Dave Barach | 8 | -394/+114 |
2016-11-18 | Add the Makefile to Lua API which got gitignored and adjust local .gitignore | Andrew Yourtchenko | 2 | -0/+8 |
2016-11-17 | VPP-533 Fix ping race condition in JVpp | Maros Marsalek | 1 | -17/+28 |
2016-11-17 | VPP-534 Remove references to DTOs created in JVpp | Maros Marsalek | 3 | -0/+7 |
2016-11-15 | Dump routes (VPP-500) | Steven | 1 | -0/+2 |
2016-11-11 | Luajit API and some examples | Andrew Yourtchenko | 16 | -0/+4164 |
2016-11-07 | Fix longArray type in JVPP generator | Maros Marsalek | 1 | -2/+2 |
2016-11-03 | Fail to register Java API for plugin that was not loaded (VPP-522) | Marek Gradzki | 1 | -12/+15 |
2016-11-03 | Remove unused jvpp dependency on plugins' control_ping | Marek Gradzki | 2 | -8/+3 |
2016-10-31 | VPP-120: add custom types support to jvpp | Marek Gradzki | 10 | -342/+779 |
2016-10-25 | Improve equals generation for jvpp DTOs | Marek Gradzki | 1 | -6/+7 |
2016-10-25 | Improve JNI code generation (array truncation) | Marek Gradzki | 1 | -9/+14 |
2016-10-24 | Fix jvpp coverity issues #2 | Marek Gradzki | 11 | -263/+237 |
2016-10-21 | Candidate fix for race condition in building jvpp_common and jvpp_registry | Ed Warnicke | 1 | -0/+1 |
2016-10-19 | improve java build process | Klement Sekera | 1 | -34/+24 |
2016-10-19 | Fix coverity issues in jvpp (newlines + CompletableDumpFuture.ctxId) | Marek Gradzki | 10 | -28/+28 |
2016-10-12 | VPP-362 Implement dumping of LISP adjacencies | Filip Tehlar | 2 | -1/+4 |
2016-10-05 | Python API: Add support for shared memory prefix | Ole Troan | 5 | -9/+16 |
2016-09-30 | VPP-120: include custom types to Python representation of vpe.api | Marek Gradzki | 2 | -2/+2 |
2016-09-29 | VPP-378: rename jvpp package to the same as groupId of deployed jars | Marek Gradzki | 44 | -224/+224 |
2016-09-27 | Fix import line for setup.py | Peter Ginchev | 1 | -2/+2 |
2016-09-26 | Fix jvpp-core dependencies | Marek Gradzki | 1 | -2/+2 |
2016-09-23 | Python API: Preparation for RPM/DEB packaging. | Ole Troan | 11 | -65/+106 |
2016-09-20 | VPP-348 Return empty DumpReply instead of null | Maros Marsalek | 5 | -44/+98 |
2016-09-20 | VPP-413 DTOs generated by JVpp improvements: | Maros Marsalek | 12 | -145/+275 |
2016-09-13 | Python API: Re-adding rudimentary variable length array pack support. | Ole Troan | 2 | -17/+21 |
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 |