Age | Commit message (Collapse) | Author |
|
|
|
|
|
Android app was relying on these, but since they didn't exist, they didn't function properly
|
|
|
|
lastUnicastFrame from ZT_Peer struct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sensitive filesystems
|
|
|
|
|
|
VirtualNetworkConfig objects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ZT_SOCKADDR_NULL
|
|
|
|
|
|
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
|
|
interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses.
|
|
|
|
|
|
anything above that currently goes kaboom on ARM platforms
|
|
|
|
|
|
|
|
|
|
|
|
containing it.
|
|
|
|
|
|
build system
|
|
Removed caching capabilities as the cached methods, fields, and objects appears to be broken on Android
|
|
|
|
Forcing it to look up classes and methods instead of caching them stopped the crashes in the GC. Will investigate more later.
|
|
This puts code accessing the data in a critical section so that the GC cannot run while JNI has access to the array. This helps with stability somewhat, but I'm still getting some crashes in the GC
|
|
|
|
|