Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
r121
8dc446d
Merge pull request #17 from Cyan4973/dev
by Cyan4973
· 10 years ago
r121
3c7309e
Added : .gitattributes
by Yann Collet
· 10 years ago
205735a
Fixed crlf issue
by Yann Collet
· 10 years ago
3897eb6
Makefile : restored Takayuki's fix for OS-X and BSD
by Yann Collet
· 10 years ago
4ea832b
Updated Makefile : make dist Minor formatting changes for xxhash
by Yann Collet
· 10 years ago
a075594
fix : minor compilation warning under mingw
by Yann Collet
· 10 years ago
ea74cc4
Added : HC streaming test
by Yann Collet
· 10 years ago
7ac18ad
fix : HC streaming mode
by Yann Collet
· 10 years ago
17fdc54
Merge pull request #15 from t-mat/fix-bsd-sed
by Cyan4973
· 10 years ago
525cb11
Fix BSD sed error reported by Yue Du
by Takayuki MATSUOKA
· 10 years ago
e4aaa68
fix : minor compilation warning under mingw
by Yann Collet
· 10 years ago
a50c102
Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
by Yann Collet
· 10 years ago
3f607b5
Merge pull request #13 from Cyan4973/dev
by Cyan4973
· 10 years ago
r120
f9e16d2
updated NEWS
by Yann Collet
· 10 years ago
9f42b09
Makefile : synchronize library version number with lz4.h - Thanks to Takayuki Matsuoka
by Yann Collet
· 10 years ago
2c15ec4
Makefile : some corrections suggested by Michał Górny (issue 136)
by Yann Collet
· 10 years ago
64547df
Added : LZ4_versionNumber(), thanks to Takayuki Matsuoka
by Yann Collet
· 10 years ago
0d1e43a
Merge branch 'dev' of https://github.com/Cyan4973/lz4 into dev
by Yann Collet
· 10 years ago
dc10710
Added : pkg-config (issue 135)
by Yann Collet
· 10 years ago
1870d48
Restored : lz4 compression function using externally allocated memory for state
by Yann Collet
· 10 years ago
2f93f3a
Updated xxHash to r35
by Yann Collet
· 10 years ago
a154628
Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle
by Yann Collet
· 10 years ago
fbe14d1
Modified : lz4 streaming API, strong types
by Yann Collet
· 10 years ago
d3c43d3
Modified : streaming API (fast compression)
by Yann Collet
· 10 years ago
e002818
Modified : Makefile : added -Wshadow option, suggest by Boris Faure
by Yann Collet
· 10 years ago
070b335
Fix : OS-X : library install name, thanks to Clemens Lang
by Yann Collet
· 10 years ago
fd51d05
updated fuzzer, faster and cleaner overflow tests
by Yann Collet
· 10 years ago
28fd251
Merge pull request #11 from Cyan4973/dev
by Cyan4973
· 10 years ago
r119
bdb5bce
update to r119
by Yann Collet
· 10 years ago
3a94272
Stronger fuzzer tests Stronger fix 134
by Yann Collet
· 10 years ago
a3089e5
stronger fuzzer tests
by Yann Collet
· 10 years ago
402c587
New fuzzer test (issue 134)
by Yann Collet
· 10 years ago
1411c2b
Quickfix of issue 134 (untested)
by Yann Collet
· 10 years ago
0665c50
Merge pull request #8 from Cyan4973/dev
by Cyan4973
· 10 years ago
r118
93e589c
updated NEWS
by Yann Collet
· 10 years ago
9d8e1f5
Merge pull request #7 from Cyan4973/dev
by Cyan4973
· 10 years ago
790db93
updated lz4cat man page
by Yann Collet
· 10 years ago
da53731
Fixed : issue 52 (reported by Ludwig Strigeus)
by Yann Collet
· 10 years ago
8d66dd7
Fixed : using loadDict() with small dictionaries
by Yann Collet
· 10 years ago
6e1179a
bugfix : streaming tiny messages from within very small ringbuffer (Takayuki's streaming example 2)
by Yann Collet
· 10 years ago
d517d60
Fixed : streaming compression using small (<64KB) dictionary buffers
by Yann Collet
· 10 years ago
61ee86b
quickfix
by Yann Collet
· 10 years ago
2f0a717
LZ4 Streaming : check overlapping input/dictionary
by Yann Collet
· 10 years ago
8ee9e6d
Improved decompression speed
by Yann Collet
· 10 years ago
2040c97
Merge pull request #6 from Cyan4973/streaming
by Cyan4973
· 10 years ago
1c5a630
CLI : can select compression level > 9
by Yann Collet
· 10 years ago
0c62103
restored LZ4 HC streaming mode
by Yann Collet
· 10 years ago
3b92842
improved compression ratio for long streams in 32 bits mode
by Yann Collet
· 10 years ago
661e4dd
lz4io : reduced memory usage in streaming mode
by Yann Collet
· 10 years ago
f0e6bf4
Improved compression speed in 64KB block mode
by Yann Collet
· 10 years ago
135f11b
Obsolete "external allocation" functions
by Yann Collet
· 10 years ago
426e743
removed old stream structure
by Yann Collet
· 10 years ago
598bde9
converge towards LZ4_compress_continue()
by Yann Collet
· 10 years ago
a79180f
New : valgrind memtest
by Yann Collet
· 10 years ago
c4f5b9d
Fixed (continued) : address space overflow in 32-bits mode
by Yann Collet
· 10 years ago
140e6e7
Corrected : address space overflow in 32-bits mode
by Yann Collet
· 10 years ago
1e053a2
new test tool : datagen
by Yann Collet
· 10 years ago
ec71769
restored continuous streaming mode
by Yann Collet
· 10 years ago
b636779
unified structure model
by Yann Collet
· 10 years ago
302e7e2
coalesced streaming compression code + speed optimization
by Yann Collet
· 10 years ago
971f612
speed optimization
by Yann Collet
· 11 years ago
4b43c2b
Continuous streaming mode (automatic)
by Yann Collet
· 11 years ago
914f8a9
Added : fuzzer code for LZ4_compress_limitedOutput_usingDict()
by Yann Collet
· 11 years ago
8c38ddd
Introduce : LZ4_compress_limitedOutput_usingDict()
by Yann Collet
· 11 years ago
9ac6809
restored Travis Build Matrix
by Yann Collet
· 11 years ago
7f92b09
Fixed : compilation errors using Visual 2012
by Yann Collet
· 11 years ago
4db6b03
First version of Block Streaming API : LZ4_compress_usingDict()
by Yann Collet
· 11 years ago
7bcb3b2
changed naming convention to *_usingDict()
by Yann Collet
· 11 years ago
200d87c
Added : *_withDict to fullbench
by Yann Collet
· 11 years ago
3452f57
Travis status for both master & dev branches, thanks to Takayuki Matsuoka
by Yann Collet
· 11 years ago
d7ebeb7
Merge pull request #4 from t-mat/travis-ci-build-matrix
by Cyan4973
· 11 years ago
7290199
Add Travis build status badge
by Takayuki MATSUOKA
· 11 years ago
dca4bc3
Add Travis CI's Build Matrix
by Takayuki MATSUOKA
· 11 years ago
42cb613
fuzzer : added compressibility parameter (-p#)
by Yann Collet
· 11 years ago
c75f73a
fixed : allocation within fuzzer new command line options for fuzzer (see -h)
by Yann Collet
· 11 years ago
ff0db1d
modified : rand generator
by Yann Collet
· 11 years ago
b4e8585
fixed : read error into fuzzer
by Yann Collet
· 11 years ago
03b9c5f
Introduce "External Dictionary" de/compression API
by Yann Collet
· 11 years ago
c4a99c8
fuzzer title shows 32/64 bits mode
by Yann Collet
· 11 years ago
f6beaa7
re-order travis tests fix : remove man pages on uninstall
by Yann Collet
· 11 years ago
dac2a09
Merge pull request #3 from Cyan4973/beta
by Cyan4973
· 11 years ago
r117
30a41b5
updated NEWS
by Yann Collet
· 11 years ago
5f4a8e4
Merge pull request #2 from t-mat/travis-ci
by Cyan4973
· 11 years ago
a41790a
Add build target 'test'
by Takayuki MATSUOKA
· 11 years ago
0390c7d
Add command-line switch to support Travis-CI
by Takayuki MATSUOKA
· 11 years ago
a674c55
Add .travis.yml
by Takayuki MATSUOKA
· 11 years ago
e63b147
Added README.md to the list of packaged files
by Yann Collet
· 11 years ago
5b91330
Added lz4c & lz4cat man pages
by Yann Collet
· 11 years ago
374d6ac
Fixed issue 127 & 128
by Yann Collet
· 11 years ago
37be467
quickfix (issue 124 & 125)
by yann.collet.73@gmail.com
· 11 years ago
848fdf3
Added : lz4cat utility for posx systems
by yann.collet.73@gmail.com
· 11 years ago
a9d8640
Makefile : library correctly compiled with -O3 switch (issue 114)
by yann.collet.73@gmail.com
· 11 years ago
69dc85b
Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier !
by yann.collet.73@gmail.com
· 11 years ago
96a60a5
quickfix (issue 107 & issue 103)
by yann.collet.73@gmail.com
· 11 years ago
6486787
Makefile : added capability to install libraries
by yann.collet.73@gmail.com
· 11 years ago
fb38dda
lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
by yann.collet.73@gmail.com
· 11 years ago
8ac549f
lz4.c : corrected issue 98 within LZ4_compress_limitedOutput()
by yann.collet.73@gmail.com
· 11 years ago
7a863ab
lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB (thanks Roman Strashkin for reporting)
by yann.collet.73@gmail.com
· 11 years ago
a78db58
Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio.
by yann.collet.73@gmail.com
· 11 years ago
82bf5be
by yann.collet.73@gmail.com
· 11 years ago
Next »