Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
d03224b63345d4ace45c56773f456da16e6c0acd
d03224b
fix typos as suggested by @psteinb
by Yann Collet
· 7 years ago
fd0c125
proposed a minor change to LZ4 Frame format specification
by Yann Collet
· 7 years ago
ad12efa
Merge pull request #453 from lz4/clockfix
by Yann Collet
· 7 years ago
cd63b97
Merge pull request #454 from sunpoet/dev
by Yann Collet
· 7 years ago
75b81bb
Change file format back to ASCII (from UTF-8)
by Po-Chuan Hsieh
· 7 years ago
7dba09a
use more restrictive conditions for clock_gettime()
by Yann Collet
· 7 years ago
b077a99
added checkTag
by Yann Collet
· 7 years ago
dfed9fa
restored .travis
by Yann Collet
· 7 years ago
v1.8.1.2
5e7780d
lz4frame : removed some intermediate stage from LZ4F_decompress()
by Yann Collet
· 7 years ago
cdd0c68
Merge branch 'dev' into coverity_scan
by Yann Collet
· 7 years ago
75e22d1
minor : try to tell static analyzer that we don't care if fseek() fails
by Yann Collet
· 7 years ago
18b4c66
ensure a ptr is non-null
by Yann Collet
· 7 years ago
4d61ebc
modified formulation for LZ4F_compressBound()
by Yann Collet
· 7 years ago
8e69328
programs/datagen : attempt to please static analyzer
by Yann Collet
· 7 years ago
fe66e78
lz4io: fixed minor ressource leak
by Yann Collet
· 7 years ago
99302c4
revert project name
by Yann Collet
· 7 years ago
8e50fec
minor name update
by Yann Collet
· 7 years ago
151a50e
Merge branch 'master' into coverity_scan
by Yann Collet
· 7 years ago
e0e29cf
Merge pull request #449 from lz4/dev
by Yann Collet
· 7 years ago
52a76ff
update man page
by Yann Collet
· 7 years ago
e8ee6e5
nicer console message for `make clean`
by Yann Collet
· 7 years ago
ac38ffa
updated manuals to v1.8.1
by Yann Collet
· 7 years ago
d95606d
Merge pull request #448 from sunpoet/dev
by Yann Collet
· 7 years ago
47bf1a9
Fix lz4 version
by Po-Chuan Hsieh
· 7 years ago
c423dc2
updated LZ4F_decompress() documentation
by Yann Collet
· 7 years ago
d6f1fe1
Merge pull request #446 from lz4/dev
by Yann Collet
· 7 years ago
fb5e98a
updated NEWS for v1.8.1
by Yann Collet
· 7 years ago
v1.8.1
d89fd51
Merge pull request #442 from terrelln/441
by Yann Collet
· 7 years ago
58199f1
Merge pull request #443 from terrelln/440
by Yann Collet
· 7 years ago
a605d7e
Merge pull request #444 from felixhandte/publish-static-functions
by Yann Collet
· 7 years ago
ebef34f
Add Option to Make lz4frame_static.h Functions Visible in Shared Objects
by W. Felix Handte
· 7 years ago
0b203b0
Merge pull request #434 from lz4/pattern
by Yann Collet
· 7 years ago
54f3621
Merge pull request #435 from lz4/destSize
by Yann Collet
· 7 years ago
c2dd686
[lz4f] Skip memcpy() on empty dictionary
by Nick Terrell
· 7 years ago
00eac87
[lz4io] Refuse to set file stat for non-regular files
by Nick Terrell
· 7 years ago
9474b70
[lz4io] Fix decompression file stat with --rm
by Nick Terrell
· 7 years ago
506ae9c
Merge pull request #439 from eli-b/doc-nohup-behavior
by Yann Collet
· 7 years ago
c19d12d
Merge pull request #438 from eli-b/grammar-fix
by Yann Collet
· 7 years ago
329dcd4
Docs: describe behavior under nohup
by Eli Boyarski
· 7 years ago
c8411ea
Grammar: "to silent" -> "to silence"
by Eli Boyarski
· 7 years ago
e290024
object files in /tests
by Yann Collet
· 7 years ago
7d2f30c
lz4opt supports _destSize
by Yann Collet
· 7 years ago
fdde431
/tests programs compiled with LZ4_DEBUG=1
by Yann Collet
· 7 years ago
9753ac4
conditional pattern analysis
by Yann Collet
· 7 years ago
8a9c8e7
Merge pull request #431 from lz4/newopt
by Yann Collet
· 7 years ago
55da545
new level 10
by Yann Collet
· 7 years ago
ec93bb1
Merge pull request #427 from lz4/registerLess
by Yann Collet
· 7 years ago
4e22516
Merge pull request #424 from MaxRis/msbuild-properties-#423
by Yann Collet
· 7 years ago
9be9573
EnableWholeProgramOptimization and UseStaticCRT msbuild custom properties
by Max Risuhin
· 7 years ago
6bbe45e
remove `register` keyword
by Yann Collet
· 7 years ago
de49c5b
Merge pull request #426 from aliceatlas/cli_chmod_fix
by Yann Collet
· 7 years ago
42a31ae
Fix bug which could sometimes result in the lz4 cli chmodding /dev/null if running as root
by Alice Atlas
· 7 years ago
6c94c94
minor updates to examples
by Yann Collet
· 7 years ago
da8bed4
API : changed a few variables' names for clarity
by Yann Collet
· 7 years ago
b48839b
updated NEWS
by Yann Collet
· 7 years ago
dac2608
Merge pull request #416 from lz4/newopt
by Yann Collet
· 7 years ago
dc3ed5b
added code comments
by Yann Collet
· 7 years ago
63f6039
added constant TRAILING_LITERALS
by Yann Collet
· 7 years ago
f93b595
lz4opt: simplified match finder invocation to LZ4HC_FindLongerMatch()
by Yann Collet
· 7 years ago
fa03a9d
added code comments
by Yann Collet
· 7 years ago
b07d362
fixed LZ4HC_reverseCountPattern()
by Yann Collet
· 7 years ago
897f5e9
removed the ip++ at the beginning of block
by Yann Collet
· 7 years ago
e6365b1
Merge pull request #418 from lz4/fasterCount
by Yann Collet
· 7 years ago
71fd08c
removed legacy version of LZ4HC_InsertAndFindBestMatch()
by Yann Collet
· 7 years ago
c49f66f
ensure `pattern` is a 1-byte repetition
by Yann Collet
· 7 years ago
5512a5f
removed useless `(1 && ...)` condition
by Yann Collet
· 7 years ago
7130bfe
improved LZ4HC_reverseCountPattern() :
by Yann Collet
· 7 years ago
a004c1f
fixed LZ4HC_countPattern()
by Yann Collet
· 7 years ago
9221419
added LZ4_FORCEINLINE to counter gcc regression
by Yann Collet
· 7 years ago
d51f046
2-stages LZ4_count
by Yann Collet
· 7 years ago
ce8393e
build: minor : `make lz4` doesn't compile liblz4 anymore
by Yann Collet
· 7 years ago
263e398
Merge pull request #417 from sylvestre/dev
by Yann Collet
· 7 years ago
4fed595
Only ignore with C++17
by Sylvestre Ledru
· 7 years ago
cca7618
When building with a C++ compiler, remove the 'register' keyword to silent a warning
by Sylvestre Ledru
· 7 years ago
aa99163
fixed minor static analyzer warning
by Yann Collet
· 7 years ago
89821ac
minor comment edit
by Yann Collet
· 7 years ago
1025546
unified HC levels
by Yann Collet
· 7 years ago
a1f4a0d
moved ctx->end handling from parsers
by Yann Collet
· 7 years ago
c9bbad5
removed ctx->searchNum
by Yann Collet
· 7 years ago
e2eca62
LZ4_compress_HC_continue_destSize() now compatible with optimal parser
by Yann Collet
· 7 years ago
3b222d2
removes matches[] table
by Yann Collet
· 7 years ago
320e1d5
removed useless parameter from hash chain matchfinder
by Yann Collet
· 7 years ago
81667a1
removed code and reference to binary tree match finder
by Yann Collet
· 7 years ago
82c1aed
improved level 11 speed
by Yann Collet
· 7 years ago
890c055
optimized skip strategy for level 12
by Yann Collet
· 7 years ago
05d78eb
new level 11 uses 512 attempts
by Yann Collet
· 7 years ago
a1c5343
more generic skip formula
by Yann Collet
· 7 years ago
e06cb03
small adaptations for intermediate level 11
by Yann Collet
· 7 years ago
4b81885
partial search, while preserving compression ratio
by Yann Collet
· 7 years ago
bd992f1
searching match leading strictly farther does not work
by Yann Collet
· 7 years ago
8e16eb0
fixed last lost bytes in maximal mode
by Yann Collet
· 7 years ago
0ff4df1
changed strategy : opt[] path is complete after each match
by Yann Collet
· 7 years ago
cc4a109
Merge pull request #415 from lz4/fasterDecodingXp
by Yann Collet
· 7 years ago
15b0d22
Merge branch 'dev' into btopt
by Yann Collet
· 7 years ago
a5731d6
minor change, to help store forwarding
by Yann Collet
· 7 years ago
9378f76
extended shortcut match length to 18
by Yann Collet
· 7 years ago
07c91d9
Merge pull request #408 from terrelln/time
by Yann Collet
· 7 years ago
ace334a
minor : coding style : use ML_MASK constant
by Yann Collet
· 7 years ago
3f17305
added comments, as suggested by @terrelln
by Yann Collet
· 7 years ago
931c5c2
fixed minor overflow mistake in optimal parser
by Yann Collet
· 7 years ago
Next »