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-01-01
Yann Collet
Merge pull request #439 from eli-b/doc-nohup-behavior
commit
|
commitdiff
|
tree
|
snapshot
2018-01-01
Yann Collet
Merge pull request #438 from eli-b/grammar-fix
commit
|
commitdiff
|
tree
|
snapshot
2018-01-01
Eli Boyarski
Docs: describe behavior under nohup
commit
|
commitdiff
|
tree
|
snapshot
2018-01-01
Eli Boyarski
Grammar: "to silent" -> "to silence"
commit
|
commitdiff
|
tree
|
snapshot
2017-12-21
Yann Collet
Merge pull request #431 from lz4/newopt
commit
|
commitdiff
|
tree
|
snapshot
2017-12-20
Yann Collet
new level 10
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Yann Collet
Merge pull request #427 from lz4/registerLess
commit
|
commitdiff
|
tree
|
snapshot
2017-12-11
Yann Collet
Merge pull request #424 from MaxRis/msbuild-properties...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-11
Max Risuhin
EnableWholeProgramOptimization and UseStaticCRT msbuild...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-05
Yann Collet
remove `register` keyword
commit
|
commitdiff
|
tree
|
snapshot
2017-12-04
Yann Collet
Merge pull request #426 from aliceatlas/cli_chmod_fix
commit
|
commitdiff
|
tree
|
snapshot
2017-12-04
Alice Atlas
Fix bug which could sometimes result in the lz4 cli...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-25
Yann Collet
minor updates to examples
commit
|
commitdiff
|
tree
|
snapshot
2017-11-20
Yann Collet
API : changed a few variables' names for clarity
commit
|
commitdiff
|
tree
|
snapshot
2017-11-13
Yann Collet
updated NEWS
commit
|
commitdiff
|
tree
|
snapshot
2017-11-09
Yann Collet
Merge pull request #416 from lz4/newopt
commit
|
commitdiff
|
tree
|
snapshot
2017-11-09
Yann Collet
added code comments
commit
|
commitdiff
|
tree
|
snapshot
2017-11-09
Yann Collet
added constant TRAILING_LITERALS
commit
|
commitdiff
|
tree
|
snapshot
2017-11-09
Yann Collet
lz4opt: simplified match finder invocation to LZ4HC_Fin...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-08
Yann Collet
added code comments
commit
|
commitdiff
|
tree
|
snapshot
2017-11-08
Yann Collet
fixed LZ4HC_reverseCountPattern()
commit
|
commitdiff
|
tree
|
snapshot
2017-11-08
Yann Collet
removed the ip++ at the beginning of block
commit
|
commitdiff
|
tree
|
snapshot
2017-11-07
Yann Collet
Merge pull request #418 from lz4/fasterCount
commit
|
commitdiff
|
tree
|
snapshot
2017-11-07
Yann Collet
removed legacy version of LZ4HC_InsertAndFindBestMatch()
commit
|
commitdiff
|
tree
|
snapshot
2017-11-07
Yann Collet
ensure `pattern` is a 1-byte repetition
commit
|
commitdiff
|
tree
|
snapshot
2017-11-07
Yann Collet
removed useless `(1 && ...)` condition
commit
|
commitdiff
|
tree
|
snapshot
2017-11-07
Yann Collet
improved LZ4HC_reverseCountPattern() :
commit
|
commitdiff
|
tree
|
snapshot
2017-11-07
Yann Collet
fixed LZ4HC_countPattern()
commit
|
commitdiff
|
tree
|
snapshot
2017-11-07
Yann Collet
added LZ4_FORCEINLINE to counter gcc regression
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Yann Collet
2-stages LZ4_count
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Yann Collet
build: minor : `make lz4` doesn't compile liblz4 anymore
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Yann Collet
Merge pull request #417 from sylvestre/dev
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Sylvestre Ledru
Only ignore with C++17
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Sylvestre Ledru
When building with a C++ compiler, remove the 'register...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Yann Collet
fixed minor static analyzer warning
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Yann Collet
minor comment edit
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Yann Collet
unified HC levels
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Yann Collet
moved ctx->end handling from parsers
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Yann Collet
removed ctx->searchNum
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Yann Collet
LZ4_compress_HC_continue_destSize() now compatible...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Yann Collet
removes matches[] table
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Yann Collet
removed useless parameter from hash chain matchfinder
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Yann Collet
removed code and reference to binary tree match finder
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Yann Collet
improved level 11 speed
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Yann Collet
optimized skip strategy for level 12
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Yann Collet
new level 11 uses 512 attempts
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Yann Collet
more generic skip formula
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Yann Collet
small adaptations for intermediate level 11
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Yann Collet
partial search, while preserving compression ratio
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Yann Collet
searching match leading strictly farther does not work
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Yann Collet
fixed last lost bytes in maximal mode
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Yann Collet
changed strategy : opt[] path is complete after each...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
Yann Collet
Merge pull request #415 from lz4/fasterDecodingXp
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
Yann Collet
Merge branch 'dev' into btopt
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Yann Collet
minor change, to help store forwarding
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Yann Collet
extended shortcut match length to 18
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Yann Collet
Merge pull request #408 from terrelln/time
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Yann Collet
minor : coding style : use ML_MASK constant
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Yann Collet
added comments, as suggested by @terrelln
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Yann Collet
fixed minor overflow mistake in optimal parser
commit
|
commitdiff
|
tree
|
snapshot
2017-10-30
Yann Collet
fixed minor initialization warning
commit
|
commitdiff
|
tree
|
snapshot
2017-10-30
Yann Collet
more complete shortcut - passes tests
commit
|
commitdiff
|
tree
|
snapshot
2017-10-30
Yann Collet
Merge pull request #412 from mikir/symbolsVisibility
commit
|
commitdiff
|
tree
|
snapshot
2017-10-30
mikir
Separated visibility from LZ4LIB_API macro.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Yann Collet
small modification of lz4 decoder to shortcut common...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Yann Collet
added hash chain with conditional length
commit
|
commitdiff
|
tree
|
snapshot
2017-10-21
Yann Collet
lz4opt: added hash chain search
commit
|
commitdiff
|
tree
|
snapshot
2017-10-20
Yann Collet
switched many types to int
commit
|
commitdiff
|
tree
|
snapshot
2017-10-20
Yann Collet
removed SET_PRICE macro
commit
|
commitdiff
|
tree
|
snapshot
2017-10-20
Yann Collet
removed one macro usage
commit
|
commitdiff
|
tree
|
snapshot
2017-10-20
Yann Collet
minor refactor
commit
|
commitdiff
|
tree
|
snapshot
2017-10-20
Yann Collet
lz4opt: refactor sequence reverse traversal
commit
|
commitdiff
|
tree
|
snapshot
2017-10-20
Yann Collet
refactor variable matchnum
commit
|
commitdiff
|
tree
|
snapshot
2017-10-20
Yann Collet
simplified initial cost conditions
commit
|
commitdiff
|
tree
|
snapshot
2017-10-19
Yann Collet
added assert
commit
|
commitdiff
|
tree
|
snapshot
2017-10-19
Yann Collet
renamed last_pos into last_match_pos
commit
|
commitdiff
|
tree
|
snapshot
2017-10-19
Yann Collet
simplified early exit when single solution
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Nick Terrell
[bench] Use higher resolution timer on POSIX
commit
|
commitdiff
|
tree
|
snapshot
2017-10-15
Yann Collet
lz4cli : minor rewrite of lz4c legacy commands
commit
|
commitdiff
|
tree
|
snapshot
2017-10-15
Yann Collet
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
commit
|
commitdiff
|
tree
|
snapshot
2017-10-15
Yann Collet
lz4cli : removed extension artefacts
commit
|
commitdiff
|
tree
|
snapshot
2017-10-13
Yann Collet
Merge pull request #407 from odaira/useO2ppc64le
commit
|
commitdiff
|
tree
|
snapshot
2017-10-13
Rei Odaira
Use the optimization level of O2 for the decompression...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Yann Collet
Merge pull request #403 from felixhandte/lz4-cli-dict...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
W. Felix Handte
Read the Dictionary into a Circular Buffer
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
W. Felix Handte
Add some tests verifying command line dictionary functi...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
W. Felix Handte
Add Dictionary Support to the Command Line Tool
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Yann Collet
fused getLongerMatch and getWiderMatch
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Yann Collet
re-inserted last byte test in widerMatch
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Yann Collet
early out is not better
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Yann Collet
optional fuse
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Yann Collet
improved search of rep-1 patterns
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Yann Collet
insertAndFindBestMatch defers to insertAndGetWiderMatch
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Yann Collet
fixed decoding block checksum in lz4frame
commit
|
commitdiff
|
tree
|
snapshot
2017-09-30
Yann Collet
fix #404
commit
|
commitdiff
|
tree
|
snapshot
2017-09-23
Yann Collet
minor lz4frame code refactor
commit
|
commitdiff
|
tree
|
snapshot
2017-09-23
Yann Collet
Merge pull request #402 from felixhandte/fix-dict-segfault
commit
|
commitdiff
|
tree
|
snapshot
2017-09-22
W. Felix Handte
Fix Segfault When Copying Dict
commit
|
commitdiff
|
tree
|
snapshot
2017-09-11
Yann Collet
minor improvements to examples
commit
|
commitdiff
|
tree
|
snapshot
2017-09-10
Yann Collet
made clang warnings fail (-Werror)
commit
|
commitdiff
|
tree
|
snapshot
next