summaryrefslogtreecommitdiff
path: root/java/jni/ZT1_jniutils.h
AgeCommit message (Expand)Author
2015-09-24(1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local i...Adam Ierymenko
2015-05-28Use object arrays rather than ArrayList. JNI sideGrant Limberg
2015-05-26added the android verbose log level and moved most jni debug messages to verboseGrant Limberg
2015-04-30Setup native build for Windows Java.Grant Limberg
2015-04-27Switch to InetSockAddress instead of InetAddress so we can send the port # to...Grant Limberg
2015-04-25Added logging to Android logcatGrant Limberg
2015-04-24implemented EventCallbackGrant Limberg
2015-04-24implement VirtualNetworkConfigFunctionCallbackGrant Limberg
2015-04-24moved creation of VirtualNetworkConfig objects to ZT1_jniutilsGrant Limberg
2015-04-24create PeerRole and PeerPhysicalPath objectsGrant Limberg
2015-04-23node.networkConfig() now creates ArrayLists of multicast subscriptions and as...Grant Limberg
2015-04-23move utility functions from anon namespace to ZT1_jniutilsGrant Limberg
2015-04-23added stub utility functions for creating ArrayLists, appending items to Arra...Grant Limberg