1. 2f26394 zstreamtest can fuzztest pledgedSrcSize by Yann Collet · 8 years ago
  2. 58d5dfe zstreamtest uses ZSTD_reset?Stream by Yann Collet · 8 years ago
  3. 02c17e1 Merge pull request #387 from terrelln/display by Yann Collet · 8 years ago
  4. 3980167 [pzstd] Add status update for MB written by Nick Terrell · 8 years ago
  5. ee2a457 Merge pull request #386 from terrelln/readme by Yann Collet · 8 years ago
  6. 5fa2158 Merge pull request #385 from KrzysFR/patch-1 by Yann Collet · 8 years ago
  7. dac0376 [pzstd] Add header required for Visual Studios by Nick Terrell · 8 years ago
  8. d249889 [pzstd] Print (de)compression results by Nick Terrell · 8 years ago
  9. e5b60e8 [pzstd] Update README to reflect new CLI by Nick Terrell · 8 years ago
  10. bb85fe0 Update .gitignore for new location of msbuild projects by Christophe Chevalier · 8 years ago
  11. 26ec32b Merge pull request #383 from KrzysFR/fix_issue_379 by Yann Collet · 8 years ago
  12. dc245e9 Changed to use ZSTDLIBv06_API and ZSTDLIBv07_API for DLL exports to fix warning by Christophe Chevalier · 8 years ago
  13. c9e2ccd Add legacy support for VS2005 solution by Christophe Chevalier · 8 years ago
  14. f18703e Add legacy support for VS2008 solution by Christophe Chevalier · 8 years ago
  15. faa3fd3 Fix for Issue #379 - add legacy support to VS2010 sln by Christophe Chevalier · 8 years ago
  16. cf4f048 Merge pull request #382 from terrelln/dev by Yann Collet · 8 years ago
  17. cd5c52f [pzstd] Add tests to appveyor MinGW64 by Nick Terrell · 8 years ago
  18. 5ca4719 [pzstd] Spawn less threads in tests by Nick Terrell · 8 years ago
  19. 2b4de22 Don't redefine macro in util.h by Nick Terrell · 8 years ago
  20. 3b4093c [pzstd] Add 32 bit tests to travis-ci by Nick Terrell · 8 years ago
  21. 5b2c0db Add include guards to datagen.h by Nick Terrell · 8 years ago
  22. 5eaf5da [pzstd] Turn on warnings + quiet them by Nick Terrell · 8 years ago
  23. 21412bb Merge branch 'dev' of github.com:Cyan4973/zstd into dev by Yann Collet · 8 years ago
  24. 51f4d56 small decompression speed boost for very small data by Yann Collet · 8 years ago
  25. c3b8f2b Merge remote-tracking branch 'upstream/dev' into dev by Nick Terrell · 8 years ago
  26. 0a5910b [pzstd] Fix and test 32 bit support by Nick Terrell · 8 years ago
  27. 5c9adff [pzstd] Check if input is a directory by Nick Terrell · 8 years ago
  28. f1073c1 [pzstd] Fix invalid argument message by Nick Terrell · 8 years ago
  29. 1c209a4 [pzstd] Reduce memory usage to 60-75% of previous by Nick Terrell · 8 years ago
  30. 254c5b1 [pzstd] Make CLI compatible with zstd by Nick Terrell · 8 years ago
  31. 97b378a Streaming : dictionary compression on multiple files / segments can correctly provide srcSize into header (when provided) using pledgedSrcSize. by Yann Collet · 8 years ago
  32. 993060e cli : better adaptation to small files by Yann Collet · 8 years ago
  33. 714464f fixed : cli : forgotten mandatory argument by Yann Collet · 8 years ago
  34. 27b5ac6 Implemented "command must be followed by argument" protection by Yann Collet · 8 years ago
  35. 0977f7e minor refactor for clarity by Yann Collet · 8 years ago
  36. 84484cc minor build comment by Yann Collet · 8 years ago
  37. 2da5396 Merge pull request #376 from jungle-boogie/patch-1 by Yann Collet · 8 years ago
  38. 6c7e7dd gmake necessary on *BSD systems. by jungle-boogie · 8 years ago
  39. 47f3697 added error check by Yann Collet · 8 years ago
  40. 86bdcd8 added error checking by Yann Collet · 8 years ago
  41. 0704df3 fixed cmake test by Yann Collet · 8 years ago
  42. dbe70ba completed change from projects to build by Yann Collet · 8 years ago
  43. 4c9a4c1 changed projects to build by Yann Collet · 8 years ago
  44. 1eb2fdc bumped version number by Yann Collet · 8 years ago
  45. 4ca3d4b streaming compression example can handle situations where input buffer size is manually set to a small value. by Yann Collet · 8 years ago
  46. 88aa179 added comments on buffer sizes guarantees by Yann Collet · 8 years ago
  47. 6003894 added -- command in help by Yann Collet · 8 years ago
  48. f47a0a8 Merge pull request #370 from inikep/dev by Yann Collet · 8 years ago
  49. 3e70cf8 Merge remote-tracking branch 'refs/remotes/facebook/dev' into dev by inikep · 8 years ago
  50. dd8905b test-zstd-speed.py: better description of options by inikep · 8 years ago
  51. ed0ea8d test-zstd-speed.py: added "-D dictName" by inikep · 8 years ago
  52. d28afac test-zstd-speed.py: added support for directories by inikep · 8 years ago
  53. 6173931 fixed memory leak reported by bryongloden by inikep · 8 years ago
  54. 55f2769 removed option unsupported by travis by Yann Collet · 8 years ago
  55. a6bdf55 fixed memory leak by Yann Collet · 8 years ago
  56. 3e47dbc fixed memory leak by Yann Collet · 8 years ago
  57. 644a8da fixed minor conversion warning by Yann Collet · 8 years ago
  58. 43eeea4 fileio uses ZSTD_resetCStream() by Yann Collet · 8 years ago
  59. 4cb2129 introduced ZSTD_resetCStream() by Yann Collet · 8 years ago
  60. fa0c097 variable renaming by Yann Collet · 8 years ago
  61. d7c6589 support ZSTD_sizeof_*() on NULL added ZSTD_sizeof_CDict() by Yann Collet · 8 years ago
  62. 55981a9 updated format doc version by Yann Collet · 8 years ago
  63. 6f358f5 Merge pull request #367 from jrudolph/docs-table-examples by Yann Collet · 8 years ago
  64. 0b01a8e Merge pull request #366 from inikep/dev by Yann Collet · 8 years ago
  65. 35ad602 spec: clarify how bitstream exactly needs to be reversed for reading by Johannes Rudolph · 8 years ago
  66. 6fb4d67 add FSE decoding tables for predefined distributions to spec by Johannes Rudolph · 8 years ago
  67. 3ecbe6a fileio uses ZSTD_resetDStream() by Yann Collet · 8 years ago
  68. e91c4b4 introduced ZSTD_resetDStream() . added : ZSTD_sizeof_DDict() by Yann Collet · 8 years ago
  69. c03f15e zstd.exe has FileVersion and ProductVersion with 32-bit gcc (MinGW) by inikep · 8 years ago
  70. d092d77 minor variable renaming by Yann Collet · 8 years ago
  71. 64deef3 Fixed srcSize=1 by Yann Collet · 8 years ago
  72. 838beb2 Merge branch 'fasterDDict' into dev by Yann Collet · 8 years ago
  73. 220c567 updated NEWS by Yann Collet · 8 years ago
  74. 64a84ed added -r support for Mac OS-X by Yann Collet · 8 years ago
  75. c4cc9bf -r generates an error on systems which do not support it by Yann Collet · 8 years ago
  76. 0be21d7 fixed fullbench by Yann Collet · 8 years ago
  77. 30d3056 updated NEWS by Yann Collet · 8 years ago
  78. 0a43c80 Merge pull request #365 from inikep/dev by Yann Collet · 8 years ago
  79. 26ec254 new strategy for faster DDict decompression by Yann Collet · 8 years ago
  80. 9f25fcf fixed precision warnigns by inikep · 8 years ago
  81. 4d0efc8 added zstd.rc by inikep · 8 years ago
  82. 362708d zstd.exe has FileVersion and ProductVersion by inikep · 8 years ago
  83. 1c5ba8a util.h: removed dependency from PATH_MAX by inikep · 8 years ago
  84. ac175d4 updated comments by Yann Collet · 8 years ago
  85. 716a9e8 Merge pull request #363 from inikep/dev by Yann Collet · 8 years ago
  86. f747be1 .travis.yml: added ubuntu-toolchain-r-test for asan32 by inikep · 8 years ago
  87. 279a999 .travis.yml: restored asan32 test by inikep · 8 years ago
  88. 4b83b96 .travis.yml: added "sourceline" by inikep · 8 years ago
  89. 437bbec force Travis to use clang-3.8 by inikep · 8 years ago
  90. c6f0ee9 .travis.yml: added gcc-multilib by inikep · 8 years ago
  91. e8e5311 .travis.yml: 32-bit clang tests switched to Ubuntu 14.04 by inikep · 8 years ago
  92. 0dad121 test-zstd-speed.py: compiler version and MD5 in logs by inikep · 8 years ago
  93. e9ae30a appveyor.yml: automatic builds of Windows executables by inikep · 8 years ago
  94. a3481d6 make uninstall by Yann Collet · 8 years ago
  95. d77f2ce Merge branch 'dev' of github.com:Cyan4973/zstd into dev by Yann Collet · 8 years ago
  96. a266464 better error handling by Yann Collet · 8 years ago
  97. 746b51d Merge pull request #357 from jrudolph/patch-1 by Yann Collet · 8 years ago
  98. 7b0c261 Smallish typo fixes in format documentation by Johannes Rudolph · 8 years ago
  99. 2c6779f Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 8 years ago
  100. b3060f7 changed streaming decoder behavior : now, when all compressed frame is consumed, it means decompression is completed, with regenerated data fully flushed. by Yann Collet · 8 years ago