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