Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
43e053513bb2386b526daad5621e29a817663691
43e0535
fix g++ typecast
by Yann Collet
· 10 years ago
61d7416
updated doc
by Yann Collet
· 10 years ago
17f8614
added : memtest on fullbench
by Yann Collet
· 10 years ago
d38b0b6
Merge pull request #73 from funcodeio/dev
by Yann Collet
· 10 years ago
979a991
memcpy speed as reference
by Yann Collet
· 10 years ago
157a739
Merge pull request #74 from Cyan4973/fastMode
by Yann Collet
· 10 years ago
dd69902
Removed unused lines.
by Yongwoon Cho
· 10 years ago
43eaf8f
Merge pull request #72 from fzort/master
by Yann Collet
· 10 years ago
f72761f
new tests for large files with content size support (#70)
by Yann Collet
· 10 years ago
90c0104
Added : progress indicator, in fast and decompression modes
by Yann Collet
· 10 years ago
1d3ab5d
Cygwin has fileno, so there's no need to use _fileno.
by mauro.persano
· 10 years ago
78d2dfd
fullbench : tests of _limitedOutput variants intentionnally provides less memory space than safe (LZ4_compressBound())
by Yann Collet
· 10 years ago
ef7cd83
Fixed issue 160, reported by Eric Berge
by Yann Collet
· 10 years ago
28e237e
simplified LZ4_compress_limitedOutput()
by Yann Collet
· 10 years ago
89eee0d
Removed make dist
by Yann Collet
· 10 years ago
0615eb4
Stricter tests : treat warnings as errors
by Yann Collet
· 10 years ago
76a03c1
simplified LZ4_compress_withState()
by Yann Collet
· 10 years ago
6625068
simplified LZ4_compress()
by Yann Collet
· 10 years ago
886b199
Modified files rights
by Yann Collet
· 10 years ago
7b5e945
Removed Visual 2013 solution, as AppVeyor automated mode only works with a single solution
by Yann Collet
· 10 years ago
117ab8c
Added : Visual 2013 solution
by Yann Collet
· 10 years ago
08b24af
Updated Visual 2012 solution : + 3 projects (fullbench, frametest, datagen)
by Yann Collet
· 10 years ago
a761546
Fix : minor warning under Visual
by Yann Collet
· 10 years ago
bf146ec
Removed .suo & .user files from Visual solutions
by Yann Collet
· 10 years ago
7db6678
Restored proper credit
by Yann Collet
· 10 years ago
3bba55c
Fixed : Windows compilation Added : Appveyor badge
by Yann Collet
· 10 years ago
160661c
Merge pull request #69 from Cyan4973/dev
by Yann Collet
· 10 years ago
r128
8437a0e
Fixed : Visual compilation
by Yann Collet
· 10 years ago
7c26b03
Updated make dist
by Yann Collet
· 10 years ago
f174964
Added : Frame documentation in MarkDown format
by Yann Collet
· 10 years ago
880381c
Removed HTML Frame Format documentation
by Yann Collet
· 10 years ago
5b9fb69
minor tweak
by Yann Collet
· 10 years ago
4783cb8
Updated readme
by Yann Collet
· 10 years ago
4c227a4
Added LZ4_compress_fast()
by Yann Collet
· 10 years ago
003af71
Merge pull request #67 from Cyan4973/dev
by Yann Collet
· 10 years ago
2a82619
fixed fullbench memory allocation error
by Yann Collet
· 10 years ago
6c69dc1
faster compression in 64 bits mode
by Yann Collet
· 10 years ago
44793b8
Updated documentation
by Yann Collet
· 10 years ago
b93f629
changed file name
by Yann Collet
· 10 years ago
eeb8bea
Updated comments on LZ4F_getFrameInfo()
by Yann Collet
· 10 years ago
002ec60
restored lz4hc compression ratio
by Yann Collet
· 10 years ago
987e78c
Merge pull request #66 from Cyan4973/dev
by Yann Collet
· 10 years ago
8cb06d5
lz4frame validates contentSize during decompression
by Yann Collet
· 10 years ago
d5da787
Changed struct member to contentSize
by Yann Collet
· 10 years ago
2d4fed5
Merge pull request #65 from Cyan4973/dev
by Yann Collet
· 10 years ago
ce71b07
converted to markdown friendly syntax
by Yann Collet
· 10 years ago
1ba37f3
Reference format doc
by Yann Collet
· 10 years ago
5780864
Fixed : Makefile
by Yann Collet
· 10 years ago
b009767
windows friendly make clean
by Yann Collet
· 10 years ago
27f7d06
minor beautifier (make clean)
by Yann Collet
· 10 years ago
b4755c7
Added : arm cross-compilation test
by Yann Collet
· 10 years ago
a357f43
Fixed cast-align warnings on 32-bits
by Yann Collet
· 10 years ago
4a9335b
Added : doc authorship
by Yann Collet
· 10 years ago
e652285
Merge pull request #63 from t-mat/comment-on-example-directory
by Yann Collet
· 10 years ago
2af52a9
Add "Examples" subtree
by Takayuki MATSUOKA
· 10 years ago
679afea
Add README.md as table of contents
by Takayuki MATSUOKA
· 10 years ago
19665c9
Add document for "Line by Line Text Compression" example
by Takayuki MATSUOKA
· 10 years ago
438fee9
Add document for "Double Buffer" example
by Takayuki MATSUOKA
· 10 years ago
a38166b
Add document : "Streaming API Basics"
by Takayuki MATSUOKA
· 10 years ago
80e71c6
Updated man page : "--[no-]X"
by Yann Collet
· 10 years ago
5950f72
Updated tests
by Yann Collet
· 10 years ago
6b923d5
Updated long commands, with reverse "--no-" variants
by Yann Collet
· 10 years ago
d0f8d40
updated dist list
by Yann Collet
· 10 years ago
00c3208
Merge pull request #61 from Cyan4973/dev
by Yann Collet
· 10 years ago
7f436a1
lz4 cli supports frame content size
by Yann Collet
· 10 years ago
a28b147
removed useless man pages
by Yann Collet
· 10 years ago
7cf4e5c
Updates tests & Man pages
by Yann Collet
· 10 years ago
f02adc7
new long commands
by Yann Collet
· 10 years ago
86715b2
Some more tests related to frame content size
by Yann Collet
· 10 years ago
7ee7256
frame content size support
by Yann Collet
· 10 years ago
7d87d43
Updated lz4io sparse file support (alignment properties)
by Yann Collet
· 10 years ago
b54d256
minor lz4frame optimisation (no more malloc() on using LZ4F_compressFrame() in fast mode)
by Yann Collet
· 10 years ago
da9402c
minor lz4frame refactoring
by Yann Collet
· 10 years ago
859fe3b
Updated LZ4 frame format documentation
by Yann Collet
· 10 years ago
8edb7f1
Added : Readme into lib directory, to explain what does each file
by Yann Collet
· 10 years ago
e7fb4d1
lz4 utility supports "pass-through" mode
by Yann Collet
· 10 years ago
2a02455
minor refactoring
by Yann Collet
· 10 years ago
3a68324
skippable frames support
by Yann Collet
· 10 years ago
93849d1
minor CMakeLists update
by Yann Collet
· 10 years ago
471eabe
Merge pull request #60 from Cyberunner23/master
by Yann Collet
· 10 years ago
ef029a1
Removed checking of CMAKE_SYSTEM_PROCESSOR when adding -fPIC, breaks when that var is '64bit'.
by Cyberunner23
· 10 years ago
c9a2b14
removed -s command from lz4c specific list of legacy commands
by Yann Collet
· 10 years ago
207aafd
Added : unlz4 symbolic link to "lz4 -d"
by Yann Collet
· 10 years ago
2b55752
changed "make install" default install directory to /usr/local
by Yann Collet
· 10 years ago
bbcfe21
Added : clang test
by Yann Collet
· 10 years ago
8a87769
Fix : static analyzer test on Travis
by Yann Collet
· 10 years ago
45b0642
scan-build tests
by Yann Collet
· 10 years ago
a18fb43
Merge pull request #58 from Cyan4973/sparseFile
by Yann Collet
· 10 years ago
248b761
windows sparse file support
by Yann Collet
· 10 years ago
d11ac40
Improved sparse files support
by Yann Collet
· 10 years ago
45a357f
Improved sparse file support
by Yann Collet
· 10 years ago
e38c268
Fixed minor g++ warnings
by Yann Collet
· 10 years ago
12ab415
Preliminary support for sparse files
by Yann Collet
· 10 years ago
e3f33d2
Fixed minor warnings
by Yann Collet
· 10 years ago
74a6b14
Merge pull request #57 from alexDarcy/master
by Yann Collet
· 10 years ago
f2cc4be
Updated Cmake configuration for non-gnu compiler
by alexDarcy
· 10 years ago
ceec6fa
g++ compatibility
by Yann Collet
· 10 years ago
6b0c39b
Updated datagen (can create sparse files)
by Yann Collet
· 10 years ago
e277511
Merge pull request #54 from t-mat/gc-issue/155
by Yann Collet
· 10 years ago
e1d9b59
Fixed : static library (x64 binary)
by Yann Collet
· 10 years ago
Next »