projects
/
platform
/
upstream
/
lz4.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/lz4.git
2018-03-12
W. Felix Handte
Further Avoid a dictionary==NULL Check
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Optimize Dict Check Condition
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Move to 4KB Cut-Off
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Reset Table on Inputs Larger than 2KB
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Avoid DictSmall Checks By Strategically Bumping Current...
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Restore DictIssue Check
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Avoid dictionary == NULL Check
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Replace calloc() Calls With malloc() Where Possible
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Copy the Dict Table Into the Context for Large Compressions
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Make LZ4F_compressFrame_usingCDict Take a Compression...
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Switch Current Offset to 1 Only When in External Dictio...
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Hoist Table Reset One Level Up
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Set Dictionary Context Pointer Rather than Copying...
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Lookup Matches in Separate Dictionary Context
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Initialize Current Offset to 1
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Only Re-Alloc / Reset When Needed When Switching Betwee...
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Avoid Resetting the Context When Possible
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Const-ify Table Arg to LZ4_getPosition(OnHash)
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Add LZ4_compress_fast_safeExtState Function
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Add Bounds Check to locateBuffDiff
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Add a Table Type Field to LZ4_stream_t
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Remove Obsolete Stream Functions to Free Space in LZ4_s...
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Allow Empty Dictionaries
commit
|
commitdiff
|
tree
|
snapshot
2018-03-12
W. Felix Handte
Add a Benchmarking Tool For Compression with Context...
commit
|
commitdiff
|
tree
|
snapshot
2018-03-09
Yann Collet
fix #482: change CFLAGS to CXXFLAGS
commit
|
commitdiff
|
tree
|
snapshot
2018-03-09
Yann Collet
fix #481: ensure liblz4.a dependency for `make all`
commit
|
commitdiff
|
tree
|
snapshot
2018-02-28
Yann Collet
updated LZ4F_compressBound() documentation
commit
|
commitdiff
|
tree
|
snapshot
2018-02-27
Yann Collet
Merge pull request #479 from lz4/check
commit
|
commitdiff
|
tree
|
snapshot
2018-02-26
Yann Collet
added target make check
commit
|
commitdiff
|
tree
|
snapshot
2018-02-26
Yann Collet
Merge pull request #478 from lz4/mergeOpt
commit
|
commitdiff
|
tree
|
snapshot
2018-02-26
Yann Collet
bumped version number to v1.8.2
commit
|
commitdiff
|
tree
|
snapshot
2018-02-26
Yann Collet
update code comment on LZ4 streaming interface
commit
|
commitdiff
|
tree
|
snapshot
2018-02-26
Yann Collet
Merge pull request #476 from lz4/mflimit
commit
|
commitdiff
|
tree
|
snapshot
2018-02-25
Yann Collet
merge lz4opt.h into lz4hc.c
commit
|
commitdiff
|
tree
|
snapshot
2018-02-24
Yann Collet
edge case : compress up to end-mflimit (12 bytes)
commit
|
commitdiff
|
tree
|
snapshot
2018-02-21
Yann Collet
Merge pull request #475 from lz4/betterBench
commit
|
commitdiff
|
tree
|
snapshot
2018-02-21
Yann Collet
Merge pull request #471 from lz4/fasterHC
commit
|
commitdiff
|
tree
|
snapshot
2018-02-20
Yann Collet
use TIMELOOP_NANOSEC,
commit
|
commitdiff
|
tree
|
snapshot
2018-02-20
Yann Collet
added one assert()
commit
|
commitdiff
|
tree
|
snapshot
2018-02-20
Yann Collet
fixed minor conversion warning
commit
|
commitdiff
|
tree
|
snapshot
2018-02-20
Yann Collet
ensure bench speed measurement is more accurate for...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-20
Yann Collet
update bench.c to use less time invocations
commit
|
commitdiff
|
tree
|
snapshot
2018-02-18
Yann Collet
update API doc regarding double-buffer strategy
commit
|
commitdiff
|
tree
|
snapshot
2018-02-14
Yann Collet
Merge pull request #472 from hobomind/dev
commit
|
commitdiff
|
tree
|
snapshot
2018-02-14
hobomind
fix: missed semicolon at programs/lz4io.c:954
commit
|
commitdiff
|
tree
|
snapshot
2018-02-13
Yann Collet
Merge pull request #470 from lz4/fasterDec
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Yann Collet
slight hc speed benefit (~+1%)
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Yann Collet
removed LZ4_copy8
commit
|
commitdiff
|
tree
|
snapshot
2018-02-11
Yann Collet
slightly improved hc compression speed (+~1-2%)
commit
|
commitdiff
|
tree
|
snapshot
2018-02-11
Yann Collet
slightly improved decompression speed (~+1-2%)
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Yann Collet
Merge pull request #469 from mathstuf/intel-windows...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-08
Ben Boeckel
intel: do not use __attribute__((packed)) on Windows
commit
|
commitdiff
|
tree
|
snapshot
2018-02-07
Yann Collet
fixed code comment as detected in #466
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Yann Collet
Merge pull request #461 from terrelln/docs
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Nick Terrell
Clarify the requirements of the LZ4 streaming API
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Yann Collet
Merge pull request #458 from lz4/ff161
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Yann Collet
Merge pull request #460 from lz4/frameCompress
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Yann Collet
modified decompression part of frameCompress.c
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Yann Collet
refactored ressource allocation to avoid goto
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Yann Collet
examples/Makefile : changed dependency order
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Yann Collet
Merge branch 'dev' into frameCompress
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Yann Collet
travisci : ensure "clean" betweeb 2 tests
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Yann Collet
modified gpptest recipe
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Yann Collet
Merge pull request #459 from Tyilo/clang-stdc++14
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Yann Collet
refactored frameCompress.c example code
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Yann Collet
fixed read size, as noticed by @terrelln
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Yann Collet
ensure proper dependencies are built for /examples
commit
|
commitdiff
|
tree
|
snapshot
2018-01-31
Yann Collet
refactored frameCompress example
commit
|
commitdiff
|
tree
|
snapshot
2018-01-31
Asger Hautop...
Always prefer c++14 attributes if available
commit
|
commitdiff
|
tree
|
snapshot
2018-01-31
Yann Collet
fix typos as suggested by @psteinb
commit
|
commitdiff
|
tree
|
snapshot
2018-01-31
Asger Hautop...
Ensure LZ4_DEPRECATED("...") is before LZ4LIB_API
commit
|
commitdiff
|
tree
|
snapshot
2018-01-31
Yann Collet
proposed a minor change to LZ4 Frame format specification
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Yann Collet
Merge pull request #455 from terrelln/hc-default
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Nick Terrell
[lz4hc] level == 0 means default, not level 1
commit
|
commitdiff
|
tree
|
snapshot
2018-01-17
Yann Collet
Merge pull request #453 from lz4/clockfix
commit
|
commitdiff
|
tree
|
snapshot
2018-01-17
Yann Collet
Merge pull request #454 from sunpoet/dev
commit
|
commitdiff
|
tree
|
snapshot
2018-01-17
Po-Chuan Hsieh
Change file format back to ASCII (from UTF-8)
commit
|
commitdiff
|
tree
|
snapshot
2018-01-16
Yann Collet
use more restrictive conditions for clock_gettime()
commit
|
commitdiff
|
tree
|
snapshot
2018-01-15
Yann Collet
added checkTag
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
restored .travis
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
lz4frame : removed some intermediate stage from LZ4F_de...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
Merge branch 'dev' into coverity_scan
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
minor : try to tell static analyzer that we don't care...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
ensure a ptr is non-null
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
modified formulation for LZ4F_compressBound()
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
programs/datagen : attempt to please static analyzer
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
lz4io: fixed minor ressource leak
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
revert project name
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
minor name update
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
Merge branch 'master' into coverity_scan
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
Merge pull request #449 from lz4/dev
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
update man page
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
nicer console message for `make clean`
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
updated manuals to v1.8.1
commit
|
commitdiff
|
tree
|
snapshot
2018-01-14
Yann Collet
Merge pull request #448 from sunpoet/dev
commit
|
commitdiff
|
tree
|
snapshot
2018-01-13
Po-Chuan Hsieh
Fix lz4 version
commit
|
commitdiff
|
tree
|
snapshot
2018-01-13
Yann Collet
updated LZ4F_decompress() documentation
commit
|
commitdiff
|
tree
|
snapshot
2018-01-13
Yann Collet
Merge pull request #446 from lz4/dev
commit
|
commitdiff
|
tree
|
snapshot
2018-01-12
Yann Collet
updated NEWS for v1.8.1
commit
|
commitdiff
|
tree
|
snapshot
2018-01-10
Yann Collet
Merge pull request #442 from terrelln/441
commit
|
commitdiff
|
tree
|
snapshot
next