1. bde926f removed msan tests by Yann Collet · 8 years ago
  2. d996743 added memory sanitizer to travis CI by Yann Collet · 8 years ago
  3. 236d94f reverted default compression level to 1 by Yann Collet · 8 years ago
  4. 78aa052 fixed Visual warning in debug mode by Yann Collet · 8 years ago
  5. c8e9c40 Merge branch 'dev' of github.com:Cyan4973/zstd into dev by Yann Collet · 8 years ago
  6. ea4daa3 added `ZSTDv05_getFrameParams()` to "zstd_v05.h" by Yann Collet · 8 years ago
  7. af3246b Merge pull request #187 from ka7/spelling_fix by Yann Collet · 8 years ago
  8. 268775d spelling-fixes, as of lintian.debian.org by klemens · 8 years ago
  9. d9b3cca restore openVMS support (detected by @thatsafunnyname) by Yann Collet · 8 years ago
  10. 929f802 Merge pull request #185 from inikep/dev by Yann Collet · 8 years ago
  11. 5c39327 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  12. e6aa23b updated NEWS for v0.6.1 by Yann Collet · 8 years ago
  13. 63ecd74 added common/entropy_common.c by inikep · 8 years ago
  14. ea7e4f0 Merge pull request #183 from inikep/dev by Yann Collet · 8 years ago
  15. 58a1d45 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  16. 0bdb6a8 changed definition of UTIL_createFileList by inikep · 8 years ago
  17. 37aba8b updated zlibWrapper/README.md (2) by inikep · 8 years ago
  18. b5e6870 updated zlibWrapper/README.md by inikep · 8 years ago
  19. 3eabe9b added zlibWrapper - zstd wrapper for zlib by inikep · 8 years ago
  20. ccd6e86 improved decoding speed by inlining x_isError() functions by Yann Collet · 8 years ago
  21. 1687168 minor refactor : more accurate variable scope by Yann Collet · 8 years ago
  22. b19d5d7 restored inline for better decompression speed by Yann Collet · 8 years ago
  23. 1ceb5a9 restored DStream init due to strange speed regressions and warnins on gcc 5.3 by Yann Collet · 8 years ago
  24. ce27e85 fixed clang conversion warning by Yann Collet · 8 years ago
  25. 1032fbe update FSE library by Yann Collet · 8 years ago
  26. 249ae0c better big-endian / little-endian r/w support by Yann Collet · 8 years ago
  27. 4dbf7f4 dynamic memory allocation in UTIL_createFileList by inikep · 8 years ago
  28. a96f9fd datagencli uses `mem.h` by Yann Collet · 8 years ago
  29. 3329d98 fixed minor asan warning in legacy decoder by Yann Collet · 8 years ago
  30. c75e4c2 Added : ZSTD_getErrorString(), to get error string from error enum (#168) by Yann Collet · 8 years ago
  31. b3a9938 Merge pull request #182 from inikep/dev by Yann Collet · 8 years ago
  32. b12b369 fixed : unused argument in printf by Yann Collet · 8 years ago
  33. 9545945 disable Visual Studio code analysis by inikep · 8 years ago
  34. 3733797 bench.c: experimental -r (operate recursively on directories) for Windows and _POSIX_C_SOURCE >= 200112L by inikep · 8 years ago
  35. bd39d54 zbuff supports byte-by-byte decompression scenarios by Yann Collet · 8 years ago
  36. ed9a085 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  37. 918b934 minor comment update by Yann Collet · 8 years ago
  38. d693117 fixed : null-length string roundtrip by Yann Collet · 8 years ago
  39. 8b23eea minor refactor : more accurate variables scope Added null-length string test by Yann Collet · 8 years ago
  40. 349fcf7 fixed Linux compilation by inikep · 8 years ago
  41. aaaf923 common/util.h moved to programs/util.h by inikep · 8 years ago
  42. d44ec48 detection of snprintf for Visual <= 2012 by inikep · 8 years ago
  43. 03bf5ad added appveyor.yml by inikep · 8 years ago
  44. 6e61a84 added support for VS 2015 by inikep · 8 years ago
  45. d782890 fixed datagen by Yann Collet · 8 years ago
  46. ceca200 datagen uses `mem.h` by Yann Collet · 8 years ago
  47. 59b6ba7 Merge pull request #180 from thatsafunnyname/patch-1 by Yann Collet · 8 years ago
  48. 4ff73a2 added : midipix support (#181) by Yann Collet · 8 years ago
  49. d275236 Fixed Windows API, as detected by @KrzysFR (#171) by Yann Collet · 8 years ago
  50. f6ca09b Reduced console display on loading lots of files with `zstd --train`. Reported by @KrzysFR, see #177 by Yann Collet · 8 years ago
  51. e1a69a8 Expose Advanced Streaming API for v0.5.x legacy by Yann Collet · 8 years ago
  52. 95af06f fixed legacy dictionary decompression by Yann Collet · 8 years ago
  53. 0c0f314 CLI supports dictionary decompression in legacy mode v0.5.x by Yann Collet · 8 years ago
  54. f849462 minor refactor : more accurate variable scope by Yann Collet · 8 years ago
  55. a5dacdf updated fse (minor refactor) by Yann Collet · 8 years ago
  56. 18dedec Support legacy ZSTD_decompress_usingDict() (starting v0.5+) by Yann Collet · 8 years ago
  57. 8283a2f Fixed decoding corruption error with quad-symbols huffman on legacy decoders by Yann Collet · 8 years ago
  58. 13c8424 code cleaning by inikep · 8 years ago
  59. 0bd0fae fixed compatibility issues by inikep · 8 years ago
  60. 6d1d252 fixed Huff0 quad-symbols decoder (#173) by Yann Collet · 8 years ago
  61. 9c22e57 Compiler Options moved to util.h by inikep · 8 years ago
  62. ddb8ebd Stricter gnu90 tests by Yann Collet · 8 years ago
  63. 3f8ed50 Added gnu90 test by Yann Collet · 8 years ago
  64. 3163403 UTIL_prepareFileList by inikep · 8 years ago
  65. b0e5427 No stdint.h on OpenVMS. by thatsafunnyname · 8 years ago
  66. dca5cf9 No stdint.h on OpenVMS. by thatsafunnyname · 8 years ago
  67. eef5fdb No stdint.h on OpenVMS. by thatsafunnyname · 8 years ago
  68. f6ac479 removed BMI tests on Travis CI : incompatible compiler by Yann Collet · 8 years ago
  69. 17d35b0 added : BMI x64 test for Travis CI by Yann Collet · 8 years ago
  70. 6f9c056 Fixed BMI behavior on x86 and x32 targets, reported by @tycho (#178) by Yann Collet · 8 years ago
  71. cf8584c Merge pull request #175 from inikep/dev by Yann Collet · 8 years ago
  72. 648d74a Sync by inikep · 8 years ago
  73. bab4317 util.h must the the first include to #define _POSIX_C_SOURCE by inikep · 8 years ago
  74. 4f832c9 util.h must be the first include to #define _POSIX_C_SOURCE by inikep · 8 years ago
  75. 55d047a getTotalFileSize moved to common/util.h by inikep · 8 years ago
  76. d5ff2c3 ordering of #include by inikep · 8 years ago
  77. 83c76b4 bench.c: time functions moved to common/util.h by inikep · 8 years ago
  78. 69fcd7c getFileSize moved to common/util.h by inikep · 8 years ago
  79. 1007a1f get rid of some Visual C++ warnings by inikep · 8 years ago
  80. 6cb083f fixed 64-bit compilation with Visual C++ by inikep · 8 years ago
  81. ea4ee3e added compatibility with Visual C++ 2012 by inikep · 8 years ago
  82. a8138fd updated lib/README.md part 2 by inikep · 8 years ago
  83. 4979431 updated lib/README.md by inikep · 8 years ago
  84. f066816 fix for g++ compilation by inikep · 8 years ago
  85. db39643 introduced ZSTD_NODECOMPRESS to link only compressor by inikep · 8 years ago
  86. a1febea Error functions moved to common/zstd_common.c by inikep · 8 years ago
  87. d6be275 updated CMakeLists.txt by inikep · 8 years ago
  88. 3c7c352 introduced ZSTD_NOCOMPRESS to generate decompressor only by inikep · 8 years ago
  89. 23a0889 separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/ by inikep · 8 years ago
  90. 4699b3b Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  91. 3865498 minor speed improvements 2 by inikep · 8 years ago
  92. ef51941 zst_opt.h: minor compression speed improvement by inikep · 8 years ago
  93. e02808f bumped lib version to 0.6.1 added ZSTD_VERSION_STRING by Yann Collet · 8 years ago
  94. c5e1d29 bench.c: force at least one compression and decompression loop by inikep · 8 years ago
  95. 6d157f1 bench.c: fixed rare compression and decompression speed bug by inikep · 8 years ago
  96. 2c5eeea introduced ZSTD_DEAFULT_CLEVEL for (compressionLevel<=0) by inikep · 8 years ago
  97. 4b3c5ee removed ZSTD_compressBegin_targetSrcSize by inikep · 8 years ago
  98. c70c90e Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  99. c0d5f4e bench.c: ignore directories from a file list for benchmark by inikep · 8 years ago
  100. ae800f9 updated readme for 0.6.0 by Yann Collet · 8 years ago