1. df8415c Add COVER to the zstd cli by Nick Terrell · 8 years ago
  2. 7a8a03c util.h: restore BSD license for Facebook Open-Source by Przemyslaw Skibinski · 8 years ago
  3. e679741 _CRT_SECURE_NO_WARNINGS moved to util.h by Przemyslaw Skibinski · 8 years ago
  4. 2f6ccee platform.h: removed Compiler Options by Przemyslaw Skibinski · 8 years ago
  5. 16ae656 executables use new util.h and platform.h by Przemyslaw Skibinski · 8 years ago
  6. f8046b8 Merge remote-tracking branch 'refs/remotes/facebook/dev' into v112 by Przemyslaw Skibinski · 8 years ago
  7. 1496c3d Fix : size estimation when some samples are very large by Yann Collet · 8 years ago
  8. d46ecb5 added dll compilation tests by Yann Collet · 8 years ago
  9. b866e72 tools use platform.h by Przemyslaw Skibinski · 8 years ago
  10. 4ded9e5 added boilerplate by Yann Collet · 8 years ago
  11. 49d105c better warning and error messages in case of dictionary training failure (#292) by Yann Collet · 8 years ago
  12. dd25a27 added tutorial warning messages for dictBuilder by Yann Collet · 8 years ago
  13. a3d03a3 added <errno.h> dependency by Yann Collet · 8 years ago
  14. bcb5f77 dictBuilder manages better samples of null size 0 and large size > 128 KB by Yann Collet · 8 years ago
  15. 290aaa7 Added : ability to manually select the dictionary ID of a newly created dictionary by Yann Collet · 8 years ago
  16. 3733797 bench.c: experimental -r (operate recursively on directories) for Windows and _POSIX_C_SOURCE >= 200112L by inikep · 8 years ago
  17. ed9a085 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  18. f6ca09b Reduced console display on loading lots of files with `zstd --train`. Reported by @KrzysFR, see #177 by Yann Collet · 8 years ago
  19. 13c8424 code cleaning by inikep · 8 years ago
  20. 9c22e57 Compiler Options moved to util.h by inikep · 8 years ago
  21. bab4317 util.h must the the first include to #define _POSIX_C_SOURCE by inikep · 8 years ago
  22. 55d047a getTotalFileSize moved to common/util.h by inikep · 8 years ago
  23. d5ff2c3 ordering of #include by inikep · 8 years ago
  24. 69fcd7c getFileSize moved to common/util.h by inikep · 8 years ago
  25. 23a0889 separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/ by inikep · 8 years ago
  26. 7de4f9f minor cosmetic by Yann Collet · 9 years ago
  27. 6f3acba notificationLevel into ZDICT_param_t by Yann Collet · 9 years ago
  28. f4c9d75 dictBuilder => zdict by Yann Collet · 9 years ago
  29. 71eafdd Integrated dictionary builder into zstd cli by Yann Collet · 9 years ago