aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-japi
AgeCommit message (Expand)AuthorFilesLines
2016-03-31Enable af_packet interfaces in the API test appsDamjan Marion1-0/+6
2016-03-11lt-*m4 - remove auto generated filesVincent JARDIN4-628/+0
2016-02-22Added MTU information to sw_interface_dumpPavel3-3/+7
2016-02-19Rebalance checkConnected()Robert Varga1-8/+9
2016-02-10Remove strcasecmp(3) declarationRobert Varga1-1/+1
2016-02-10GetStringUTFChars() may failRobert Varga1-25/+41
2016-02-10newIntArray() may failRobert Varga1-1/+4
2016-02-10Indent vppjni.c to be consistentRobert Varga1-775/+755
2016-02-10Replace AC_PROG_LIBTOOL with LT_INITDave Barach1-1/+1
2016-02-09Modify hand-coded JNI function names to match refactoring ofDave Wallace1-19/+19
2016-02-09Make cleanup_rx_thread staticRobert Varga1-1/+1
2016-02-09Mark internal implementation functions as hiddenRobert Varga1-5/+5
2016-02-09Fixup symbol names in vpp-japiRobert Varga1-4/+4
2016-02-01Free the temporary vectorRobert Varga1-0/+2
2016-02-01Do not copy data twice in swInterfaceDump()Robert Varga1-4/+2
2016-02-01Refactor vpp-japiRobert Varga8-42/+180
2016-02-01Make public fields final where possibleRobert Varga7-90/+92
2016-02-01Add a copyright headerRobert Varga1-0/+15
2016-01-30Cache jclass/jmethodID/jfieldID referencesRobert Varga5-246/+282
2016-01-30Add JAVA_HOME includes to vppjni buildRobert Varga1-0/+1
2016-01-26Remove vpp-japi/m4/libtool.m4Ed Warnicke1-7997/+0
2016-01-22aarch64 CPU arch / ThunderX platform initial supportDave Barach1-32/+47
2016-01-21PowerPC64-be arch support. Qemu ("qppc") platform support.Dave Barach1-47/+32
2016-01-20Rename vpe binary name to avoid collision with latexDamjan Marion1-1/+1
2016-01-04Warning be gone.Dave Wallace1-1/+1
2015-12-17Add ODL honeycomb VPP agent extensions to vppjapi jni java library.Dave Wallace9-92/+640
2015-12-17Update version of vppjapi-<ver>.jar to 1.0.0Dave Wallace1-1/+1
2015-12-15Remove autotools generated productsDave Barach10-32427/+0
2015-12-15replacing all vec_sort() invocations to vec_sort_with_function()Matus Fabian1-2/+10
2015-12-13new version handlingDamjan Marion2-7/+7
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke45-0/+55456