summaryrefslogtreecommitdiff
path: root/java/jni/ZT1_jnicache.cpp
AgeCommit message (Collapse)Author
2015-09-24(1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local ↵Adam Ierymenko
interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses.
2015-05-26added the android verbose log level and moved most jni debug messages to verboseGrant Limberg
2015-05-02added a JniCache objectet for caching jclass, jmethodID, and jfieldID objectsGrant Limberg