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