aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api
AgeCommit message (Expand)AuthorFilesLines
2017-10-27VPP-1033: Python API support arbitrary sized input parameters.Ole Troan1-13/+49
2017-10-05drop python3 dependency (VPP-1010)Klement Sekera3-22/+25
2017-09-27VPP-990 remove registered handler if control ping failsMatej Perina1-0/+1
2017-09-27Various fixes for issues found by Coverity (VPP-972)Chris Luke1-0/+1
2017-09-19Add C++ APIKlement Sekera12-239/+1548
2017-09-19Add new C APIKlement Sekera8-0/+2598
2017-09-15jvpp: add vpe_pid to ConnectionInfoMatej Perina2-8/+11
2017-09-13VPP-960: Python API add more information in exception for invalid arguments t...Ole Troan1-1/+4
2017-09-12ACL-plugin add "replace" semantics for adding a new MacIP aclPavel Kotucek1-0/+18
2017-08-31VPP-959: Python API require minimum CFFI version.Ole Troan1-1/+1
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-18Python API: Fix error message typo.Ole Troan1-1/+1
2017-08-17Python API: VPP-947 Empty chroot_prefix fails on encode()Ole Troan3-4/+209
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-07-08API: Add Python3 support to vpp_papi.pyOle Troan1-65/+97
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-16Place the vpp_papi*.egg file together with other build products.Igor Mikhailov (imichail)1-1/+2
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-05-10Produce vpp_papi*.egg for virtual environmentsIgor Mikhailov (imichail)1-1/+2
2017-04-27japi: fix compilation on 32-bit systemsDamjan Marion7-7/+7
2017-04-20vpp-api: rename libpneum to libvppapiclientDamjan Marion7-144/+159
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-03-17PNEUM: Fix Coverity error (missing unlock).Ole Troan1-1/+2
2017-03-15Python API: Change from cPython to CFFI.Ole Troan9-338/+123
2017-03-10Retire vpp_liteDamjan Marion4-8/+8
2017-03-07Python API: Synchronous mode.Ole Troan5-147/+365
2017-03-03python API: work towards python/vpp api separationKlement Sekera1-1/+30
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-27Python API: event_callback not initialised.Ole Troan1-0/+1
2017-01-26Change automake python macro to get python pathTomofumi Hayashi1-1/+2
2017-01-24Fix PAPI async responseWojciech Dec1-1/+1