Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
957823f56f245e6fb2c562fa8f8160aec6be730d
957823f
zstdcli: -r (operate recursively on directories) works with dictBuilder and compression
by inikep
· 8 years ago
4f1acdd
usage of fileno() only on POSIX and Windows
by inikep
· 8 years ago
e75909e
ZBUFF_createCCtx_advanced moved to zbuff_static.h
by inikep
· 8 years ago
5d58956
playTests.sh joined with playTestsMSYS.sh
by inikep
· 8 years ago
460a4ee
playTests updated with Pass-Through mode
by inikep
· 8 years ago
33b8a89
CMake project moved to projects
by inikep
· 8 years ago
02c244b
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
by inikep
· 8 years ago
c8f5509
Merge remote-tracking branch 'refs/remotes/origin/playTests' into dev
by inikep
· 8 years ago
4a9ec65
Merge remote-tracking branch 'refs/remotes/origin/playTests' into dev
by inikep
· 8 years ago
fb5df61
zstd_stats.h included only in debug mode
by inikep
· 8 years ago
a1653fb
zbufftest.c: tests for ZBUFF_createCCtx_advanced/ZBUFF_createDCtx_advanced
by inikep
· 8 years ago
71dd67c
fullbench: tests for ZBUFF_createCCtx_advanced and ZBUFF_createDCtx_advanced
by inikep
· 8 years ago
ddbb8e2
fixed minor conversion warning
by Yann Collet
· 8 years ago
de95f96
Pass-Through mode support (using `-df`), for compatibility with gzip
by Yann Collet
· 8 years ago
32990b5
Added tests for Sparse mode support
by Yann Collet
· 8 years ago
13ba880
added ZBUFF_createCCtx_advanced and ZBUFF_createDCtx_advanced
by inikep
· 8 years ago
75424d1
Added : Sparse write support --[no-]sparse command
by Yann Collet
· 8 years ago
107e243
added ZSTD_createDCtx_advanced
by inikep
· 8 years ago
50e82c0
added ZSTD_createCCtx_advanced
by inikep
· 8 years ago
da4fe74
more portable DEVNULL definition
by Yann Collet
· 8 years ago
99b23ba
cleaner script output
by Yann Collet
· 8 years ago
dca60f2
Added : new cross-version test : check new versions can decode older ones
by Yann Collet
· 8 years ago
764d23e
Merge pull request #189 from thatsafunnyname/patch-2
by Yann Collet
· 8 years ago
04773ac
Minor changes needed for OpenVMS
by Peter (Stig) Edwards
· 8 years ago
35b891c
zstd_stats.h updated to v0.6
by inikep
· 8 years ago
f22a0d6
huff0 dynamic reduction
by Yann Collet
· 8 years ago
45f84ab
all programs use `ZSTD_VERSION_STRING` from `zstd.h` to display their version
by Yann Collet
· 8 years ago
de4d4da
changed version to 0.6.2
by Yann Collet
· 8 years ago
7591a7f
minor refactoring
by Yann Collet
· 8 years ago
e162ace
minor simplification
by Yann Collet
· 8 years ago
96abb5a
AppVeyor tests use playTests.bat
by inikep
· 8 years ago
44bb2f6
added datagen in Visual Studio project
by inikep
· 8 years ago
60af95d
fixed compression with -c with multiple files on Windows
by inikep
· 8 years ago
2bd6b13
added playTests.bat
by inikep
· 8 years ago
3aa4b2b
update file permission
by inikep
· 8 years ago
877cc84
changed appveyor.yml
by inikep
· 8 years ago
35276a9
fixed minor conversion warnings
by Yann Collet
· 8 years ago
bde926f
removed msan tests
by Yann Collet
· 8 years ago
f330215
added playTestsMSYS.sh
by inikep
· 8 years ago
d996743
added memory sanitizer to travis CI
by Yann Collet
· 8 years ago
236d94f
reverted default compression level to 1
by Yann Collet
· 8 years ago
5e334be
AppVeyor tests for mingw32, mingw64, clang
by inikep
· 8 years ago
78aa052
fixed Visual warning in debug mode
by Yann Collet
· 8 years ago
c8e9c40
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
by Yann Collet
· 8 years ago
ea4daa3
added `ZSTDv05_getFrameParams()` to "zstd_v05.h"
by Yann Collet
· 8 years ago
af3246b
Merge pull request #187 from ka7/spelling_fix
by Yann Collet
· 8 years ago
268775d
spelling-fixes, as of lintian.debian.org
by klemens
· 8 years ago
e30bac4
fixed Win32 in AppVeyor
by inikep
· 8 years ago
0ba7738
updated .gitignore for Visual Studio
by inikep
· 8 years ago
7c4d041
added Visual Studio 2008 and 2010 projects
by inikep
· 8 years ago
4d9e557
Visual Studio: remove MSVC*.DLL dependency from Release executables
by inikep
· 8 years ago
d9b3cca
restore openVMS support (detected by @thatsafunnyname)
by Yann Collet
· 8 years ago
929f802
Merge pull request #185 from inikep/dev
by Yann Collet
· 8 years ago
5c39327
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
by inikep
· 8 years ago
e6aa23b
updated NEWS for v0.6.1
by Yann Collet
· 8 years ago
63ecd74
added common/entropy_common.c
by inikep
· 8 years ago
ea7e4f0
Merge pull request #183 from inikep/dev
by Yann Collet
· 8 years ago
58a1d45
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
by inikep
· 8 years ago
0bdb6a8
changed definition of UTIL_createFileList
by inikep
· 8 years ago
37aba8b
updated zlibWrapper/README.md (2)
by inikep
· 8 years ago
b5e6870
updated zlibWrapper/README.md
by inikep
· 8 years ago
3eabe9b
added zlibWrapper - zstd wrapper for zlib
by inikep
· 8 years ago
ccd6e86
improved decoding speed by inlining x_isError() functions
by Yann Collet
· 8 years ago
1687168
minor refactor : more accurate variable scope
by Yann Collet
· 8 years ago
b19d5d7
restored inline for better decompression speed
by Yann Collet
· 8 years ago
1ceb5a9
restored DStream init due to strange speed regressions and warnins on gcc 5.3
by Yann Collet
· 8 years ago
ce27e85
fixed clang conversion warning
by Yann Collet
· 8 years ago
1032fbe
update FSE library
by Yann Collet
· 8 years ago
249ae0c
better big-endian / little-endian r/w support
by Yann Collet
· 8 years ago
4dbf7f4
dynamic memory allocation in UTIL_createFileList
by inikep
· 8 years ago
a96f9fd
datagencli uses `mem.h`
by Yann Collet
· 8 years ago
3329d98
fixed minor asan warning in legacy decoder
by Yann Collet
· 8 years ago
c75e4c2
Added : ZSTD_getErrorString(), to get error string from error enum (#168)
by Yann Collet
· 8 years ago
b3a9938
Merge pull request #182 from inikep/dev
by Yann Collet
· 8 years ago
b12b369
fixed : unused argument in printf
by Yann Collet
· 8 years ago
9545945
disable Visual Studio code analysis
by inikep
· 8 years ago
3733797
bench.c: experimental -r (operate recursively on directories) for Windows and _POSIX_C_SOURCE >= 200112L
by inikep
· 8 years ago
bd39d54
zbuff supports byte-by-byte decompression scenarios
by Yann Collet
· 8 years ago
ed9a085
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
by inikep
· 8 years ago
918b934
minor comment update
by Yann Collet
· 8 years ago
d693117
fixed : null-length string roundtrip
by Yann Collet
· 8 years ago
8b23eea
minor refactor : more accurate variables scope Added null-length string test
by Yann Collet
· 8 years ago
349fcf7
fixed Linux compilation
by inikep
· 8 years ago
aaaf923
common/util.h moved to programs/util.h
by inikep
· 8 years ago
d44ec48
detection of snprintf for Visual <= 2012
by inikep
· 8 years ago
03bf5ad
added appveyor.yml
by inikep
· 8 years ago
6e61a84
added support for VS 2015
by inikep
· 8 years ago
d782890
fixed datagen
by Yann Collet
· 8 years ago
ceca200
datagen uses `mem.h`
by Yann Collet
· 8 years ago
59b6ba7
Merge pull request #180 from thatsafunnyname/patch-1
by Yann Collet
· 8 years ago
4ff73a2
added : midipix support (#181)
by Yann Collet
· 8 years ago
d275236
Fixed Windows API, as detected by @KrzysFR (#171)
by Yann Collet
· 8 years ago
f6ca09b
Reduced console display on loading lots of files with `zstd --train`. Reported by @KrzysFR, see #177
by Yann Collet
· 8 years ago
e1a69a8
Expose Advanced Streaming API for v0.5.x legacy
by Yann Collet
· 8 years ago
95af06f
fixed legacy dictionary decompression
by Yann Collet
· 8 years ago
0c0f314
CLI supports dictionary decompression in legacy mode v0.5.x
by Yann Collet
· 8 years ago
f849462
minor refactor : more accurate variable scope
by Yann Collet
· 8 years ago
a5dacdf
updated fse (minor refactor)
by Yann Collet
· 9 years ago
18dedec
Support legacy ZSTD_decompress_usingDict() (starting v0.5+)
by Yann Collet
· 9 years ago
8283a2f
Fixed decoding corruption error with quad-symbols huffman on legacy decoders
by Yann Collet
· 9 years ago
Next »