Age | Commit message (Expand) | Author | Files | Lines |
2018-03-02 | gitignore: negate "No core files" pattern in 'vpp-api/java' | Marek Gradzki | 1 | -0/+2 |
2018-03-02 | jvpp: object model for jvpp generator (VPP-1184) | Marek Gradzki | 19 | -2341/+2267 |
2018-01-27 | jvpp: map VPP API enums to primitive types | Marek Gradzki | 2 | -3/+76 |
2018-01-27 | jvpp: use Python's logging API | Marek Gradzki | 10 | -34/+61 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 16 | -17/+17 |
2017-12-09 | jvpp: include all api files from @top_builddir@/vpp | Marek Gradzki | 2 | -6/+5 |
2017-12-09 | jvpp: do not hardcode event sufixes (VPP-940) | Marek Gradzki | 7 | -141/+175 |
2017-12-07 | jvpp: unify notification handling | Marek Gradzki | 3 | -23/+7 |
2017-12-07 | jvpp: remove special request<>reply mappings | Marek Gradzki | 10 | -102/+28 |
2017-11-29 | NAT: Remove old SNAT API (VPP-1070) | Matus Fabian | 1 | -10/+10 |
2017-11-11 | Handle CPU flags from autotools project | Damjan Marion | 1 | -1/+1 |
2017-11-08 | jvpp: test measuring number of invocations per time (VPP-619) | Matej | 4 | -2/+454 |
2017-10-30 | jvpp: bugfix for deadlock in java future API (VPP-1037) | Matej | 3 | -72/+160 |
2017-10-16 | jvpp: stop plugin intialization on first mismatch | Marek Gradzki | 9 | -12/+15 |
2017-10-10 | jvpp: adding callbacks for all messages (VPP-914) | Matej Perina | 21 | -147/+171 |
2017-10-03 | jvpp: added logs for sending and receiving event messages (VPP-982) | Matej Perina | 5 | -0/+30 |
2017-09-27 | VPP-990 remove registered handler if control ping failsv18.01-rc0 | Matej Perina | 1 | -0/+1 |
2017-09-15 | jvpp: add vpe_pid to ConnectionInfo | Matej Perina | 2 | -8/+11 |
2017-09-12 | ACL-plugin add "replace" semantics for adding a new MacIP acl | Pavel Kotucek | 1 | -0/+18 |
2017-08-25 | jvpp: adding debug usage into test documentation | Matej Perina | 5 | -1/+14 |
2017-08-25 | jvpp: introducing callback api and future api tests for all plugins (VPP-591) | Matej Perina | 20 | -0/+724 |
2017-08-24 | jvpp: use (*env)->ExceptionClear before calling (*env)->ExceptionOccurred | Marek Gradzki | 1 | -1/+4 |
2017-08-23 | NAT: Rename snat plugin to nat (VPP-955) | Matus Fabian | 6 | -45/+45 |
2017-08-16 | jvpp: suppress unwritten fields warrning found in DTO's hashCode | Marek Gradzki | 2 | -0/+42 |
2017-08-16 | jvpp: move JVppReply's id out of synchronized block | Marek Gradzki | 2 | -15/+17 |
2017-08-14 | jvpp: ignore messages if callback method is missing (VPP-548) | Marek Gradzki | 1 | -0/+8 |
2017-08-14 | jvpp: make shm_prefix configurable (VPP-591) | Jan Srnicek | 3 | -20/+44 |
2017-08-11 | Dedicated SW Interface Event | Neale Ranns | 5 | -19/+11 |
2017-08-09 | Add PPPoE Plugin | Hongjun Ni | 3 | -0/+169 |
2017-08-04 | jvpp: provide more detailed exception logs (VPP-436) | Matej Perina | 3 | -3/+38 |
2017-07-31 | jvpp: moving current tests to separate folder marked as examples | Matej Perina | 31 | -183/+114 |
2017-05-30 | Flowprobe: Stateful flows and IPv6, L4 recording | Ole Troan | 1 | -1/+1 |
2017-05-26 | Improve jvppgen object array member instantiation | Robert Varga | 1 | -1/+1 |
2017-05-26 | Fix JNI templates | Robert Varga | 1 | -0/+3 |
2017-05-20 | API: Cleaning up message naming that does not follow the conventions | Ole Troan | 2 | -10/+3 |
2017-05-15 | Add GTP-U plugin. VPP-694 | Hongjun Ni | 3 | -0/+169 |
2017-05-15 | jvpp: fix memory allocation for variable lenght messages (VPP-841) | Marek Gradzki | 4 | -22/+49 |
2017-04-27 | japi: fix compilation on 32-bit systems | Damjan Marion | 7 | -7/+7 |
2017-04-06 | jvpp: remove unused print&endian headers (fixes VPP-688) | Marek Gradzki | 6 | -64/+10 |
2017-03-30 | Clean up more Debian packaging symbol warnings | Dave Barach | 1 | -1/+0 |
2017-02-22 | jvpp: remove unnecessary msg_id_base caching | Marek Gradzki | 11 | -178/+90 |
2017-02-02 | LISP: enhance binary part of some APIs | Filip Tehlar | 1 | -1/+2 |
2017-01-31 | jvpp: fix coverity warn: reliance on default encoding | Marek Gradzki | 5 | -18/+35 |
2017-01-28 | Add files to CLEANFILES for robust make clean. | Burt Silverman | 1 | -1/+1 |
2017-01-27 | jvpp: utilize per-message CRCs (VPP-544) | Marek Gradzki | 11 | -15/+143 |
2017-01-18 | jvpp: include libjvpp_common in rpm packages | Marek Gradzki | 1 | -0/+1 |
2017-01-16 | Fix linker warnings for jvpp shared libs | Marek Gradzki | 1 | -1/+1 |
2017-01-12 | jvpp: include jvpp_common in vpp packages | Marek Gradzki | 1 | -1/+1 |
2017-01-11 | jvpp: add missing dependencies on various libs | Marek Gradzki | 1 | -5/+23 |