2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Issue #53 -Fixed calling flush on closed LZ4BlockOutputStream More... over 11 years ago
Rework ByteBuffer support. More... over 11 years ago
Move to Java 7 as a minimum requirement. More... over 11 years ago
Remove preset dictionary support. More... over 11 years ago
Update CHANGES.md. More... over 11 years ago
Merge pull request #39 from Lambdacube/master More... over 11 years ago
Add more information about the build system. More... over 11 years ago
Update lz4 to r123 and xxhash to r37. More... over 11 years ago
Merge branch 'linnaea-master' More... over 11 years ago
Merge branch 'master' of github.com:linnaea/lz4-java into linnaea-master More... over 11 years ago
Merge pull request #51 from blambov/buffers-readonly More... over 11 years ago
Merge remote-tracking branch 'jpountz/master' More... over 11 years ago
Drop LZ4HCCompressor interface More... over 11 years ago
Adds fallback to Java implementations for JNI calls on read-only heap buffers. More... over 11 years ago
Fixes ByteBuffer support for read-only buffers: * throws exception when a read-only buffer is used as destination * throws exception when a read-only heap buffer is attempted to be used as source for JNI methods * Unsafe implementations bypass getArray to access the address field regardless of read-only-ness * adds tests of read-only sources of all types, including memory-mapped buffer * adds test of read-only destinations. More... over 11 years ago
Merge pull request #50 from blambov/xxhash-fix More... over 11 years ago
Fix XXHash build problems. More... over 11 years ago
Add missing check. More... over 11 years ago
Add ByteBuffer support to xxhash. More... over 11 years ago
Make UnsafeUtils.readLongLE aware of the offset type. More... over 11 years ago
Merge branch 'blambov-master' More... over 11 years ago
Merge branch 'master' of github.com:blambov/lz4-java into blambov-master More... over 11 years ago
Fixes >2G address problem and adds test for it. Changes LZ4ByteBufferUtils to be generated from lz4 utils template. More... over 11 years ago
Update javadoc More... over 11 years ago
Merge pull request #1 from linnaea/compcache More... over 11 years ago
pre-instantiate all compressors. More... over 11 years ago
use AtomicReferenceArray for caching. More... over 11 years ago
Removes test duplication by generalizing testRoundTrip to work on both byte[] and ByteBuffers. More... over 11 years ago
Merge pull request #44 from linnaea/xxh64 More... over 11 years ago
Simplifies getting the address of a direct buffer. Fixes build rule for java-unsafe. Removes leftover code in threaded bench. More... over 11 years ago