index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
jni
/
ZT_jniutils.cpp
Age
Commit message (
Expand
)
Author
2017-10-03
Update Android NDK with uint64_t -> int64_t changes
Grant Limberg
2017-02-13
Update JNI with new root terminology
Grant Limberg
2017-01-13
fix Android NDK build
Grant Limberg
2016-11-09
update JNI wrapper to reflect removal of lastMulticastFrame and lastUnicastFr...
Grant Limberg
2016-09-21
java code still needed to reflect PEER_ROLE_RELAY rename to PEER_ROLE_UPSTREAM
Grant Limberg
2016-09-21
added missing copyright/license info from ZT_jniutils
Grant Limberg
2016-09-19
Don't print a few error messages when they don't matter.
Grant Limberg
2016-09-19
ZT_PEER_ROLE_RELAY -> ZT_PEER_ROLE_UPSTREAM in JNI glue
Grant Limberg
2016-09-08
another couple of missing semicolons
Grant Limberg
2016-09-06
Reflect changes to strut ZT_PeerPhysicalPath
Grant Limberg
2016-09-05
forgot a semicolon in a JNI java type specifier.
Grant Limberg
2016-09-05
Added VirtualNetworkRoute class and added it to VirtualNetworkConfig
Grant Limberg
2016-07-07
update JNI code for 1.1.6
Grant Limberg
2015-11-02
updates for origin/edge
Grant Limberg
2015-09-26
Merge branch 'adamierymenko-dev' into android-jni-dev
Grant Limberg