- 11月 27, 2019
-
-
由 Yann Collet 创作于
complaining about a `const` property on one side but not the other.
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
-
由 Bimba Shrestha 创作于
Fixes a fuzz issue where dictionary_round_trip failed because the compressor was generating corrupt files thanks to zero weights in the table. * Only setting loaded dict huf table to valid on non-zero * Adding hasNoZeroWeights test to fse tables * Forbiding nbBits != 0 when weight == 0 * Reverting the last commit * Setting table log to 0 when weight == 0 * Small (invalid) zero weight dict test * Small (valid) zero weight dict test * Initializing repeatMode vars to check before zero check * Removing FSE changes to seperate pr * Reverting accidentally changed file * Negating bool, using unsigned, optimization nit
-
由 Yann Collet 创作于
-
- 11月 26, 2019
-
-
由 Yann Collet 创作于
fix #1904
-
由 Nick Terrell 创作于
* Optimize `ZSTD_decodeSequence()` * Optimize Huffman decoding * Optimize `ZSTD_decompressSequences()` * Delete `ZSTD_decodeSequenceLong()`
-
由 Yann Collet 创作于
blind attempt
-
由 Yann Collet 创作于
shows that the resulting object just takes ownership of provided buffer.
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
protecting "/dev/null" from having its permissions changed. also : minor : improved consistency of util.h API
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
/dev/null permissions were modified when using sudo rights. This fixes this bug during decompression. More importantly, this patch adds a test, triggered in TravisCI, ensuring unaltered /dev/null permissions.
-
- 11月 23, 2019
-
-
由 Yann Collet 创作于
many tests used to be run on Trusty platform, they are now run on _current_ platform, and now many test titles are incorrect. Fixed.
-
由 Yann Collet 创作于
WIP: Fix typo in util.c
-
- 11月 22, 2019
-
-
由 Nick Terrell 创作于
Fix null pointer addition
-
由 Yann Collet 创作于
[cmake][tests] Add zstreamtest executable
-
- 11月 21, 2019
-
-
由 Nick Terrell 创作于
-
由 Nick Terrell 创作于
-
由 Nick Terrell 创作于
Update .gitignore
-
由 Nick Terrell 创作于
-
- 11月 20, 2019
-
-
由 Yann Collet 创作于
Easy: Update Comment on `ZSTD_initDStream()`
-
由 Yann Collet 创作于
Fixing hashLog error 2^26=64Mib
-
由 Nick Terrell 创作于
Fix Appveyor failure
-
由 Sergey Dryabzhinsky 创作于
-
由 Sergey Dryabzhinsky 创作于
There must be mtim*e*
-
由 Nick Terrell 创作于
-
由 Bimba Shrestha 创作于
-
- 11月 19, 2019
-
-
由 W. Felix Handte 创作于
-
由 Nick Terrell 创作于
Optimized loop bounds to allow the compiler to unroll the loop.
-
由 Nick Terrell 创作于
RLE test and re-enable RLE in main compression loop
-
由 Nick Terrell 创作于
shared library: rename import library with .dll.a extension
-
由 Sen Huang 创作于
-
- 11月 16, 2019
-
-
由 Sen Huang 创作于
-
由 Vincent Torri 创作于
mort of open source project are using this extension for the import library. The Win32 linker is supporting this extension, see https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/4/html/Using_ld_the_GNU_Linker/win32.html section "direct linking to a dll"
-
由 Vincent Torri 创作于
-
由 Sen Huang 创作于
-
- 11月 15, 2019
-
-
由 Clement Courbet 创作于
This has no measurable impact on large files but improves small file decompression by ~1-2% for 10kB, benchmarked with: head -c 10000 silesia.tar > /tmp/test make CC=/usr/local/bin/clang-9 BUILD_STATIC=1 && ./lzbench -ezstd -t1,5 /tmp/test
-
由 Sen Huang 创作于
-