Summary
- #3693: Compile natives as C instead of C++, check malloc/calloc return values for null (commit: 8b195d1) (details)
The file was removed | native/src/main/c/NativeCipherImpl.cpp |
The file was modified | native/compile-native.sh (diff) |
The file was modified | native/src/main/java/net/md_5/bungee/jni/NativeCodeException.java (diff) |
The file was added | native/src/main/c/shared.h |
The file was removed | native/src/main/c/NativeCompressImpl.cpp |
The file was modified | native/src/main/java/net/md_5/bungee/jni/zlib/NativeCompressImpl.java (diff) |
The file was modified | native/src/test/java/net/md_5/bungee/NativeZlibTest.java (diff) |
The file was modified | native/src/main/resources/native-cipher.so (diff) |
The file was modified | native/src/main/resources/native-compress.so (diff) |
The file was added | native/src/main/c/NativeCipherImpl.c |
The file was modified | native/src/main/java/net/md_5/bungee/jni/zlib/NativeZlib.java (diff) |
The file was added | native/src/main/c/NativeCompressImpl.c |
The file was added | native/src/main/c/shared.c |