2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implements ByteBuffer support for all LZ4 methods, running with the same performance as byte array methods for the JNI and Unsafe versions. More... over 11 years ago
Merge pull request #46 from sunxiaoguang/fix_jni_release More... over 11 years ago
Fix incorrect ReleasePrimitiveArrayCritical call More... over 11 years ago
implement xxh64 More... over 11 years ago
Add test case for customized-level compressor. More... over 11 years ago
cache constructed HC compressors More... over 11 years ago
Update lz4 to r119 and xxhash to r34. More... over 11 years ago
Merge pull request #40 from luben/fix-literal-overrun More... over 11 years ago
fix integer overflow in literals decompression, port of the fix in r118 More... over 11 years ago
Now exporting package versions matching the ivy revision More... almost 12 years ago
Made L4Z Java's JAR a valid OSGi bundle. - computing the proper Import/Export package manifest entries using bnd - replaced two calls to Class.forName with safer equivalents within OSGi More... almost 12 years ago
expose ability to set compression level for LZ4-HC introduced in lz4 r113 More... about 12 years ago
Merge pull request #33 from Shohou/master More... about 12 years ago
check for os.arch that known to allow unaligned memory access and return safe instance for other architectures More... about 12 years ago
Fix typo: s/unknwonSizeDecompressor/unknownSizeDecompressor/ More... about 12 years ago
Add examples to README. More... about 12 years ago
Fix source generation under Java 1.6. More... over 12 years ago
Merge pull request #24 from tvlehton/master More... over 12 years ago
Made JNI sources ANSI C compatible. More... over 12 years ago
Added support for preset dictionaries at decompression time. More... over 12 years ago
Decouple decompression from the Decompressor impls. More... over 12 years ago
Update to lz4 r102. More... over 12 years ago
Update version: 1.2 -> 1.3. More... over 12 years ago
Update README documentation versions. More... over 12 years ago
Add bindings for lz4 r100. More... over 12 years ago
Update to lz4 r100. More... over 12 years ago
Fix build. More... over 12 years ago
Fix javadoc warning. More... over 12 years ago
Don't fail if src/resources is missing. More... over 12 years ago
Re-enable some disabled tests. More... over 12 years ago