Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-13 | fix Android NDK build | Grant Limberg | |
2016-10-13 | add Revocation.cpp to android build | Grant Limberg | |
2016-10-13 | link atomic library. seems to be required in the latest Android NDK | Grant Limberg | |
2016-09-05 | Fixing filename again.... | Grant Limberg | |
2016-07-07 | update JNI code for 1.1.6 | Grant Limberg | |
2015-11-17 | forgot to submit this. Add DeferredPackets.cpp to the android makefile | Grant Limberg | |
2015-11-02 | updates for origin/edge | Grant Limberg | |
2015-09-26 | Merge branch 'adamierymenko-dev' into android-jni-dev | Grant Limberg | |
also update for changed function calls that now accept a local address # Conflicts: # include/ZeroTierOne.h # java/CMakeLists.txt # java/jni/Android.mk # java/jni/ZT1_jnicache.cpp # java/jni/ZT1_jnilookup.h # java/jni/ZT1_jniutils.cpp # java/jni/com_zerotierone_sdk_Node.cpp | |||
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-07-01 | change some build settings. add a lock | Grant Limberg | |
2015-07-01 | ... | Grant Limberg | |
2015-06-10 | Rename JniCache to JniLookup | Grant Limberg | |
Removed caching capabilities as the cached methods, fields, and objects appears to be broken on Android | |||
2015-05-02 | added a JniCache objectet for caching jclass, jmethodID, and jfieldID objects | Grant Limberg | |
2015-04-25 | Added logging to Android logcat | Grant Limberg | |
2015-04-23 | added stub utility functions for creating ArrayLists, appending items to ↵ | Grant Limberg | |
ArrayLists, creating InetAddress objects, and MulticastGroup objects Signed-off-by: Grant Limberg <glimberg@gmail.com> | |||
2015-04-20 | Updated Java Node class native methods to pass the node ID | Grant Limberg | |
This is so that we know which C-based ZT1_Node struct is being operated on Signed-off-by: Grant Limberg <glimberg@gmail.com> | |||
2015-04-20 | Add build files for compiling ZeroTier One SDK for Android targets | Grant Limberg | |
Signed-off-by: Grant Limberg <glimberg@gmail.com> |