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