aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-api
AgeCommit message (Expand)AuthorFilesLines
2016-10-31VPP-120: add custom types support to jvppMarek Gradzki10-342/+779
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-24Fix jvpp coverity issues #2Marek Gradzki11-263/+237
2016-10-21Candidate fix for race condition in building jvpp_common and jvpp_registryEd Warnicke1-0/+1
2016-10-19improve java build processKlement Sekera1-34/+24
2016-10-19Fix coverity issues in jvpp (newlines + CompletableDumpFuture.ctxId)Marek Gradzki10-28/+28
2016-10-12VPP-362 Implement dumping of LISP adjacenciesFilip Tehlar2-1/+4
2016-10-05Python API: Add support for shared memory prefixOle Troan5-9/+16
2016-09-30VPP-120: include custom types to Python representation of vpe.apiMarek Gradzki2-2/+2
2016-09-29VPP-378: rename jvpp package to the same as groupId of deployed jarsMarek Gradzki44-224/+224
2016-09-27Fix import line for setup.pyPeter Ginchev1-2/+2
2016-09-26Fix jvpp-core dependenciesMarek Gradzki1-2/+2
2016-09-23Python API: Preparation for RPM/DEB packaging.Ole Troan11-65/+106
2016-09-20VPP-348 Return empty DumpReply instead of nullMaros Marsalek5-44/+98
2016-09-20VPP-413 DTOs generated by JVpp improvements:Maros Marsalek12-145/+275
2016-09-13Python API: Re-adding rudimentary variable length array pack support.Ole Troan2-17/+21
2016-09-02Add in-message cli_request/cli_reply APIOle Troan2-0/+58
2016-08-25VPP Python language binding - plugin supportOle Troan12-136/+427
2016-08-17Bump of JVPP version for new MASTER.Keith Burns (alagalah)1-1/+1
2016-08-17VPP-336: Fix build order for jvpp_{core,registry}.la dependency on jvpp_commo...Ed Warnicke1-0/+2
2016-08-17VPP-205: documentation updateMarek Gradzki2-76/+113
2016-08-16VPP-205: jvpp plugin support.Marek Gradzki57-1313/+2153
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-21VPP-123: remove japi (the old Java API)Marek Gradzki20-3921/+3
2016-07-11VPP-190: support variable length array syntax in request messagesMarek Gradzki1-2/+4
2016-07-08Remove unnecessary and obsolete configure.ac directivesDamjan Marion2-4/+0
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 Barach6-22/+22
2016-06-24VPP-118: add support for variable length arrays to jvppMarek Gradzki3-5/+28
2016-06-09VPP-119: JVpp notificationsMaros Marsalek21-141/+761
2016-06-09HONEYCOMB-67 Introduce exception handling into JVPPTibor Sirovatka23-127/+529
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-17Set java artifact versions to 16.09 for masterEd Warnicke1-1/+1
2016-05-12Generate jvpp sources in build-rootMaros Marsalek1-17/+17
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 Gradzki13-33/+986
2016-05-02HONEYCOMB-10: jVpp - the new java API. Java code generationMaros Marsalek19-0/+1752