]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-11-30  Przemyslaw... gz_state FAR *state 465/head
2016-11-29  Przemyslaw... fixed Travis warnings
2016-11-29  Przemyslaw... updated headers in gz* files
2016-11-29  Przemyslaw... compile with -Wstrict-aliasing=1
2016-11-29  Przemyslaw... gzread.c, gzwrite.c: gz_statep is union
2016-11-29  Przemyslaw... gz_statep is union
2016-11-28  Przemyslaw... plainly marked altered files from zlib
2016-11-28  Przemyslaw... updated zlibWrapper/Makefile
2016-11-28  Przemyslaw... make gz* functions compatible with zlib 1.2.3+
2016-11-28  Przemyslaw... added gzcompatibility.h
2016-11-28  Przemyslaw... Z_TREES only with ZLIB_VERNUM >= 0x1240
2016-11-25  Przemyslaw... zlibWrapper: improve "make clean"
2016-11-25  Przemyslaw... added minigzip test
2016-11-25  Przemyslaw... improved zwrapbench.c
2016-11-25  Przemyslaw... turn on test_gzio
2016-11-24  Przemyslaw... added minigzip
2016-11-24  Przemyslaw... experimental support for gz* functions
2016-11-23  Przemyslaw... bench.c: use ZSTD_maxCLevel() 460/head
2016-11-23  Przemyslaw... fixed g++ warnings
2016-11-23  Przemyslaw... zstd_opt.h: improved price function
2016-11-21  Przemyslaw... fixed warnings from static analyzer in zstd_opt.h
2016-11-21  Przemyslaw... bench.c: fixed MAX_CLEVEL
2016-11-21  Przemyslaw... zlibWrapper: added XXH_NAMESPACE 459/head
2016-11-21  Przemyslaw... exclude zbuff_compress.c and zbuff_decompress.c
2016-11-21  Przemyslaw... lib\README.md: added Using MinGW+MSYS to create DLL
2016-11-21  Przemyslaw... files to generate ZSTD Windows binary package
2016-11-21  Przemyslaw... updated build\README.md
2016-11-21  Przemyslaw... create DLL with Windows
2016-11-21  Przemyslaw... added libzstd.def
2016-11-21  Przemyslaw... VC projects: removed ZBUFF references
2016-11-18  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2016-11-18  Przemyslaw... bench.c without dict uses ZSTD_compressCCtx
2016-11-17  Przemyslaw... updated windres
2016-11-16  Yann ColletMerge pull request #453 from inikep/dev11
2016-11-16  Yann ColletMerge pull request #454 from terrelln/pzstd-small-files
2016-11-16  Yann Colletremoved zbufftest from list of clang tests on Appveyor
2016-11-16  Yann Colletzbuff API now generates deprecation warnings
2016-11-16  Nick Terrell[pzstd] Cast unused parameters to void 454/head
2016-11-16  Nick Terrell[pzstd] Fix frame size for small files + add logging
2016-11-15  Yann ColletMerge pull request #452 from terrelln/msan-fix
2016-11-15  Przemyslaw... fix Visual Studio warnings 453/head
2016-11-15  Przemyslaw... working fullbench-dll
2016-11-15  Przemyslaw... added fullbench-dll
2016-11-15  Przemyslaw... removed _x86 and _x64
2016-11-15  Nick TerrellMerge two memset() calls into one 452/head
2016-11-14  Nick TerrellFix uninitialized memory read
2016-11-14  Yann ColletMerge pull request #451 from terrelln/pzstd-build
2016-11-14  Nick TerrellMerge remote-tracking branch 'upstream/dev' into pzstd... 451/head
2016-11-14  Nick Terrell[pzstd] Remove gtest dependency from make all
2016-11-14  Yann ColletMerge pull request #450 from inikep/dev11
2016-11-14  Nick TerrellFix travis-ci timeout.
2016-11-14  Przemyslaw... restore all Travis tests 450/head
2016-11-14  Przemyslaw... "file" moved to tests/Makefile
2016-11-14  Przemyslaw... fixed .travis.yml (3)
2016-11-14  Przemyslaw... fixed .travis.yml (2)
2016-11-14  Przemyslaw... fixed .travis.yml
2016-11-14  Przemyslaw... added libzstd-dll
2016-11-14  Przemyslaw... updated appveyor.yml
2016-11-14  Przemyslaw... zstdlib renamed to libzstd
2016-11-14  Przemyslaw... updated IntDir and OutDir
2016-11-14  Przemyslaw... updated .gitignore
2016-11-14  Przemyslaw... .travis.yml: added aarch64test and ppc64test
2016-11-14  Przemyslaw... introduced QEMU_SYS
2016-11-14  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2016-11-12  Yann Colletminor comment change
2016-11-08  Yann Colletremoved zbuff.h from include installation
2016-11-07  Yann Colletmake zstd a phony target at root
2016-11-07  Yann Colletzstd cli : displays total decoded size, even when a...
2016-11-07  Yann Colletbump version number to 1.1.2
2016-11-05  Yann ColletMerge pull request #443 from terrelln/dev
2016-11-04  Nick TerrellFix bug in zstd v0.{5, 6} dictionary decompression 443/head
2016-11-04  Yann ColletMerge pull request #441 from inikep/dev11
2016-11-04  Przemyslaw... zwrapbench uses z_const 441/head
2016-11-04  Przemyslaw... updated Makefile for zlibWrapper
2016-11-04  Przemyslaw... typedef ZWRAP_CCtx internal_state
2016-11-04  Przemyslaw... Changed stdinmark and stdoutmark
2016-11-04  Przemyslaw... fixed clang warnings in zlibWrapper
2016-11-04  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2016-11-03  Yann Colletfixed Visual compatibility
2016-11-03  Yann ColletMerge pull request #439 from terrelln/dev
2016-11-03  Yann ColletMerge pull request #442 from terrelln/pzstd-build
2016-11-03  Nick TerrellFix dynamic libzstd symlinks 442/head
2016-11-03  Nick TerrellThe static library was moved to libzstd.a
2016-11-03  Przemyslaw... fixed MinGW compilation (2)
2016-11-03  Przemyslaw... fixed MinGW compilation
2016-11-03  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2016-11-03  Przemyslaw... BMK_SetNbIterations renamed to BMK_SetNbSeconds
2016-11-03  Przemyslaw... preserve file modification time for Visual C++
2016-11-03  Yann Colletfix test-zstd-nolegacy
2016-11-03  Yann Colletfix zlibWrapper make test
2016-11-03  Yann Colletfixed make install
2016-11-03  Nick TerrellZSTD_compress_usingDict() when dict gets loaded 439/head
2016-11-03  Yann Colletfileio.c does no longer need ZSTD_LEGACY_SUPPORT, and...
2016-11-03  Yann ColletFix #419 : no warning when setting custom LDFLAGS
2016-11-02  Yann ColletFix #418 : printing selected segments in zdict debug...
2016-11-02  Przemyslaw... set permissions, access and modification times
2016-11-02  Przemyslaw... preserve file modification time
2016-11-02  Przemyslaw... added UTIL_setModificationTime, UTIL_getModificationTime
2016-11-02  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2016-11-01  Yann Colletminor display improvement in fuzzer when nb of tests... 438/head v1.1.1
next