aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/java
AgeCommit message (Expand)AuthorFilesLines
2018-05-02Address compilation issues with Java > 1.8Marco Varlese1-8/+3
2018-03-02gitignore: negate "No core files" pattern in 'vpp-api/java'Marek Gradzki1-0/+2
2018-03-02jvpp: object model for jvpp generator (VPP-1184)Marek Gradzki19-2341/+2267
2018-01-27jvpp: map VPP API enums to primitive typesMarek Gradzki2-3/+76
2018-01-27jvpp: use Python's logging APIMarek Gradzki10-34/+61
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-09api: refactor vlibmemoryFlorin Coras16-17/+17
2017-12-09jvpp: include all api files from @top_builddir@/vppMarek Gradzki2-6/+5
2017-12-09jvpp: do not hardcode event sufixes (VPP-940)Marek Gradzki7-141/+175
2017-12-07jvpp: unify notification handlingMarek Gradzki3-23/+7
2017-12-07jvpp: remove special request<>reply mappingsMarek Gradzki10-102/+28
2017-11-29NAT: Remove old SNAT API (VPP-1070)Matus Fabian1-10/+10
2017-11-11Handle CPU flags from autotools projectDamjan Marion1-1/+1
2017-11-08jvpp: test measuring number of invocations per time (VPP-619)Matej4-2/+454
2017-10-30jvpp: bugfix for deadlock in java future API (VPP-1037)Matej3-72/+160
2017-10-16jvpp: stop plugin intialization on first mismatchMarek Gradzki9-12/+15
2017-10-10jvpp: adding callbacks for all messages (VPP-914)Matej Perina21-147/+171
2017-10-03jvpp: added logs for sending and receiving event messages (VPP-982)Matej Perina5-0/+30
2017-09-27VPP-990 remove registered handler if control ping failsv18.01-rc0Matej Perina1-0/+1
2017-09-15jvpp: add vpe_pid to ConnectionInfoMatej Perina2-8/+11
2017-09-12ACL-plugin add "replace" semantics for adding a new MacIP aclPavel Kotucek1-0/+18
2017-08-25jvpp: adding debug usage into test documentationMatej Perina5-1/+14
2017-08-25jvpp: introducing callback api and future api tests for all plugins (VPP-591)Matej Perina20-0/+724
2017-08-24jvpp: use (*env)->ExceptionClear before calling (*env)->ExceptionOccurredMarek Gradzki1-1/+4
2017-08-23NAT: Rename snat plugin to nat (VPP-955)Matus Fabian6-45/+45
2017-08-16jvpp: suppress unwritten fields warrning found in DTO's hashCodeMarek Gradzki2-0/+42
2017-08-16jvpp: move JVppReply's id out of synchronized blockMarek Gradzki2-15/+17
2017-08-14jvpp: ignore messages if callback method is missing (VPP-548)Marek Gradzki1-0/+8
2017-08-14jvpp: make shm_prefix configurable (VPP-591)Jan Srnicek3-20/+44
2017-08-11Dedicated SW Interface EventNeale Ranns5-19/+11
2017-08-09Add PPPoE PluginHongjun Ni3-0/+169
2017-08-04jvpp: provide more detailed exception logs (VPP-436)Matej Perina3-3/+38
2017-07-31jvpp: moving current tests to separate folder marked as examplesMatej Perina31-183/+114
2017-05-30Flowprobe: Stateful flows and IPv6, L4 recordingOle Troan1-1/+1
2017-05-26Improve jvppgen object array member instantiationRobert Varga1-1/+1
2017-05-26Fix JNI templatesRobert Varga1-0/+3
2017-05-20API: Cleaning up message naming that does not follow the conventionsOle Troan2-10/+3
2017-05-15Add GTP-U plugin. VPP-694Hongjun Ni3-0/+169
2017-05-15jvpp: fix memory allocation for variable lenght messages (VPP-841)Marek Gradzki4-22/+49
2017-04-27japi: fix compilation on 32-bit systemsDamjan Marion7-7/+7
2017-04-06jvpp: remove unused print&endian headers (fixes VPP-688)Marek Gradzki6-64/+10
2017-03-30Clean up more Debian packaging symbol warningsDave Barach1-1/+0
2017-02-22jvpp: remove unnecessary msg_id_base cachingMarek Gradzki11-178/+90
2017-02-02LISP: enhance binary part of some APIsFilip Tehlar1-1/+2
2017-01-31jvpp: fix coverity warn: reliance on default encodingMarek Gradzki5-18/+35
2017-01-28Add files to CLEANFILES for robust make clean.Burt Silverman1-1/+1
2017-01-27jvpp: utilize per-message CRCs (VPP-544)Marek Gradzki11-15/+143
2017-01-18jvpp: include libjvpp_common in rpm packagesMarek Gradzki1-0/+1
2017-01-16Fix linker warnings for jvpp shared libsMarek Gradzki1-1/+1
2017-01-12jvpp: include jvpp_common in vpp packagesMarek Gradzki1-1/+1