Skip to content
Unstable

Changes

Summary

  1. #3716, #3707: Fix native-cipher segfault when using musl libc (commit: e497590) (details)
  2. #3718, #3717: Add check for SSE 4.2 and PCLMUL support to native zlib (commit: 6b61230) (details)
Commit e49759025fcc7a422d4b96f6cecf12ab445d4bc3 by md_5
#3716, #3707: Fix native-cipher segfault when using musl libc
(commit: e497590)
The file was addednative/src/main/c/mbedtls_custom_config.h
The file was modifiednative/src/main/c/NativeCipherImpl.c (diff)
The file was modifiednative/compile-native.sh (diff)
The file was modifiednative/src/main/resources/native-cipher.so (diff)
Commit 6b612302e14af1348ff758d2256d79ff51a04ceb by md_5
#3718, #3717: Add check for SSE 4.2 and PCLMUL support to native zlib
(commit: 6b61230)
The file was modifiednative/src/main/java/net/md_5/bungee/jni/NativeCodeException.java (diff)
The file was modifiednative/src/main/java/net/md_5/bungee/jni/zlib/NativeCompressImpl.java (diff)
The file was modifiednative/src/main/c/NativeCompressImpl.c (diff)
The file was modifiednative/src/main/java/net/md_5/bungee/jni/zlib/NativeZlib.java (diff)
The file was modifiednative/src/main/java/net/md_5/bungee/jni/NativeCode.java (diff)
The file was addednative/src/main/c/cpuid_helper.h
The file was modifiednative/src/main/c/net_md_5_bungee_jni_zlib_NativeCompressImpl.h (diff)
The file was modifiednative/src/main/resources/native-compress.so (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/compress/CompressFactory.java (diff)
The file was modifiednative/src/test/java/net/md_5/bungee/NativeZlibTest.java (diff)