1. 4ded9e5 added boilerplate by Yann Collet · 8 years ago
  2. 09c3c8e Merge pull request #307 from inikep/dev08 by Yann Collet · 8 years ago
  3. 6416b0d updated README.md by inikep · 8 years ago
  4. dea67a6 backward compatibility versions tests start from v0.4.0 by Yann Collet · 8 years ago
  5. 9097f7b fixed versionsTest by Yann Collet · 8 years ago
  6. 4b7b9fc better clean by Yann Collet · 8 years ago
  7. 9a021c1 fixed some minor clang warnings by Yann Collet · 8 years ago
  8. bb93d77 reinforced fix for huge files by Yann Collet · 8 years ago
  9. bb85581 fixed welcome message by Yann Collet · 8 years ago
  10. 94376ac fixed test on CentOS7 by Yann Collet · 8 years ago
  11. baf7ecb Merge pull request #302 from inikep/Documentation by Yann Collet · 8 years ago
  12. 24a738c removed TRAVIS_OS_NAME by Yann Collet · 8 years ago
  13. 637d335 minor README.md corrections by inikep · 8 years ago
  14. ab2f770 created programs\README.md by inikep · 8 years ago
  15. 7f18c6e improved tests/README.md by inikep · 8 years ago
  16. a3a47ec Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other by inikep · 8 years ago
  17. 7bcdbcf Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other by inikep · 8 years ago
  18. 17e482e added ZSTD_setDStreamParameter() by Yann Collet · 8 years ago
  19. b62e696 fixed typo in test-zstd-speed.py by inikep · 8 years ago
  20. 70e3b31 fixed playtests on os-x by Yann Collet · 8 years ago
  21. cb32763 added sizeof CStream and DStream by Yann Collet · 8 years ago
  22. da3fbcb Added ZDICT_getDictID() by Yann Collet · 8 years ago
  23. b6514d2 improved .gitignore by inikep · 8 years ago
  24. b7d3449 playTests.sh working with tests/ by inikep · 8 years ago
  25. 6ca9b85 cmake project: fixed include directories by inikep · 8 years ago
  26. 63e3357 updated scripts +x permissions by inikep · 8 years ago
  27. 2d5eb2b updated .travis.yml and appveyor.yml for tests/ by inikep · 8 years ago
  28. a1c8115 improved tests\Makefile by inikep · 8 years ago
  29. 2868d56 test-related files moved to tests/ by inikep · 8 years ago
  30. 2aeb932 test-zstd-speed.py: added tests for clang and md5 sum of executables by inikep · 8 years ago
  31. 666398e added : xxhash namespace enforced from xxhash.h. by Yann Collet · 8 years ago
  32. 0486bb7 fixed : make clean by Yann Collet · 8 years ago
  33. 8f29e8e updated NEWS by Yann Collet · 8 years ago
  34. 8cebfd1 fix attempt on test-zstd-speed by Yann Collet · 8 years ago
  35. c4b5106 test-zstd-speed.py: force to compile zstd32 by inikep · 8 years ago
  36. 2214e46 test-zstd-speed.py: added automated speed test for 32-bit executable by inikep · 8 years ago
  37. 164ce99 test-zstd-speed.py: fixed checking of ratio limit by inikep · 8 years ago
  38. b752298 fixed 32-bits compilation by Yann Collet · 8 years ago
  39. ae68f8d minor by Yann Collet · 8 years ago
  40. a4847eb test-zstd-speed.py: generate warning on noticeable compression ratio losses by inikep · 8 years ago
  41. 8c53ad5 test-zstd-speed.py: added --verbose option by inikep · 8 years ago
  42. 6e5beea test-zstd-speed.py: ignore "coverity_scan" and "gh-pages" branches by inikep · 8 years ago
  43. 82babfc test-zstd-speed.py: reordering of functions by inikep · 8 years ago
  44. 116128c test-zstd-speed.py: improved exception handling by inikep · 8 years ago
  45. 4702067 test-zstd-speed.py: added --message in start and finish e-mail by inikep · 8 years ago
  46. d7d251c bench.c: added support for ZSTD_GIT_COMMIT by inikep · 8 years ago
  47. f2f59d7 test-zstd-speed.py: added ZSTD_GIT_COMMIT by inikep · 8 years ago
  48. c364ee7 test-zstd-speed.py: sent e-mail after KeyboardInterrupt by inikep · 8 years ago
  49. bcb9aad test-zstd-speed.py: improved log and e-mail formatting by inikep · 8 years ago
  50. 95da743 test-zstd-speed.py: send e-mail in case of error by inikep · 8 years ago
  51. 2d9272f test-zstd-speed.py: improved formatting by inikep · 8 years ago
  52. d731de8 test-zstd-speed.py: added send_simple_email by inikep · 8 years ago
  53. dba8b44 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  54. e16f656 test-zstd-versions.py: fixed creation of dictionaries for v0.5.1+ by inikep · 8 years ago
  55. 7e3597b test-zstd-versions.py: create and test dictionaries for v0.5.0 by inikep · 8 years ago
  56. 2ef1650 test-zstd-versions.py: improved error handling by inikep · 8 years ago
  57. 4545671 test-zstd-versions.py: fixed DEVNULL by inikep · 8 years ago
  58. d1af4e6 test-zstd-versions.py: dictionary compression with levels 1, 5, 9, 15, 18 by inikep · 8 years ago
  59. 150152f test-zstd-versions.py: test dictiony compression for v0.5.1 and newer by inikep · 8 years ago
  60. 24aa7b4 test-zstd-versions.py: create dictionaries for v0.5.1 and newer by inikep · 8 years ago
  61. 803c05e fuzzer : tests with high id are run without need to change finalTestNb by Yann Collet · 8 years ago
  62. 3eb5257 Merge pull request #208 from inikep/dev by Yann Collet · 8 years ago
  63. 1e375f1 fixed test-zstd-speed.py default "--message" parameter by inikep · 8 years ago
  64. 3a2c329 re-enable versionsTest on Travis by Yann Collet · 8 years ago
  65. 0974f68 completed `.gitignore` by Yann Collet · 8 years ago
  66. f169029 Additional remarks for tests\README.md by inikep · 8 years ago
  67. b06c3e7 added how to run test-zstd-speed.py in background by inikep · 8 years ago
  68. 2c07b97 added tests\README.md by inikep · 8 years ago
  69. c1b154a improved test-zstd-speed.py by inikep · 8 years ago
  70. 348a53a test-zstd-speed.py: fixed git clone by inikep · 8 years ago
  71. bf0b4b0 update python scripts permissions by inikep · 8 years ago
  72. 9470b87 added test-zstd-speed.py by inikep · 8 years ago
  73. c5c4de9 "versionsTest" renamed to "tests" by inikep · 8 years ago[Renamed from versionsTest]
  74. a5ad527 minor decoder code refactoring by Yann Collet · 8 years ago
  75. 0d0f7e4 minor linter modifications by Yann Collet · 8 years ago
  76. ebc13bc cleaner versionsTest script and output by Yann Collet · 8 years ago
  77. da4fe74 more portable DEVNULL definition by Yann Collet · 8 years ago
  78. 99b23ba cleaner script output by Yann Collet · 8 years ago
  79. dca60f2 Added : new cross-version test : check new versions can decode older ones by Yann Collet · 8 years ago