openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
L
LZ4 Java
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Feb 28, 2025 — Feb 28, 2026
Showing page 8 of 16
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Issue #53 -Fixed calling flush on closed LZ4BlockOutputStream
Will Droste
More...
over 11 years ago
Rework ByteBuffer support.
Adrien Grand
More...
over 11 years ago
Move to Java 7 as a minimum requirement.
Adrien Grand
More...
over 11 years ago
Remove preset dictionary support.
Adrien Grand
More...
over 11 years ago
Update CHANGES.md.
Adrien Grand
More...
over 11 years ago
Merge pull request #39 from Lambdacube/master
Adrien Grand
More...
over 11 years ago
Add more information about the build system.
Adrien Grand
More...
over 11 years ago
Update lz4 to r123 and xxhash to r37.
Adrien Grand
More...
over 11 years ago
Merge branch 'linnaea-master'
Adrien Grand
More...
over 11 years ago
Merge branch 'master' of github.com:linnaea/lz4-java into linnaea-master
Adrien Grand
More...
over 11 years ago
Merge pull request #51 from blambov/buffers-readonly
Adrien Grand
More...
over 11 years ago
Merge remote-tracking branch 'jpountz/master'
Linnaea Von Lavia
More...
over 11 years ago
Drop LZ4HCCompressor interface
Linnaea Von Lavia
More...
over 11 years ago
Adds fallback to Java implementations for JNI calls on read-only heap buffers.
Branimir Lambov
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.
Branimir Lambov
More...
over 11 years ago
Merge pull request #50 from blambov/xxhash-fix
Adrien Grand
More...
over 11 years ago
Fix XXHash build problems.
Branimir Lambov
More...
over 11 years ago
Add missing check.
Adrien Grand
More...
over 11 years ago
Add ByteBuffer support to xxhash.
Adrien Grand
More...
over 11 years ago
Make UnsafeUtils.readLongLE aware of the offset type.
Adrien Grand
More...
over 11 years ago
Merge branch 'blambov-master'
Adrien Grand
More...
over 11 years ago
Merge branch 'master' of github.com:blambov/lz4-java into blambov-master
Adrien Grand
More...
over 11 years ago
Fixes >2G address problem and adds test for it. Changes LZ4ByteBufferUtils to be generated from lz4 utils template.
Branimir Lambov
More...
over 11 years ago
Update javadoc
Linnaea Von Lavia
More...
over 11 years ago
Merge pull request #1 from linnaea/compcache
Linnaea Von Lavia
More...
over 11 years ago
pre-instantiate all compressors.
Linnaea Von Lavia
More...
over 11 years ago
use AtomicReferenceArray for caching.
Linnaea Von Lavia
More...
over 11 years ago
Removes test duplication by generalizing testRoundTrip to work on both byte[] and ByteBuffers.
Branimir Lambov
More...
over 11 years ago
Merge pull request #44 from linnaea/xxh64
Adrien Grand
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.
Branimir Lambov
More...
over 11 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
15
16
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree