summaryrefslogtreecommitdiffstats
path: root/src/vpp-api/java
AgeCommit message (Expand)AuthorFilesLines
2018-08-01Move java api to extras/Damjan Marion111-10104/+0
2018-08-01Store USE_DLMALLOC in vppinfra/config.hDamjan Marion1-1/+1
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach2-1/+9
2018-06-28jvpp: pass tuple of classes to isinstance()Marek Gradzki1-3/+3
2018-06-27jvpp: cleanup generation of swap functions for custom typesMarek Gradzki1-8/+5
2018-06-27jvpp: add support for unions (VPP-1322)Marek Gradzki6-50/+277
2018-06-22jvpp: add support for enums (VPP-1153)Marek Gradzki5-4/+244
2018-06-22jvpp: cleanup JNI generation code (VPP-1153)Marek Gradzki3-168/+286
2018-06-21jvpp: do not fail on type parsing errorMarek Gradzki1-5/+8
2018-05-04Address compilation issues with Java > 1.8Marco Varlese1-8/+3
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion2-3/+3
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan2-3/+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