summaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
2023-08-16ANDROID-96: Simplify and use return code from node_init directlyBrenton Bostick
2023-08-16Check if null is passed to VirtualNetworkConfig.equals and name fixesBrenton Bostick
2023-08-16Basic cleanupsBrenton Bostick
2023-03-09actual fix for ANDROID-56: crash inside newNetworkConfigBrenton Bostick
2023-03-09Revert "temp fix for ANDROID-56: crash inside newNetworkConfig from too many ...Brenton Bostick
2023-03-071.10.4 merge into main (#1893)Adam Ierymenko
2023-01-11fix typos (#1843)Brenton Bostick
2022-12-05Merge pull request #1807 from zerotier/cleanup/typosGrant Limberg
2022-12-05fix typosBrenton Bostick
2022-12-05Migrate from ndk-build to CMakeBrenton Bostick
2022-12-05Remove unused flags for arm64-v8aBrenton Bostick
2022-12-05Fix build problem related to unified headersBrenton Bostick
2022-12-01Fix warning: suggest braces around initialization of subobjectBrenton Bostick
2022-11-28fix typos in codeBrenton Bostick
2022-11-28fix typos in comments and stringsBrenton Bostick
2022-11-09Fun times in ~~cleveland~~ NDK-landGrant Limberg
2022-03-04update JNI to add new status codeGrant Limberg
2021-10-28remove BondController.cpp from android makefileGrant Limberg
2020-11-24another comparison fixGrant Limberg
2020-11-24fix dns equality check in AndroidGrant Limberg
2020-10-21freaking JNIGrant Limberg
2020-10-21forgot accessorsGrant Limberg
2020-10-21JNI for dns configurationGrant Limberg
2020-10-08Merge branch 'dev'Adam Ierymenko
2020-09-22more magic incantations to make crypto extensions work on Android/ARM64Grant Limberg
2020-09-22AES-NI enabled for Android ARM64Grant Limberg
2020-09-21Enable AES-NI on Android X86-64Grant Limberg
2020-06-18android changesGrant Limberg
2020-05-18Add new ZT_ result codes that were addedGrant Limberg
2020-05-14fix equals() methodsGrant Limberg
2019-04-22pt 2Grant Limberg
2019-04-22Make things compile with Android NDK againGrant Limberg
2018-02-12some JNI error checkingGrant Limberg
2018-02-07silence LOGV and LOGD in release builds for androidGrant Limberg
2017-10-03Update Android NDK with uint64_t -> int64_t changesGrant Limberg
2017-07-17Wire up PortMapper in AndroidGrant Limberg
2017-07-12put the correct file extensions on data written to disk in JNIGrant Limberg
2017-07-12fix packet sending functionsGrant Limberg
2017-07-12Update JNI code to reflect new ZeroTier APIGrant Limberg
2017-05-23Let Android Studio determine debug/release buildGrant Limberg
2017-03-29added orbit/deorbit methods to java Node implementationGrant Limberg
2017-03-29fix path checker initializationGrant Limberg
2017-03-29Added path checking interface for JavaGrant Limberg
2017-03-28fix native end of JNI code for new thread data ptrGrant Limberg
2017-03-09fix some rediculousness in NDK-14Grant Limberg
2017-02-23Android JNI fixGrant Limberg
2017-02-13Update JNI with new root terminologyGrant Limberg
2017-01-26remove references to deleted source files in Android NDK build filesGrant Limberg
2017-01-13fix Android NDK buildGrant Limberg
2017-01-05add implementations of compareTo() and equals() for VirtualNetworkRoute().Grant Limberg