aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-api/java/jvpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-15Fix NPE in JNI while handling int arrays, VPP-559Marek Gradzki1-6/+6
2016-11-30VPP-530: adapt jvpp generation for VPP API splittingMarek Gradzki1-25/+46
2016-11-17VPP-534 Remove references to DTOs created in JVppMaros Marsalek2-0/+6
2016-11-07Fix longArray type in JVPP generatorMaros Marsalek1-2/+2
2016-11-03Remove unused jvpp dependency on plugins' control_pingMarek Gradzki2-8/+3
2016-10-31VPP-120: add custom types support to jvppMarek Gradzki6-337/+647
2016-10-25Improve equals generation for jvpp DTOsMarek Gradzki1-6/+7
2016-10-25Improve JNI code generation (array truncation)Marek Gradzki1-9/+14
2016-10-12VPP-362 Implement dumping of LISP adjacenciesFilip Tehlar1-1/+2
2016-09-30VPP-120: include custom types to Python representation of vpe.apiMarek Gradzki1-1/+1
2016-09-29VPP-378: rename jvpp package to the same as groupId of deployed jarsMarek Gradzki4-21/+21
2016-09-20VPP-348 Return empty DumpReply instead of nullMaros Marsalek1-14/+16
2016-09-20VPP-413 DTOs generated by JVpp improvements:Maros Marsalek2-31/+162
2016-08-16VPP-205: jvpp plugin support.Marek Gradzki40-2707/+468
2016-08-16Create python package for jvpp generation.Ed Warnicke10-36/+44
2016-08-03VPP-233: disallow array[0] in reply messagesMarek Gradzki1-0/+5
2016-08-02VPP-229: fix NPE in JNI array handlingMarek Gradzki1-4/+4
2016-08-01Jvpp: add handling for mising unsigned array typesMarek Gradzki1-4/+34
2016-07-30Addition of u16[] to JVPP generatorKeith Burns (alagalah)1-0/+15
2016-07-11VPP-190: support variable length array syntax in request messagesMarek Gradzki1-2/+4
2016-07-06VPP-184 - Bad type translation in jvppJan Srnicek1-2/+2
2016-06-27Add support for classify table/session read to jvpp:Marek Gradzki1-23/+107
2016-06-27More janitorial workDave Barach1-5/+5
2016-06-24VPP-118: add support for variable length arrays to jvppMarek Gradzki2-4/+27
2016-06-09VPP-119: JVpp notificationsMaros Marsalek20-138/+757
2016-06-09HONEYCOMB-67 Introduce exception handling into JVPPTibor Sirovatka22-127/+525
2016-06-08Increase jvpp connection timeoutMaros Marsalek1-2/+2
2016-06-07Add u32[] type handling in reply messages to jvppMarek Gradzki1-3/+16
2016-05-31Fix u16 type handling in jvppMarek Gradzki3-4/+133
2016-05-24VPP-86: fix array copy in generated JNI codeMarek Gradzki4-22/+169
2016-05-23Changed JVPP interface for construction and connectivityTibor Sirovatka10-36/+77
2016-05-12JVPP - null checks changed to Objects.requireNonNull usageTibor Sirovatka5-35/+20
2016-05-04HONEYCOMB-10: fix issues with FindClass in multithreaded environmentsMarek Gradzki2-25/+70
2016-05-02HONEYCOMB-10: JVpp documentationMaros Marsalek2-0/+214
2016-05-02HONEYCOMB-10: Add specific methods for each request to Future facadeMaros Marsalek4-21/+116
2016-05-02HONEYCOMB-10: jVpp - the new java API. C code and jar file generationMarek Gradzki10-30/+929
2016-05-02HONEYCOMB-10: jVpp - the new java API. Java code generationMaros Marsalek19-0/+1752