1. 97a258d updated comments by Przemyslaw Skibinski · 8 years ago
  2. e679741 _CRT_SECURE_NO_WARNINGS moved to util.h by Przemyslaw Skibinski · 8 years ago
  3. 2f6ccee platform.h: removed Compiler Options by Przemyslaw Skibinski · 8 years ago
  4. 16ae656 executables use new util.h and platform.h by Przemyslaw Skibinski · 8 years ago
  5. d564faa fix : ZSTD_initCStream_srcSize() correctly set srcSize in frame header by Yann Collet · 8 years ago
  6. e795c8a Added ZSTD_initCStream_srcSize(). Added relevant test cases in zstreamtest by Yann Collet · 8 years ago
  7. 9ffbeea API : changed : streaming decompression : implicit reset on starting new frames by Yann Collet · 8 years ago
  8. 4c0b44f minor display improvement in fuzzer when nb of tests is very large by Yann Collet · 8 years ago
  9. 335ad5d added ZSTD_initDStream_usingDDict() . by Yann Collet · 8 years ago
  10. 9516234 first sketch for ZSTD_initCStream_usingCDict() by Yann Collet · 8 years ago
  11. cf409a7 fixed : init*_advanced() followed by reset() with different pledgedSrcSiz by Yann Collet · 8 years ago
  12. 2f26394 zstreamtest can fuzztest pledgedSrcSize by Yann Collet · 8 years ago
  13. 58d5dfe zstreamtest uses ZSTD_reset?Stream by Yann Collet · 8 years ago
  14. 3ecbe6a fileio uses ZSTD_resetDStream() by Yann Collet · 8 years ago
  15. 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
  16. 12083a4 more context-reuse tests by Yann Collet · 8 years ago
  17. ef9999f zstreamtest depends only on standard C time.h by Yann Collet · 8 years ago
  18. 4ded9e5 added boilerplate by Yann Collet · 8 years ago
  19. 9a021c1 fixed some minor clang warnings by Yann Collet · 8 years ago
  20. bb85581 fixed welcome message by Yann Collet · 8 years ago
  21. 17e482e added ZSTD_setDStreamParameter() by Yann Collet · 8 years ago
  22. 70e3b31 fixed playtests on os-x by Yann Collet · 8 years ago
  23. cb32763 added sizeof CStream and DStream by Yann Collet · 8 years ago
  24. 2868d56 test-related files moved to tests/ by inikep · 8 years ago[Renamed from programs/zstreamtest.c]
  25. 53e17fb updated streaming API by Yann Collet · 8 years ago
  26. d7883a2 added zstreamtest by Yann Collet · 8 years ago