1. 0c5e8b1 moved xxhash to lib/common by Yann Collet · 8 years ago
  2. 957823f zstdcli: -r (operate recursively on directories) works with dictBuilder and compression by inikep · 8 years ago
  3. e75909e ZBUFF_createCCtx_advanced moved to zbuff_static.h by inikep · 8 years ago
  4. 02c244b Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  5. fb5df61 zstd_stats.h included only in debug mode by inikep · 8 years ago
  6. 71dd67c fullbench: tests for ZBUFF_createCCtx_advanced and ZBUFF_createDCtx_advanced by inikep · 8 years ago
  7. 13ba880 added ZBUFF_createCCtx_advanced and ZBUFF_createDCtx_advanced by inikep · 8 years ago
  8. 107e243 added ZSTD_createDCtx_advanced by inikep · 8 years ago
  9. 50e82c0 added ZSTD_createCCtx_advanced by inikep · 8 years ago
  10. 35b891c zstd_stats.h updated to v0.6 by inikep · 8 years ago
  11. f22a0d6 huff0 dynamic reduction by Yann Collet · 8 years ago
  12. de4d4da changed version to 0.6.2 by Yann Collet · 8 years ago
  13. 78aa052 fixed Visual warning in debug mode by Yann Collet · 8 years ago
  14. d9b3cca restore openVMS support (detected by @thatsafunnyname) by Yann Collet · 8 years ago
  15. 63ecd74 added common/entropy_common.c by inikep · 8 years ago
  16. ccd6e86 improved decoding speed by inlining x_isError() functions by Yann Collet · 8 years ago
  17. 1687168 minor refactor : more accurate variable scope by Yann Collet · 8 years ago
  18. 1ceb5a9 restored DStream init due to strange speed regressions and warnins on gcc 5.3 by Yann Collet · 8 years ago
  19. ce27e85 fixed clang conversion warning by Yann Collet · 8 years ago
  20. 1032fbe update FSE library by Yann Collet · 8 years ago
  21. 249ae0c better big-endian / little-endian r/w support by Yann Collet · 8 years ago
  22. c75e4c2 Added : ZSTD_getErrorString(), to get error string from error enum (#168) by Yann Collet · 8 years ago
  23. b3a9938 Merge pull request #182 from inikep/dev by Yann Collet · 8 years ago
  24. ed9a085 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  25. 918b934 minor comment update by Yann Collet · 8 years ago
  26. aaaf923 common/util.h moved to programs/util.h by inikep · 8 years ago
  27. d44ec48 detection of snprintf for Visual <= 2012 by inikep · 8 years ago
  28. 59b6ba7 Merge pull request #180 from thatsafunnyname/patch-1 by Yann Collet · 8 years ago
  29. 4ff73a2 added : midipix support (#181) by Yann Collet · 8 years ago
  30. d275236 Fixed Windows API, as detected by @KrzysFR (#171) by Yann Collet · 8 years ago
  31. f6ca09b Reduced console display on loading lots of files with `zstd --train`. Reported by @KrzysFR, see #177 by Yann Collet · 8 years ago
  32. 13c8424 code cleaning by inikep · 8 years ago
  33. 0bd0fae fixed compatibility issues by inikep · 8 years ago
  34. 6d1d252 fixed Huff0 quad-symbols decoder (#173) by Yann Collet · 8 years ago
  35. 9c22e57 Compiler Options moved to util.h by inikep · 8 years ago
  36. ddb8ebd Stricter gnu90 tests by Yann Collet · 8 years ago
  37. 3163403 UTIL_prepareFileList by inikep · 8 years ago
  38. b0e5427 No stdint.h on OpenVMS. by thatsafunnyname · 8 years ago
  39. 6f9c056 Fixed BMI behavior on x86 and x32 targets, reported by @tycho (#178) by Yann Collet · 8 years ago
  40. 55d047a getTotalFileSize moved to common/util.h by inikep · 8 years ago
  41. d5ff2c3 ordering of #include by inikep · 8 years ago
  42. 83c76b4 bench.c: time functions moved to common/util.h by inikep · 8 years ago
  43. 69fcd7c getFileSize moved to common/util.h by inikep · 8 years ago
  44. f066816 fix for g++ compilation by inikep · 8 years ago
  45. db39643 introduced ZSTD_NODECOMPRESS to link only compressor by inikep · 8 years ago
  46. a1febea Error functions moved to common/zstd_common.c by inikep · 8 years ago
  47. 23a0889 separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/ by inikep · 8 years ago