1. 5b3d95b jvpp: add support for unions (VPP-1322) by Marek Gradzki · 6 years ago
  2. 3e2d57d jvpp: add support for enums (VPP-1153) by Marek Gradzki · 6 years ago
  3. 02c88e4 jvpp: cleanup JNI generation code (VPP-1153) by Marek Gradzki · 6 years ago
  4. 65ce94a jvpp: do not fail on type parsing error by Marek Gradzki · 6 years ago
  5. 6b8fcff Address compilation issues with Java > 1.8 by Marco Varlese · 7 years ago
  6. fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
  7. 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
  8. d7e4d75 gitignore: negate "No core files" pattern in 'vpp-api/java' by Marek Gradzki · 7 years ago
  9. a51ccb5 jvpp: object model for jvpp generator (VPP-1184) by Marek Gradzki · 7 years ago
  10. d1660e9 jvpp: map VPP API enums to primitive types by Marek Gradzki · 7 years ago
  11. 568cc60 jvpp: use Python's logging API by Marek Gradzki · 7 years ago
  12. 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
  13. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  14. 87a137c jvpp: include all api files from @top_builddir@/vpp by Marek Gradzki · 7 years ago
  15. 6e73f7f jvpp: do not hardcode event sufixes (VPP-940) by Marek Gradzki · 7 years ago
  16. acf33e4 jvpp: unify notification handling by Marek Gradzki · 7 years ago
  17. 8f3ad25 jvpp: remove special request<>reply mappings by Marek Gradzki · 7 years ago
  18. c6fb36f NAT: Remove old SNAT API (VPP-1070) by Matus Fabian · 7 years ago
  19. ba3c773 Handle CPU flags from autotools project by Damjan Marion · 7 years ago
  20. c65fdbf jvpp: test measuring number of invocations per time (VPP-619) by Matej · 7 years ago
  21. 7008da2 jvpp: bugfix for deadlock in java future API (VPP-1037) by Matej · 7 years ago
  22. c7fc97a jvpp: stop plugin intialization on first mismatch by Marek Gradzki · 7 years ago
  23. ac1a728 jvpp: adding callbacks for all messages (VPP-914) by Matej Perina · 7 years ago
  24. b4d3c96 jvpp: added logs for sending and receiving event messages (VPP-982) by Matej Perina · 7 years ago
  25. 75a17ec VPP-990 remove registered handler if control ping fails by Matej Perina · 7 years ago v18.01-rc0
  26. 3e23367 jvpp: add vpe_pid to ConnectionInfo by Matej Perina · 7 years ago
  27. c29940c ACL-plugin add "replace" semantics for adding a new MacIP acl by Pavel Kotucek · 7 years ago
  28. d052829 jvpp: adding debug usage into test documentation by Matej Perina · 7 years ago
  29. d135c19 jvpp: introducing callback api and future api tests for all plugins (VPP-591) by Matej Perina · 7 years ago
  30. 5c04ad0 jvpp: use (*env)->ExceptionClear before calling (*env)->ExceptionOccurred by Marek Gradzki · 7 years ago
  31. 2ba92e3 NAT: Rename snat plugin to nat (VPP-955) by Matus Fabian · 7 years ago
  32. 89b931f jvpp: suppress unwritten fields warrning found in DTO's hashCode by Marek Gradzki · 7 years ago
  33. 5da27c2 jvpp: move JVppReply's id out of synchronized block by Marek Gradzki · 7 years ago
  34. 3214dc3 jvpp: ignore messages if callback method is missing (VPP-548) by Marek Gradzki · 7 years ago
  35. 5beec81 jvpp: make shm_prefix configurable (VPP-591) by Jan Srnicek · 8 years ago
  36. a07bd70 Dedicated SW Interface Event by Neale Ranns · 7 years ago
  37. 62f9cdd Add PPPoE Plugin by Hongjun Ni · 7 years ago
  38. 63a46fc jvpp: provide more detailed exception logs (VPP-436) by Matej Perina · 7 years ago
  39. 84f2882 jvpp: moving current tests to separate folder marked as examples by Matej Perina · 7 years ago
  40. 5c74973 Flowprobe: Stateful flows and IPv6, L4 recording by Ole Troan · 8 years ago
  41. ed1e242 Improve jvppgen object array member instantiation by Robert Varga · 8 years ago
  42. 966de20 Fix JNI templates by Robert Varga · 8 years ago
  43. 01384fe API: Cleaning up message naming that does not follow the conventions by Ole Troan · 8 years ago
  44. ef486b1 Add GTP-U plugin. VPP-694 by Hongjun Ni · 8 years ago
  45. ed76d5f jvpp: fix memory allocation for variable lenght messages (VPP-841) by Marek Gradzki · 8 years ago
  46. 31d4348 japi: fix compilation on 32-bit systems by Damjan Marion · 8 years ago
  47. 0eb2b16 jvpp: remove unused print&endian headers (fixes VPP-688) by Marek Gradzki · 8 years ago
  48. 654ceaf Clean up more Debian packaging symbol warnings by Dave Barach · 8 years ago
  49. 2291a36 jvpp: remove unnecessary msg_id_base caching by Marek Gradzki · 8 years ago
  50. 05a057b LISP: enhance binary part of some APIs by Filip Tehlar · 8 years ago
  51. 3b14529 jvpp: fix coverity warn: reliance on default encoding by Marek Gradzki · 8 years ago
  52. 006eb47 Add files to CLEANFILES for robust make clean. by Burt Silverman · 8 years ago
  53. 4746a5d jvpp: utilize per-message CRCs (VPP-544) by Marek Gradzki · 8 years ago
  54. 07c39da jvpp: include libjvpp_common in rpm packages by Marek Gradzki · 8 years ago
  55. cb365d8 Fix linker warnings for jvpp shared libs by Marek Gradzki · 8 years ago
  56. 3f14e23 jvpp: include jvpp_common in vpp packages by Marek Gradzki · 8 years ago
  57. ea4fa75 jvpp: add missing dependencies on various libs by Marek Gradzki · 8 years ago
  58. 724f64c Makefile.am cleanup by Damjan Marion · 8 years ago
  59. 94f8bc1 jvpp: compile static Java files and include in generated jars by Marek Gradzki · 8 years ago
  60. ffc18f5 japi: include tests in jar files by Damjan Marion · 8 years ago
  61. ef6e54d Added vpe.api java binding generation by Jan Srnicek · 8 years ago
  62. 71f8742 jvpp: install jvpp_common.h into include/ by Damjan Marion · 8 years ago
  63. cb034b9 Move java,lua api and remaining plugins to src/ by Damjan Marion · 8 years ago