1. 97b378a Streaming : dictionary compression on multiple files / segments can correctly provide srcSize into header (when provided) using pledgedSrcSize. by Yann Collet · 8 years ago
  2. 714464f fixed : cli : forgotten mandatory argument by Yann Collet · 8 years ago
  3. 27b5ac6 Implemented "command must be followed by argument" protection by Yann Collet · 8 years ago
  4. 3e70cf8 Merge remote-tracking branch 'refs/remotes/facebook/dev' into dev by inikep · 8 years ago
  5. dd8905b test-zstd-speed.py: better description of options by inikep · 8 years ago
  6. ed0ea8d test-zstd-speed.py: added "-D dictName" by inikep · 8 years ago
  7. d28afac test-zstd-speed.py: added support for directories by inikep · 8 years ago
  8. 55f2769 removed option unsupported by travis by Yann Collet · 8 years ago
  9. 3e47dbc fixed memory leak by Yann Collet · 8 years ago
  10. 3ecbe6a fileio uses ZSTD_resetDStream() by Yann Collet · 8 years ago
  11. 64deef3 Fixed srcSize=1 by Yann Collet · 8 years ago
  12. 0be21d7 fixed fullbench by Yann Collet · 8 years ago
  13. 0dad121 test-zstd-speed.py: compiler version and MD5 in logs by inikep · 8 years ago
  14. 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
  15. 12083a4 more context-reuse tests by Yann Collet · 8 years ago
  16. a7737f6 improved compression on small files when using same parameters by Yann Collet · 8 years ago
  17. 33a0465 fixed a few links by Yann Collet · 8 years ago
  18. 2b26ad1 removed timeb.h (#319) by Yann Collet · 8 years ago
  19. 5153a08 zbufftest only depends on standard C time.h by Yann Collet · 8 years ago
  20. ef9999f zstreamtest depends only on standard C time.h by Yann Collet · 8 years ago
  21. b2490e9 changed test to avoid issue #316 (reported by John the Scott) by Yann Collet · 8 years ago
  22. c843142 zstd -d writes to stdout when input is stdin by Yann Collet · 8 years ago
  23. 4ded9e5 added boilerplate by Yann Collet · 8 years ago
  24. 09c3c8e Merge pull request #307 from inikep/dev08 by Yann Collet · 8 years ago
  25. 6416b0d updated README.md by inikep · 8 years ago
  26. dea67a6 backward compatibility versions tests start from v0.4.0 by Yann Collet · 8 years ago
  27. 9097f7b fixed versionsTest by Yann Collet · 8 years ago
  28. 4b7b9fc better clean by Yann Collet · 8 years ago
  29. 9a021c1 fixed some minor clang warnings by Yann Collet · 8 years ago
  30. bb93d77 reinforced fix for huge files by Yann Collet · 8 years ago
  31. bb85581 fixed welcome message by Yann Collet · 8 years ago
  32. 94376ac fixed test on CentOS7 by Yann Collet · 8 years ago
  33. baf7ecb Merge pull request #302 from inikep/Documentation by Yann Collet · 8 years ago
  34. 24a738c removed TRAVIS_OS_NAME by Yann Collet · 8 years ago
  35. 637d335 minor README.md corrections by inikep · 8 years ago
  36. ab2f770 created programs\README.md by inikep · 8 years ago
  37. 7f18c6e improved tests/README.md by inikep · 8 years ago
  38. a3a47ec Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other by inikep · 8 years ago
  39. 7bcdbcf Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other by inikep · 8 years ago
  40. 17e482e added ZSTD_setDStreamParameter() by Yann Collet · 8 years ago
  41. b62e696 fixed typo in test-zstd-speed.py by inikep · 8 years ago
  42. 70e3b31 fixed playtests on os-x by Yann Collet · 8 years ago
  43. cb32763 added sizeof CStream and DStream by Yann Collet · 8 years ago
  44. da3fbcb Added ZDICT_getDictID() by Yann Collet · 8 years ago
  45. b6514d2 improved .gitignore by inikep · 8 years ago
  46. b7d3449 playTests.sh working with tests/ by inikep · 8 years ago
  47. 6ca9b85 cmake project: fixed include directories by inikep · 8 years ago
  48. 63e3357 updated scripts +x permissions by inikep · 8 years ago
  49. 2d5eb2b updated .travis.yml and appveyor.yml for tests/ by inikep · 8 years ago
  50. a1c8115 improved tests\Makefile by inikep · 8 years ago
  51. 2868d56 test-related files moved to tests/ by inikep · 8 years ago
  52. 2aeb932 test-zstd-speed.py: added tests for clang and md5 sum of executables by inikep · 8 years ago
  53. 666398e added : xxhash namespace enforced from xxhash.h. by Yann Collet · 8 years ago
  54. 0486bb7 fixed : make clean by Yann Collet · 8 years ago
  55. 8f29e8e updated NEWS by Yann Collet · 8 years ago
  56. 8cebfd1 fix attempt on test-zstd-speed by Yann Collet · 8 years ago
  57. c4b5106 test-zstd-speed.py: force to compile zstd32 by inikep · 8 years ago
  58. 2214e46 test-zstd-speed.py: added automated speed test for 32-bit executable by inikep · 8 years ago
  59. 164ce99 test-zstd-speed.py: fixed checking of ratio limit by inikep · 8 years ago
  60. b752298 fixed 32-bits compilation by Yann Collet · 8 years ago
  61. ae68f8d minor by Yann Collet · 8 years ago
  62. a4847eb test-zstd-speed.py: generate warning on noticeable compression ratio losses by inikep · 8 years ago
  63. 8c53ad5 test-zstd-speed.py: added --verbose option by inikep · 8 years ago
  64. 6e5beea test-zstd-speed.py: ignore "coverity_scan" and "gh-pages" branches by inikep · 8 years ago
  65. 82babfc test-zstd-speed.py: reordering of functions by inikep · 8 years ago
  66. 116128c test-zstd-speed.py: improved exception handling by inikep · 8 years ago
  67. 4702067 test-zstd-speed.py: added --message in start and finish e-mail by inikep · 8 years ago
  68. d7d251c bench.c: added support for ZSTD_GIT_COMMIT by inikep · 8 years ago
  69. f2f59d7 test-zstd-speed.py: added ZSTD_GIT_COMMIT by inikep · 8 years ago
  70. c364ee7 test-zstd-speed.py: sent e-mail after KeyboardInterrupt by inikep · 8 years ago
  71. bcb9aad test-zstd-speed.py: improved log and e-mail formatting by inikep · 8 years ago
  72. 95da743 test-zstd-speed.py: send e-mail in case of error by inikep · 8 years ago
  73. 2d9272f test-zstd-speed.py: improved formatting by inikep · 8 years ago
  74. d731de8 test-zstd-speed.py: added send_simple_email by inikep · 8 years ago
  75. dba8b44 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  76. e16f656 test-zstd-versions.py: fixed creation of dictionaries for v0.5.1+ by inikep · 8 years ago
  77. 7e3597b test-zstd-versions.py: create and test dictionaries for v0.5.0 by inikep · 8 years ago
  78. 2ef1650 test-zstd-versions.py: improved error handling by inikep · 8 years ago
  79. 4545671 test-zstd-versions.py: fixed DEVNULL by inikep · 8 years ago
  80. d1af4e6 test-zstd-versions.py: dictionary compression with levels 1, 5, 9, 15, 18 by inikep · 8 years ago
  81. 150152f test-zstd-versions.py: test dictiony compression for v0.5.1 and newer by inikep · 8 years ago
  82. 24aa7b4 test-zstd-versions.py: create dictionaries for v0.5.1 and newer by inikep · 8 years ago
  83. 803c05e fuzzer : tests with high id are run without need to change finalTestNb by Yann Collet · 8 years ago
  84. 3eb5257 Merge pull request #208 from inikep/dev by Yann Collet · 8 years ago
  85. 1e375f1 fixed test-zstd-speed.py default "--message" parameter by inikep · 8 years ago
  86. 3a2c329 re-enable versionsTest on Travis by Yann Collet · 8 years ago
  87. 0974f68 completed `.gitignore` by Yann Collet · 8 years ago
  88. f169029 Additional remarks for tests\README.md by inikep · 8 years ago
  89. b06c3e7 added how to run test-zstd-speed.py in background by inikep · 8 years ago
  90. 2c07b97 added tests\README.md by inikep · 8 years ago
  91. c1b154a improved test-zstd-speed.py by inikep · 8 years ago
  92. 348a53a test-zstd-speed.py: fixed git clone by inikep · 8 years ago
  93. bf0b4b0 update python scripts permissions by inikep · 8 years ago
  94. 9470b87 added test-zstd-speed.py by inikep · 8 years ago
  95. c5c4de9 "versionsTest" renamed to "tests" by inikep · 8 years ago[Renamed from versionsTest]
  96. a5ad527 minor decoder code refactoring by Yann Collet · 8 years ago
  97. 0d0f7e4 minor linter modifications by Yann Collet · 8 years ago
  98. ebc13bc cleaner versionsTest script and output by Yann Collet · 8 years ago
  99. da4fe74 more portable DEVNULL definition by Yann Collet · 8 years ago
  100. 99b23ba cleaner script output by Yann Collet · 8 years ago