BungeeCord/native
md_5 0d569ac0d1 Refactor native code and implement our own JNI wrapper around zlib.
The previous native cipher code has been refactored so that it may be loaded and used slightly more generically, allowing more native components to be easily added as time goes on.
I have also written a new native code compression module, which wraps around zlib in the same manner that Inflater / Deflater does, however it operates directly on the memory addresses of it's input / output buffers which means that we can save one, or maybe even two copies. To support this, the VarInt decoder has been adjusted to always use a native buffer.
2015-02-07 14:06:41 +11:00
..
src Refactor native code and implement our own JNI wrapper around zlib. 2015-02-07 14:06:41 +11:00
compile-native.sh Refactor native code and implement our own JNI wrapper around zlib. 2015-02-07 14:06:41 +11:00
nb-configuration.xml Native cipher, with more smoke tests! 2013-11-19 07:16:06 +11:00
pom.xml Update versions to 1.8... oops 2014-09-01 16:56:03 +10:00