aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-api
AgeCommit message (Expand)AuthorFilesLines
2016-11-21Add client-side msg_name_and_crc -> msg_index tableDave Barach8-394/+114
2016-11-18Add the Makefile to Lua API which got gitignored and adjust local .gitignoreAndrew Yourtchenko2-0/+8
2016-11-17VPP-533 Fix ping race condition in JVppMaros Marsalek1-17/+28
2016-11-17VPP-534 Remove references to DTOs created in JVppMaros Marsalek3-0/+7
2016-11-15Dump routes (VPP-500)Steven1-0/+2
2016-11-11Luajit API and some examplesAndrew Yourtchenko16-0/+4164
2016-11-07Fix longArray type in JVPP generatorMaros Marsalek1-2/+2
2016-11-03Fail to register Java API for plugin that was not loaded (VPP-522)Marek Gradzki1-12/+15
2016-11-03Remove unused jvpp dependency on plugins' control_pingMarek Gradzki2-8/+3
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