1. 25c5066 promote ZSTD_getDecompressedSize() to stable API by Yann Collet · 8 years ago
  2. 3b6ae77 comment clarification by Yann Collet · 8 years ago
  3. ed3845d introduced ZSTD_WINDOWLOG_MAX_32 (#239), suggested by @GregSlazinski by Yann Collet · 8 years ago
  4. e72efeb removed "error_public.h" dependency from "zstd.h" by Yann Collet · 8 years ago
  5. e09d38e removed `mem.h` dependency from `zbuff.h` (experimental section) by Yann Collet · 8 years ago
  6. f323bf7 added : ZSTD_getDecompressedSize() by Yann Collet · 8 years ago
  7. 52c04fe removed `mem.h` dependency from `zstd.h` (experimental section) by Yann Collet · 8 years ago
  8. f246cf5 ZSTD_decompress_usingDDict() compatible with Legacy mode by Yann Collet · 8 years ago
  9. d916c90 updated doc by Yann Collet · 8 years ago
  10. 698cb63 Updated specifications by Yann Collet · 8 years ago
  11. 2fa9904 update specification and comments by Yann Collet · 8 years ago
  12. 6c6e175 use ZSTD_getParams() to simplify code by Yann Collet · 8 years ago
  13. 3d2cd7f Introduced ZSTD_getParams() bench now uses ZSTD_createCDict_advanced() by Yann Collet · 8 years ago
  14. 529d9c7 updated version to v0.7.2 by Yann Collet · 8 years ago
  15. 63b5e7a Improved comments by Yann Collet · 8 years ago
  16. 3755eb8 fixed strict-aliasing warning on gcc6 by Yann Collet · 8 years ago
  17. a49e066 clarified comments on `ZSTD_compressContinue()` by Yann Collet · 8 years ago
  18. d4f38d0 updated library to v0.7.1 by Yann Collet · 8 years ago
  19. 510cff3 minor comment change by Yann Collet · 8 years ago
  20. 52a0622 RepsCodes are saved into Dict by Yann Collet · 8 years ago
  21. 45c03c5 fixed corruption with inter-blocks repeated offsets by Yann Collet · 8 years ago
  22. 4266c0a adding inter-blocks rep-offsets by Yann Collet · 8 years ago
  23. 18c8f79 fixed gcc warning on uninitialized structure variable by Yann Collet · 8 years ago
  24. cd98f93 Fixed decompression issue with invalid data by Yann Collet · 8 years ago
  25. 237ad4b Added single-stream decompression variant using external DTable by Yann Collet · 8 years ago
  26. 289bbd5 Updated huff0 by Yann Collet · 8 years ago
  27. 0974f68 completed `.gitignore` by Yann Collet · 8 years ago
  28. 9dd1274 `litBlockType_t` is an `enum` by Yann Collet · 8 years ago
  29. 662a541 updated huff0 - now generates a common HUF_DTable type for all decoding tables by Yann Collet · 8 years ago
  30. 302fb53 Removed `ZSTD_*_usingPrepared?Ctx()` declaration from public space by Yann Collet · 8 years ago
  31. 81e13ef first implementation of the new dictionary API (untested) by Yann Collet · 8 years ago
  32. 673f0d7 new frame format, allowing custom window size by Yann Collet · 8 years ago
  33. 89703d2 reduced dependencies by Yann Collet · 8 years ago
  34. a91ca62 removed `HUF_readStats()` from public space by Yann Collet · 8 years ago
  35. d0e2cd1 Merged `fse_static` into `fse.h` . Now requires `FSE_STATIC_LINKING_ONLY` macro. by Yann Collet · 8 years ago
  36. 130fe11 merged `huf_static.h` into `huf.h` . Requires `HUF_STATIC_LINKING_ONLY` macro. by Yann Collet · 8 years ago
  37. 49bb004 removed `ZSTD_highbit()` from `zstd_internal.h`, as it is only used by `zstd_compress.c` by Yann Collet · 8 years ago
  38. d3b7f8d Merged `zstd_static.h` into `zstd.h` . Now requires `ZSTD_STATIC_LINKING_ONLY` macro by Yann Collet · 8 years ago
  39. ac110a1 Removed ZBUFF internal util function from public area by Yann Collet · 8 years ago
  40. 5347aee merged `zbuff_static.h` into `zbuff.h` . Now requires `ZBUFF_STATIC_LINKING_ONLY` macro by Yann Collet · 8 years ago
  41. 2a74609 zlibWrapper: ZWRAP_createCCtx and ZWRAP_freeCCtx use custom memory allocation functions by inikep · 8 years ago
  42. 3763c77 defaultCustomNULL replaced with defaultCustomMem by inikep · 8 years ago
  43. db2f540 added defaultCustomNULL by inikep · 8 years ago
  44. b74a468 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070 by inikep · 8 years ago
  45. ff9114a zlibWrapper: added support for custom memory allocation functions by inikep · 8 years ago
  46. c4807f4 default custom allocation functions moved to zstd_internal.h by inikep · 8 years ago
  47. 2866951 opaque parameter for custom memory allocation functions by inikep · 8 years ago
  48. 9242816 fparamsPtr->windowLog==0 means that a frame is skippable by inikep · 8 years ago
  49. 70d1301 Changed `ZSTD_adjustCParams()` prototype by Yann Collet · 8 years ago
  50. 83c3f44 upgraded zbufftest to also test advanced frame parameters no/checksum no/dictID by Yann Collet · 8 years ago
  51. 5c27717 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070 by inikep · 8 years ago
  52. 8e3a36a decompression validates frame content checksum by Yann Collet · 8 years ago
  53. a6b9420 Merge remote-tracking branch 'refs/remotes/origin/dev' into dev070 by inikep · 8 years ago
  54. f2a3b6e added : frame content checksum by Yann Collet · 8 years ago
  55. f772bf5 support for skippable frames by inikep · 8 years ago
  56. c0a9bf3 minor code refactoring by Yann Collet · 8 years ago
  57. c46fb92 added dictionary ID (incomplete) by Yann Collet · 8 years ago
  58. 0c5e8b1 moved xxhash to lib/common by Yann Collet · 8 years ago
  59. 957823f zstdcli: -r (operate recursively on directories) works with dictBuilder and compression by inikep · 8 years ago
  60. e75909e ZBUFF_createCCtx_advanced moved to zbuff_static.h by inikep · 8 years ago
  61. 02c244b Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  62. fb5df61 zstd_stats.h included only in debug mode by inikep · 8 years ago
  63. 71dd67c fullbench: tests for ZBUFF_createCCtx_advanced and ZBUFF_createDCtx_advanced by inikep · 8 years ago
  64. 13ba880 added ZBUFF_createCCtx_advanced and ZBUFF_createDCtx_advanced by inikep · 8 years ago
  65. 107e243 added ZSTD_createDCtx_advanced by inikep · 8 years ago
  66. 50e82c0 added ZSTD_createCCtx_advanced by inikep · 8 years ago
  67. 35b891c zstd_stats.h updated to v0.6 by inikep · 8 years ago
  68. f22a0d6 huff0 dynamic reduction by Yann Collet · 8 years ago
  69. de4d4da changed version to 0.6.2 by Yann Collet · 8 years ago
  70. 78aa052 fixed Visual warning in debug mode by Yann Collet · 8 years ago
  71. d9b3cca restore openVMS support (detected by @thatsafunnyname) by Yann Collet · 8 years ago
  72. 63ecd74 added common/entropy_common.c by inikep · 8 years ago
  73. ccd6e86 improved decoding speed by inlining x_isError() functions by Yann Collet · 8 years ago
  74. 1687168 minor refactor : more accurate variable scope by Yann Collet · 8 years ago
  75. 1ceb5a9 restored DStream init due to strange speed regressions and warnins on gcc 5.3 by Yann Collet · 8 years ago
  76. ce27e85 fixed clang conversion warning by Yann Collet · 9 years ago
  77. 1032fbe update FSE library by Yann Collet · 9 years ago
  78. 249ae0c better big-endian / little-endian r/w support by Yann Collet · 9 years ago
  79. c75e4c2 Added : ZSTD_getErrorString(), to get error string from error enum (#168) by Yann Collet · 9 years ago
  80. b3a9938 Merge pull request #182 from inikep/dev by Yann Collet · 9 years ago
  81. ed9a085 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 9 years ago
  82. 918b934 minor comment update by Yann Collet · 9 years ago
  83. aaaf923 common/util.h moved to programs/util.h by inikep · 9 years ago
  84. d44ec48 detection of snprintf for Visual <= 2012 by inikep · 9 years ago
  85. 59b6ba7 Merge pull request #180 from thatsafunnyname/patch-1 by Yann Collet · 9 years ago
  86. 4ff73a2 added : midipix support (#181) by Yann Collet · 9 years ago
  87. d275236 Fixed Windows API, as detected by @KrzysFR (#171) by Yann Collet · 9 years ago
  88. f6ca09b Reduced console display on loading lots of files with `zstd --train`. Reported by @KrzysFR, see #177 by Yann Collet · 9 years ago
  89. 13c8424 code cleaning by inikep · 9 years ago
  90. 0bd0fae fixed compatibility issues by inikep · 9 years ago
  91. 6d1d252 fixed Huff0 quad-symbols decoder (#173) by Yann Collet · 9 years ago
  92. 9c22e57 Compiler Options moved to util.h by inikep · 9 years ago
  93. ddb8ebd Stricter gnu90 tests by Yann Collet · 9 years ago
  94. 3163403 UTIL_prepareFileList by inikep · 9 years ago
  95. b0e5427 No stdint.h on OpenVMS. by thatsafunnyname · 9 years ago
  96. 6f9c056 Fixed BMI behavior on x86 and x32 targets, reported by @tycho (#178) by Yann Collet · 9 years ago
  97. 55d047a getTotalFileSize moved to common/util.h by inikep · 9 years ago
  98. d5ff2c3 ordering of #include by inikep · 9 years ago
  99. 83c76b4 bench.c: time functions moved to common/util.h by inikep · 9 years ago
  100. 69fcd7c getFileSize moved to common/util.h by inikep · 9 years ago