aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-japi/japi
AgeCommit message (Expand)AuthorFilesLines
2016-03-31Enable af_packet interfaces in the API test appsDamjan Marion1-0/+6
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-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 Varga4-245/+281
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 Wallace8-69/+604
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.Ed Warnicke12-0/+3048