summaryrefslogtreecommitdiffstats
path: root/vpp-api
AgeCommit message (Expand)AuthorFilesLines
2016-12-21Bump to 17.04 releasev17.04-rc0Damjan Marion1-1/+1
2016-12-21Fix coverity issuesMarek Gradzki2-6/+8
2016-12-21Add missing variable definitions to java VPP APIMarek Gradzki1-0/+4
2016-12-21Python API: Incorrect error for empty VLA list.Ole Troan2-4/+11
2016-12-20Add missing variable definitions to python VPP APIJuraj Sloboda1-0/+3
2016-12-20Declare variables as externalDamjan Marion1-0/+4
2016-12-19Python API: Add back support for old-style VLA, e.g. mask[0]Ole Troan2-50/+143
2016-12-15Fix NPE in JNI while handling int arrays, VPP-559Marek Gradzki1-6/+6
2016-12-13vpp_papi: Add help() support for python interactive modeChristophe Fontaine1-4/+13
2016-12-12Fix for PAPI async call registrationWojciech Dec1-5/+8
2016-12-08Adapt LuaJIT VPP library and a few examples to API with per-message CRC and JSONAndrew Yourtchenko5-16/+267
2016-12-07Make jvpp connection fail if control ping failsMarek Gradzki1-3/+1
2016-12-07Refactor tap binary APIs, VPP-550Dave Barach1-1/+6
2016-12-07Enable Span Jvpp api generationJan Srnicek1-0/+1
2016-12-06SPAN API: Fix various errors making SPAN break make tests.Ole Troan1-3/+1
2016-12-06API: Adapt make test to Python API changes.Ole Troan3-8/+52
2016-12-06Refactor binary APIs for IP, VPP-549Dave Barach1-1/+2
2016-12-06MAP: Split MAP API out of vpe.api.Ole Troan1-0/+1
2016-12-06api: set jvpp version to 17.01Marek Gradzki2-2/+2
2016-12-05Fix l2.api patch in jvpp MakefileMarek Gradzki1-1/+1
2016-12-05api: enable Java API generation for l2.api (VPP-438)Marek Gradzki1-0/+1
2016-12-02Python API: Support for per message CRC and API split.Ole Troan4-245/+767
2016-12-02API: Packaging of JSON files.Ole Troan3-34/+4
2016-11-30VPP-530: adapt jvpp generation for VPP API splittingMarek Gradzki3-38/+57
2016-11-30Start spliting vpe.api into logically related piecesDave Barach1-2/+1
2016-11-28Clean up the Lua API, make it luajit-only, no CAndrew Yourtchenko5-240/+28
2016-11-23Fix coverity warnings, VPP-486Dave Barach1-0/+3
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