1. 23cec87 fixed Makefile targets: zstd-small, zstd-decompress, zstd-compress by inikep · 8 years ago
  2. ba49de3 zlibWrapper: updated README.md by inikep · 8 years ago
  3. 447e512 updated .gitignore by inikep · 8 years ago
  4. 0449152 Merge remote-tracking branch 'refs/remotes/origin/zlibWrapper' into dev by inikep · 8 years ago
  5. 447212d RES files for zstd 1.1.0 by inikep · 8 years ago
  6. 22e2730 ZSTD_resetDStream moved to inflate() by inikep · 8 years ago
  7. 20859af renamed to ZWRAP_deflateReset_keepDict by inikep · 8 years ago
  8. 856f91e redirection to deflateReset and inflateReset by inikep · 8 years ago
  9. 706876f added ZWRAP_deflateResetWithoutDict and ZWRAP_inflateResetWithoutDict by inikep · 8 years ago
  10. 572d428 updated description of ZWRAP_setPledgedSrcSize by inikep · 8 years ago
  11. 6072eaa improved speed of deflate without Z_FINISH by inikep · 8 years ago
  12. 60dddc2 zlibWrapper: minor tweaks by inikep · 8 years ago
  13. ad468ab updated zlibWrapper\Makefile by inikep · 8 years ago
  14. a03b7a7 zwrapbench: improved tests with a dictionary by inikep · 8 years ago
  15. c941d39 updated results in zlibWrapper\README.md by inikep · 8 years ago
  16. 0ff0f2a Merge remote-tracking branch 'refs/remotes/facebook/dev' into zlibWrapper by inikep · 8 years ago
  17. 67a1f4d improved behavior of deflateReset by inikep · 8 years ago
  18. cbd7bdc improved zwrapbench tests by inikep · 8 years ago
  19. 47094ea added comment on filePos by Yann Collet · 8 years ago
  20. cf409a7 fixed : init*_advanced() followed by reset() with different pledgedSrcSiz by Yann Collet · 8 years ago
  21. 2f26394 zstreamtest can fuzztest pledgedSrcSize by Yann Collet · 8 years ago
  22. 58d5dfe zstreamtest uses ZSTD_reset?Stream by Yann Collet · 8 years ago
  23. 02c17e1 Merge pull request #387 from terrelln/display by Yann Collet · 8 years ago
  24. 3980167 [pzstd] Add status update for MB written by Nick Terrell · 8 years ago
  25. ee2a457 Merge pull request #386 from terrelln/readme by Yann Collet · 8 years ago
  26. 5fa2158 Merge pull request #385 from KrzysFR/patch-1 by Yann Collet · 8 years ago
  27. dac0376 [pzstd] Add header required for Visual Studios by Nick Terrell · 8 years ago
  28. d249889 [pzstd] Print (de)compression results by Nick Terrell · 8 years ago
  29. e5b60e8 [pzstd] Update README to reflect new CLI by Nick Terrell · 8 years ago
  30. bb85fe0 Update .gitignore for new location of msbuild projects by Christophe Chevalier · 8 years ago
  31. 2fb7e6b zlibWrapper\README.md: reordering by inikep · 8 years ago
  32. 611cd09 typo in pzstd by inikep · 8 years ago
  33. eb32d88 Merge remote-tracking branch 'refs/remotes/facebook/dev' into zlibWrapper by inikep · 8 years ago
  34. cd2f6b6 zlibWrapper\README.md: minor tweaks by inikep · 8 years ago
  35. 2bb83e8 zlibWrapper\README.md: Reusing contexts by inikep · 8 years ago
  36. 26ec32b Merge pull request #383 from KrzysFR/fix_issue_379 by Yann Collet · 8 years ago
  37. dc245e9 Changed to use ZSTDLIBv06_API and ZSTDLIBv07_API for DLL exports to fix warning by Christophe Chevalier · 8 years ago
  38. e82c811 updated zlibWrapper\README.md by inikep · 8 years ago
  39. c9e2ccd Add legacy support for VS2005 solution by Christophe Chevalier · 8 years ago
  40. f18703e Add legacy support for VS2008 solution by Christophe Chevalier · 8 years ago
  41. faa3fd3 Fix for Issue #379 - add legacy support to VS2010 sln by Christophe Chevalier · 8 years ago
  42. 57b9708 faster inflate() autodetection of zlib/zstd by inikep · 8 years ago
  43. b88accf use valgrind with a dynamic zstd library by inikep · 8 years ago
  44. cf4f048 Merge pull request #382 from terrelln/dev by Yann Collet · 8 years ago
  45. 68cd476 initialization of strm->adler by inikep · 8 years ago
  46. f77a113 improved valgrind tests by inikep · 8 years ago
  47. 4602e53 added valgrindTest for zlibWrapper by inikep · 8 years ago
  48. cf3ec08 ZWRAP_setPledgedSrcSize not required with Z_FINISH by inikep · 8 years ago
  49. 252c20d a new ZWRAP API by inikep · 8 years ago
  50. cd5c52f [pzstd] Add tests to appveyor MinGW64 by Nick Terrell · 8 years ago
  51. 5ca4719 [pzstd] Spawn less threads in tests by Nick Terrell · 8 years ago
  52. 2b4de22 Don't redefine macro in util.h by Nick Terrell · 8 years ago
  53. 3b4093c [pzstd] Add 32 bit tests to travis-ci by Nick Terrell · 8 years ago
  54. 5b2c0db Add include guards to datagen.h by Nick Terrell · 8 years ago
  55. 5eaf5da [pzstd] Turn on warnings + quiet them by Nick Terrell · 8 years ago
  56. 16fa12a Merge remote-tracking branch 'refs/remotes/facebook/dev' into zlibWrapper by inikep · 8 years ago
  57. f7ab3ad zwrapbench: testing reusing of a context by inikep · 8 years ago
  58. 21412bb Merge branch 'dev' of github.com:Cyan4973/zstd into dev by Yann Collet · 8 years ago
  59. 51f4d56 small decompression speed boost for very small data by Yann Collet · 8 years ago
  60. f71828f zwrapbench: testing speed of ZSTD_decompressStream by inikep · 8 years ago
  61. 8e8b046 zwrapbench benchmarks zlibWrapper by inikep · 8 years ago
  62. 54320ce zwrapbench tests zlib by inikep · 8 years ago
  63. d755717 added setZWRAPdecompressionType by inikep · 8 years ago
  64. bd76017 Merge remote-tracking branch 'refs/remotes/facebook/dev' into zlibWrapper by inikep · 8 years ago
  65. 3be5c6e improved zlibWrapper\Makefile by inikep · 8 years ago
  66. dfef5dd added zwrapbench.c by inikep · 8 years ago
  67. c3b8f2b Merge remote-tracking branch 'upstream/dev' into dev by Nick Terrell · 8 years ago
  68. 0a5910b [pzstd] Fix and test 32 bit support by Nick Terrell · 8 years ago
  69. 5c9adff [pzstd] Check if input is a directory by Nick Terrell · 8 years ago
  70. f1073c1 [pzstd] Fix invalid argument message by Nick Terrell · 8 years ago
  71. 1c209a4 [pzstd] Reduce memory usage to 60-75% of previous by Nick Terrell · 8 years ago
  72. 254c5b1 [pzstd] Make CLI compatible with zstd by Nick Terrell · 8 years ago
  73. adc4c16 changed naming convention by inikep · 8 years ago
  74. 61abecc added ZWRAP_initializeCStream by inikep · 8 years ago
  75. 97b378a Streaming : dictionary compression on multiple files / segments can correctly provide srcSize into header (when provided) using pledgedSrcSize. by Yann Collet · 8 years ago
  76. 7e79257 tests with ZSTD_setPledgedSrcSize by inikep · 8 years ago
  77. 230a61f added ZSTD_setPledgedSrcSize by inikep · 8 years ago
  78. 993060e cli : better adaptation to small files by Yann Collet · 8 years ago
  79. 714464f fixed : cli : forgotten mandatory argument by Yann Collet · 8 years ago
  80. 27b5ac6 Implemented "command must be followed by argument" protection by Yann Collet · 8 years ago
  81. 146ef58 added ZWRAPC_finish_with_error_message and ZWRAPD_finish_with_error_message by inikep · 8 years ago
  82. 3fa1b74 improved deflateEnd and inflateEnd by inikep · 8 years ago
  83. 0977f7e minor refactor for clarity by Yann Collet · 8 years ago
  84. 84484cc minor build comment by Yann Collet · 8 years ago
  85. 2da5396 Merge pull request #376 from jungle-boogie/patch-1 by Yann Collet · 8 years ago
  86. 6c7e7dd gmake necessary on *BSD systems. by jungle-boogie · 8 years ago
  87. 6941300 implemented inflateReset2 by inikep · 8 years ago
  88. 86fc8e0 added ZWRAP_DCtx.decompState by inikep · 8 years ago
  89. 554b3b9 improved logging by inikep · 8 years ago
  90. c038c30 implemented deflateReset by inikep · 8 years ago
  91. 18f6645 use Z_STREAM_ERROR as default error by inikep · 8 years ago
  92. 7b546e5 added fitblk.c by inikep · 8 years ago
  93. 47f3697 added error check by Yann Collet · 8 years ago
  94. 86bdcd8 added error checking by Yann Collet · 8 years ago
  95. 0704df3 fixed cmake test by Yann Collet · 8 years ago
  96. dbe70ba completed change from projects to build by Yann Collet · 8 years ago
  97. 4c9a4c1 changed projects to build by Yann Collet · 8 years ago
  98. c4ab571 better memory deallocation in case of error by inikep · 8 years ago
  99. 0bb930b added ZWRAP_finish_with_error by inikep · 8 years ago
  100. 6101687 improved inflateSync by inikep · 8 years ago