1. af0c70c Improve equals generation for jvpp DTOs by Marek Gradzki · 8 years ago
  2. 5b3808e Improve JNI code generation (array truncation) by Marek Gradzki · 8 years ago
  3. 9c2964c Fix jvpp coverity issues #2 by Marek Gradzki · 8 years ago
  4. 14fbdfc Candidate fix for race condition in building jvpp_common and jvpp_registry by Ed Warnicke · 8 years ago
  5. 1a939e8 improve java build process by Klement Sekera · 8 years ago
  6. 1ce0879 Fix coverity issues in jvpp (newlines + CompletableDumpFuture.ctxId) by Marek Gradzki · 8 years ago
  7. 69a9b76 VPP-362 Implement dumping of LISP adjacencies by Filip Tehlar · 8 years ago
  8. b8602b5 Python API: Add support for shared memory prefix by Ole Troan · 8 years ago
  9. 101759c VPP-120: include custom types to Python representation of vpe.api by Marek Gradzki · 8 years ago
  10. e85581c VPP-378: rename jvpp package to the same as groupId of deployed jars by Marek Gradzki · 8 years ago
  11. 62a2871 Fix import line for setup.py by Peter Ginchev · 8 years ago
  12. a21cdaf Fix jvpp-core dependencies by Marek Gradzki · 8 years ago
  13. 57c3d66 Python API: Preparation for RPM/DEB packaging. by Ole Troan · 8 years ago
  14. 560e809 VPP-348 Return empty DumpReply instead of null by Maros Marsalek · 8 years ago
  15. a53b0e2 VPP-413 DTOs generated by JVpp improvements: by Maros Marsalek · 8 years ago
  16. 1732fc1 Python API: Re-adding rudimentary variable length array pack support. by Ole Troan · 8 years ago
  17. c27213a Add in-message cli_request/cli_reply API by Ole Troan · 8 years ago
  18. 5f9dcff VPP Python language binding - plugin support by Ole Troan · 8 years ago
  19. a8f7b75 Bump of JVPP version for new MASTER. by Keith Burns (alagalah) · 8 years ago
  20. 0c25d1f VPP-336: Fix build order for jvpp_{core,registry}.la dependency on jvpp_common.la by Ed Warnicke · 8 years ago
  21. 5a5f5aa VPP-205: documentation update by Marek Gradzki · 8 years ago
  22. 66ea26b VPP-205: jvpp plugin support. by Marek Gradzki · 8 years ago
  23. adeb749 Create python package for jvpp generation. by Ed Warnicke · 8 years ago
  24. 8a1531d VPP-233: disallow array[0] in reply messages by Marek Gradzki · 8 years ago
  25. 8e5458c VPP-229: fix NPE in JNI array handling by Marek Gradzki · 8 years ago
  26. b6737a1 Jvpp: add handling for mising unsigned array types by Marek Gradzki · 8 years ago
  27. d038dbf Addition of u16[] to JVPP generator by Keith Burns (alagalah) · 8 years ago
  28. 948b95a VPP-123: remove japi (the old Java API) by Marek Gradzki · 8 years ago
  29. 3659a5a VPP-190: support variable length array syntax in request messages by Marek Gradzki · 8 years ago
  30. bbae375 Remove unnecessary and obsolete configure.ac directives by Damjan Marion · 8 years ago
  31. 2e95f5a VPP-184 - Bad type translation in jvpp by Jan Srnicek · 8 years ago
  32. 310dca4 Add support for classify table/session read to jvpp: by Marek Gradzki · 8 years ago
  33. aa6920e More janitorial work by Dave Barach · 8 years ago
  34. fa42e25 VPP-118: add support for variable length arrays to jvpp by Marek Gradzki · 9 years ago
  35. 7becd08 VPP-119: JVpp notifications by Maros Marsalek · 9 years ago
  36. 42bb61f HONEYCOMB-67 Introduce exception handling into JVPP by Tibor Sirovatka · 9 years ago
  37. 2f0a7a8 Increase jvpp connection timeout by Maros Marsalek · 9 years ago
  38. 97d9951 Add u32[] type handling in reply messages to jvpp by Marek Gradzki · 9 years ago
  39. 34e7772 Fix u16 type handling in jvpp by Marek Gradzki · 9 years ago
  40. c4cb44c VPP-86: fix array copy in generated JNI code by Marek Gradzki · 9 years ago
  41. 071d610 Changed JVPP interface for construction and connectivity by Tibor Sirovatka · 9 years ago
  42. a2a4830 Set java artifact versions to 16.09 for master by Ed Warnicke · 9 years ago
  43. 0e0c99f Generate jvpp sources in build-root by Maros Marsalek · 9 years ago
  44. c288066 JVPP - null checks changed to Objects.requireNonNull usage by Tibor Sirovatka · 9 years ago
  45. 0aaf92f HONEYCOMB-10: fix issues with FindClass in multithreaded environments by Marek Gradzki · 9 years ago
  46. 047bf84 HONEYCOMB-10: JVpp documentation by Maros Marsalek · 9 years ago
  47. 72c7a2e HONEYCOMB-10: Add specific methods for each request to Future facade by Maros Marsalek · 9 years ago
  48. d85036f HONEYCOMB-10: jVpp - the new java API. C code and jar file generation by Marek Gradzki · 9 years ago
  49. 45a42b5 HONEYCOMB-10: jVpp - the new java API. Java code generation by Maros Marsalek · 9 years ago
  50. 99cb335 VXLAN over IPv6. by Chris Luke · 9 years ago
  51. e6749e4 Python API: Fix mistaken removal of '_' in field names. by Ole Troan · 9 years ago
  52. 6b1d7c5 Make automake silent rules default by Damjan Marion · 9 years ago
  53. fa69355 Fix clang warnings in api code by Damjan Marion · 9 years ago
  54. d06b9f9 Python-API: Python 2 support. by Ole Troan · 9 years ago
  55. fc6cf28 Python-API: Support for zero-length arrays from caller to VPP. (Previously only VPP to caller was supported.) by Ole Troan · 9 years ago
  56. f1213b8 Add clib_memcpy macro based on DPDK rte_memcpy implementation by Damjan Marion · 9 years ago
  57. 6855f6c Python-API: Inital commit of Python bindings for the VPP API. by Ole Troan · 9 years ago