summaryrefslogtreecommitdiffstats
path: root/vpp-japi/japi/vppjni.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-20Python-API: Inital commit of Python bindings for the VPP API.Ole Troan1-1900/+0
2016-03-31Enable af_packet interfaces in the API test appsDamjan Marion1-0/+6
2016-02-22Added MTU information to sw_interface_dumpPavel1-2/+3
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-01Free the temporary vectorRobert Varga1-0/+2
2016-02-01Do not copy data twice in swInterfaceDump()Robert Varga1-4/+2
2016-01-30Cache jclass/jmethodID/jfieldID referencesRobert Varga1-243/+52
2016-01-04Warning be gone.Dave Wallace1-1/+1
2015-12-17Add ODL honeycomb VPP agent extensions to vppjapi jni java library.Dave Wallace1-65/+405
2015-12-15replacing all vec_sort() invocations to vec_sort_with_function()Matus Fabian1-2/+10
2015-12-13new version handlingDamjan Marion1-5/+5
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke1-0/+1737