1. da9d3b7 Cleanup some errors in typedef comments and remove duplicated HOWTO from zbuff_decompress.c by David Lam · 8 years ago
  2. 23b6e05 ZSTD_malloc() and ZSTD_free(), to simplify customMem by Yann Collet · 8 years ago
  3. e19a9ef update compression level table by Yann Collet · 8 years ago
  4. 87c18b2 fixed multiple minor warnings for XCode by Yann Collet · 8 years ago
  5. 0d59a6f removed debug strings by Yann Collet · 8 years ago
  6. 5a02b69 reinforced fix for huge files by Yann Collet · 8 years ago
  7. 96bdd87 fixed : compression bug on very large files by Yann Collet · 8 years ago
  8. a3a47ec Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other by inikep · 8 years ago
  9. a2cdffe fixed wrong parameter issue by Yann Collet · 8 years ago
  10. e416e30 remove unnecessary comments by inikep · 8 years ago
  11. 4e90f6c removed ZSTD_LOG_ENCODE and ZSTD_LOG_BLOCK by inikep · 8 years ago
  12. 8a36f85 removed stats in debug mode by inikep · 8 years ago
  13. 24b68a5 update cLevel table for 256KB by Yann Collet · 8 years ago
  14. c54692f improved level 3 by Yann Collet · 8 years ago
  15. 70e3b31 fixed playtests on os-x by Yann Collet · 8 years ago
  16. cb32763 added sizeof CStream and DStream by Yann Collet · 8 years ago
  17. c411902 fixed g++ conversion warning by Yann Collet · 8 years ago
  18. 53e17fb updated streaming API by Yann Collet · 8 years ago
  19. 104e5b0 added : streaming decompression API by Yann Collet · 8 years ago
  20. 5a0c8e2 new streaming API (compression) by Yann Collet · 8 years ago
  21. 98e08cb fixed: tree not updated after finding very long rep matches by inikep · 8 years ago
  22. 280f9a8 minor comment by Yann Collet · 8 years ago
  23. 0763905 ZSTD_compress_usingCDict() correctly provides original size by default in frame header by Yann Collet · 8 years ago
  24. 346efcc fixed doc typo by Yann Collet · 8 years ago
  25. 3b2bd1d zstd_opt uses same tables as zstd_compress by Yann Collet · 8 years ago
  26. 3c6b808 minor decompression speed gains by Yann Collet · 8 years ago
  27. c0ce4f1 slightly improved compression speed by Yann Collet · 8 years ago
  28. ed57d85 new seqStore by Yann Collet · 8 years ago
  29. 62470b4 Changed ZSTD_compressEnd() by Yann Collet · 8 years ago
  30. 19c1002 applied ZSTD_compressContinueThenEnd() by Yann Collet · 8 years ago
  31. 5b56739 created ZSTD_compressContinueThenEnd() by Yann Collet · 8 years ago
  32. c991cc1 new frame end, 32-bits checksums by Yann Collet · 8 years ago
  33. d4180ca minor code refactoring by Yann Collet · 8 years ago
  34. 731ef16 minor code style refactoring by Yann Collet · 8 years ago
  35. 4110534 ZSTD_maxCLevel() is promoted to "stable" API (#254, by @FrancescAlted) by Yann Collet · 8 years ago
  36. c154d9d better support for large dictionaries (> 128 KB) by Yann Collet · 8 years ago
  37. e4d0265 Replace remaining references to "direct mode" with "single segment mode" by Eric Biggers · 8 years ago
  38. f8e7b53 unified encoding types by Yann Collet · 8 years ago
  39. c2e1a68 changed streamNb order to 1-4-4-4 by Yann Collet · 8 years ago
  40. 32faf6c fixed conversion warnings by Yann Collet · 8 years ago
  41. 198e6aa Literals header fields use little endian convention by Yann Collet · 8 years ago
  42. 6fa05a2 cBlockSize uses little-endian convention by Yann Collet · 8 years ago
  43. 5894ea8 updated cLevels by Yann Collet · 8 years ago
  44. cf05b9d ZSTD_getBlockSizeMax() by Yann Collet · 8 years ago
  45. e557fd5 minor compression level corrections by Yann Collet · 8 years ago
  46. 6cacd34 minor formatting changes by Yann Collet · 8 years ago
  47. 98c8884 added target zstd in root Makefile by Yann Collet · 8 years ago
  48. 961b6a0 ZSTD_compressBlock() limits block size depending on windowLog parameter by Yann Collet · 8 years ago
  49. 227cc39 improved efficiency for large messages with small dictionaries by Yann Collet · 8 years ago
  50. ea2ecdc fixed issue with small dictionary by Yann Collet · 8 years ago
  51. b23e1ce removed debugging traces by Yann Collet · 8 years ago
  52. 8847238 simplified ZSTD_estimateCCtxSize() by Yann Collet · 8 years ago
  53. 69c2cdb fixed conversion warning by Yann Collet · 8 years ago
  54. 2b1a363 changed macro name to ZSTDCLI_CLEVEL_DEFAULT by Yann Collet · 8 years ago
  55. 3c242e7 updated compression levels table by Yann Collet · 8 years ago
  56. eed2081 fixed conversion warning by Yann Collet · 8 years ago
  57. a43a854 updated paramgrill by Yann Collet · 8 years ago
  58. 73d74a0 fixed dfast strategy by Yann Collet · 8 years ago
  59. 45dc356 first version of doubleFast by Yann Collet · 8 years ago
  60. 3ae543c added ZSTD_estimateCCtxSize() by Yann Collet · 8 years ago
  61. 52c04fe removed `mem.h` dependency from `zstd.h` (experimental section) by Yann Collet · 8 years ago
  62. d57dffb ZSTD_storeSeq takes an U32 as offset type by Yann Collet · 8 years ago
  63. 302ff03 simplified repcodes for lazy_extDict by Yann Collet · 8 years ago
  64. 9634f67 fix lazy parser by Yann Collet · 8 years ago
  65. 92d7566 fix for fast mode by Yann Collet · 8 years ago
  66. 5e734ad revert fix by Yann Collet · 8 years ago
  67. 0d5bf8f fixed risk of segfault on very large files (multiple GB) by Yann Collet · 8 years ago
  68. 2fa9904 update specification and comments by Yann Collet · 8 years ago
  69. c093208 fix : potential leak (#229) by Yann Collet · 8 years ago
  70. 6c6e175 use ZSTD_getParams() to simplify code by Yann Collet · 8 years ago
  71. 3d2cd7f Introduced ZSTD_getParams() bench now uses ZSTD_createCDict_advanced() by Yann Collet · 8 years ago
  72. d4f4e58 fixed ZSTD_decompressBlock() using multiple blocks by Yann Collet · 8 years ago
  73. 3755eb8 fixed strict-aliasing warning on gcc6 by Yann Collet · 8 years ago
  74. 22d7632 minor refactor by Yann Collet · 8 years ago
  75. a436a52 minor : fast_extDict does no longer skip first byte by Yann Collet · 8 years ago
  76. 4623d11 new correction, less extreme replacement value by Yann Collet · 8 years ago
  77. 5477cc2 fixed corruption error related to inter-blocks rep-offset by Yann Collet · 8 years ago
  78. 06d9a73 minor refactor, using `WILDCOPY_OVERLENGTH` macro instead of hard-coded 8 by Yann Collet · 8 years ago
  79. 19cab46 Joined `seqStore` initialization at dispatch point by Yann Collet · 8 years ago
  80. 736d419 strengthened dict loading on decompresson side by Yann Collet · 8 years ago
  81. 52a0622 RepsCodes are saved into Dict by Yann Collet · 8 years ago
  82. efd0b49 fixed fuzzer error (inter-block repeated offsets) by Yann Collet · 8 years ago
  83. d059092 fixed conversion warnings by Yann Collet · 8 years ago
  84. 45c03c5 fixed corruption with inter-blocks repeated offsets by Yann Collet · 8 years ago
  85. 4266c0a adding inter-blocks rep-offsets by Yann Collet · 8 years ago
  86. 43dfe01 Check `repIndex` for validity by Yann Collet · 8 years ago
  87. 9dd1274 `litBlockType_t` is an `enum` by Yann Collet · 8 years ago
  88. 302fb53 Removed `ZSTD_*_usingPrepared?Ctx()` declaration from public space by Yann Collet · 8 years ago
  89. 81e13ef first implementation of the new dictionary API (untested) by Yann Collet · 8 years ago
  90. 2cc72f1 fixed initialization issue in bench by Yann Collet · 8 years ago
  91. e3d5294 fixed initialization mismatch in `ZSTD_copyCCtx()` by Yann Collet · 8 years ago
  92. 142acbd fixed minor visual conversion warning by Yann Collet · 8 years ago
  93. 673f0d7 new frame format, allowing custom window size by Yann Collet · 8 years ago
  94. d0e2cd1 Merged `fse_static` into `fse.h` . Now requires `FSE_STATIC_LINKING_ONLY` macro. by Yann Collet · 8 years ago
  95. 130fe11 merged `huf_static.h` into `huf.h` . Requires `HUF_STATIC_LINKING_ONLY` macro. by Yann Collet · 8 years ago
  96. 49bb004 removed `ZSTD_highbit()` from `zstd_internal.h`, as it is only used by `zstd_compress.c` by Yann Collet · 8 years ago
  97. d3b7f8d Merged `zstd_static.h` into `zstd.h` . Now requires `ZSTD_STATIC_LINKING_ONLY` macro by Yann Collet · 8 years ago
  98. 3640396 fixed: deallocation of structures in case of error in ZBUFF_createCCtx and ZBUFF_createDCtx by inikep · 8 years ago
  99. 3763c77 defaultCustomNULL replaced with defaultCustomMem by inikep · 8 years ago
  100. 36fac00 removed calloc calls from lib/ by inikep · 8 years ago