1. 52c04fe removed `mem.h` dependency from `zstd.h` (experimental section) by Yann Collet · 9 years ago
  2. f246cf5 ZSTD_decompress_usingDDict() compatible with Legacy mode by Yann Collet · 9 years ago
  3. a3d03a3 added <errno.h> dependency by Yann Collet · 9 years ago
  4. 29652e2 sample set limitation closer to 2 GB by Yann Collet · 9 years ago
  5. 99b045b dictBuilder protection vs huge sample sets (>2 GB) by Yann Collet · 9 years ago
  6. bcb5f77 dictBuilder manages better samples of null size 0 and large size > 128 KB by Yann Collet · 9 years ago
  7. 445d49d fixed conversion warning by Yann Collet · 9 years ago
  8. a295b31 fixed conversion warning by Yann Collet · 9 years ago
  9. 517e1ba fixed dictBuilder issue with HC levels. Reported by Bartosz Taudul. by Yann Collet · 9 years ago
  10. fe07eaa simplified ZSTD_decodeSequence() by Yann Collet · 9 years ago
  11. e0ce5b0 updated spec by Yann Collet · 9 years ago
  12. cd25a91 updated format spec by Yann Collet · 9 years ago
  13. 9ca7336 updated spec by Yann Collet · 9 years ago
  14. f9cac7a Added GNU separator `--`, to specifies that all following arguments are necessary file names (and not commands). Suggested by @chipturner (#230) by Yann Collet · 9 years ago
  15. 23f05cc updated specifications by Yann Collet · 9 years ago
  16. 92c986b fixed cmake error (missing errno) by Yann Collet · 9 years ago
  17. 00d44ab updated doc by Yann Collet · 9 years ago
  18. d916c90 updated doc by Yann Collet · 9 years ago
  19. 440bb63 Merge pull request #238 from juanfra684/patch-2 by Yann Collet · 9 years ago
  20. 041f1ad Merge pull request #237 from juanfra684/patch-1 by Yann Collet · 9 years ago
  21. 06ad6f1 Add OpenBSD to the Makefile test. by Juan Francisco Cantero Hurtado · 9 years ago
  22. fb5c59f Redundant entry for options in the man page. by Juan Francisco Cantero Hurtado · 9 years ago
  23. 5cc1882 fixed minor visual warning by Yann Collet · 9 years ago
  24. 698cb63 Updated specifications by Yann Collet · 9 years ago
  25. d57dffb ZSTD_storeSeq takes an U32 as offset type by Yann Collet · 9 years ago
  26. c62cda9 fileio.c no longer depends on zstd_internal.h by Yann Collet · 9 years ago
  27. 302ff03 simplified repcodes for lazy_extDict by Yann Collet · 9 years ago
  28. 9634f67 fix lazy parser by Yann Collet · 9 years ago
  29. 92d7566 fix for fast mode by Yann Collet · 9 years ago
  30. b2b5309 removes Visual warning on strerror() by Yann Collet · 9 years ago
  31. 5e734ad revert fix by Yann Collet · 9 years ago
  32. f4b7b74 `-c` does no longer modify displayLevel when `-v` set. by Yann Collet · 9 years ago
  33. d96e8f2 updated NEWS by Yann Collet · 9 years ago
  34. 0d5bf8f fixed risk of segfault on very large files (multiple GB) by Yann Collet · 9 years ago
  35. ed7fb84 extended use of strerror(errno) by Yann Collet · 9 years ago
  36. b71adf4 extended use of strerror(errno) by Yann Collet · 9 years ago
  37. b7f1976 use strerror(errno) to return system error message by Yann Collet · 9 years ago
  38. a7a5d77 Updated doc by Yann Collet · 9 years ago
  39. cebab1d Explicit error message when dst file cannot be created / opened by Yann Collet · 9 years ago
  40. 2fa9904 update specification and comments by Yann Collet · 9 years ago
  41. 406dcca updated frame specification with recommended max window size by Yann Collet · 9 years ago
  42. c35cd5b New : Zstandard Frame format specification by Yann Collet · 9 years ago
  43. c093208 fix : potential leak (#229) by Yann Collet · 9 years ago
  44. 6c6e175 use ZSTD_getParams() to simplify code by Yann Collet · 9 years ago
  45. 3d2cd7f Introduced ZSTD_getParams() bench now uses ZSTD_createCDict_advanced() by Yann Collet · 9 years ago
  46. ec224d2 removed useless context by Yann Collet · 9 years ago
  47. 4c56f4a fixed error messages by Yann Collet · 9 years ago
  48. 529d9c7 updated version to v0.7.2 by Yann Collet · 9 years ago
  49. d4f4e58 fixed ZSTD_decompressBlock() using multiple blocks by Yann Collet · 9 years ago
  50. 63b5e7a Improved comments by Yann Collet · 9 years ago
  51. 91d67f0 Merge pull request #221 from inikep/dev by Yann Collet · 9 years ago
  52. 82babfc test-zstd-speed.py: reordering of functions by inikep · 9 years ago
  53. 116128c test-zstd-speed.py: improved exception handling by inikep · 9 years ago
  54. 4702067 test-zstd-speed.py: added --message in start and finish e-mail by inikep · 9 years ago
  55. d4f5a17 Merge pull request #220 from inikep/dev by Yann Collet · 9 years ago
  56. 9649126 Merge remote-tracking branch 'refs/remotes/origin/speedTest' into dev by inikep · 9 years ago
  57. da1685e Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 9 years ago
  58. d7d251c bench.c: added support for ZSTD_GIT_COMMIT by inikep · 9 years ago
  59. f2f59d7 test-zstd-speed.py: added ZSTD_GIT_COMMIT by inikep · 9 years ago
  60. c364ee7 test-zstd-speed.py: sent e-mail after KeyboardInterrupt by inikep · 9 years ago
  61. 3755eb8 fixed strict-aliasing warning on gcc6 by Yann Collet · 9 years ago
  62. bcb9aad test-zstd-speed.py: improved log and e-mail formatting by inikep · 9 years ago
  63. 95da743 test-zstd-speed.py: send e-mail in case of error by inikep · 9 years ago
  64. 2304292 Fixed : dictBuilder fails if first sample is too small by Yann Collet · 9 years ago
  65. 8d30cd5 Merge pull request #219 from inikep/dev by Yann Collet · 9 years ago
  66. 2d9272f test-zstd-speed.py: improved formatting by inikep · 9 years ago
  67. c9bb102 Makefile: added gcc5test and gcc6test by inikep · 9 years ago
  68. 391a128 fix : segfault in command line during automatic overwrite protection mode by Yann Collet · 9 years ago
  69. bda68c2 refactored ZBUFF_compressEnd() for better maintainability by Yann Collet · 9 years ago
  70. 446d442 zbufftest now ensures ZBUFF_compressEnd() is fully flushed in a single pass if dst buffer is large enough by Yann Collet · 9 years ago
  71. aa29226 fix : ZBUFF_compressEnd() gives right amount remaining to flush, including future epilogue by Yann Collet · 9 years ago
  72. f15c1cb Fixed : ZBUFF_compressEnd() called multiple times with too small dst buffer (#206) by Yann Collet · 9 years ago
  73. 2565971 stronger fuzzer tests for ZBUFF_compressEnd() by Yann Collet · 9 years ago
  74. a49e066 clarified comments on `ZSTD_compressContinue()` by Yann Collet · 9 years ago
  75. d731de8 test-zstd-speed.py: added send_simple_email by inikep · 9 years ago
  76. 9bf5357 bench.c: use ZSTD_VERSION_STRING by inikep · 9 years ago
  77. d4f38d0 updated library to v0.7.1 by Yann Collet · 9 years ago
  78. 22d7632 minor refactor by Yann Collet · 9 years ago
  79. a436a52 minor : fast_extDict does no longer skip first byte by Yann Collet · 9 years ago
  80. 4623d11 new correction, less extreme replacement value by Yann Collet · 9 years ago
  81. 5477cc2 fixed corruption error related to inter-blocks rep-offset by Yann Collet · 9 years ago
  82. c98f8e7 Modified : zstd CLI enables checksum by default by Yann Collet · 9 years ago
  83. cbf8c52 roundTripCrash automatic compression level now depends on first 128 bytes by Yann Collet · 9 years ago
  84. e4811ba Modified : ZSTD_createDDict() accepts dictionary < 8 bytes in pure content mode (reported by @chipturner) by Yann Collet · 9 years ago
  85. a050204 Merge branch 'dev' of github.com:Cyan4973/zstd into dev by Yann Collet · 9 years ago
  86. 06d9a73 minor refactor, using `WILDCOPY_OVERLENGTH` macro instead of hard-coded 8 by Yann Collet · 9 years ago
  87. 06a40ac Merge pull request #213 from inikep/dev by Yann Collet · 9 years ago
  88. dba8b44 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 9 years ago
  89. e16f656 test-zstd-versions.py: fixed creation of dictionaries for v0.5.1+ by inikep · 9 years ago
  90. 7e3597b test-zstd-versions.py: create and test dictionaries for v0.5.0 by inikep · 9 years ago
  91. 2ef1650 test-zstd-versions.py: improved error handling by inikep · 9 years ago
  92. 4545671 test-zstd-versions.py: fixed DEVNULL by inikep · 9 years ago
  93. 19cab46 Joined `seqStore` initialization at dispatch point by Yann Collet · 9 years ago
  94. d1af4e6 test-zstd-versions.py: dictionary compression with levels 1, 5, 9, 15, 18 by inikep · 9 years ago
  95. 150152f test-zstd-versions.py: test dictiony compression for v0.5.1 and newer by inikep · 9 years ago
  96. 510cff3 minor comment change by Yann Collet · 9 years ago
  97. 12d881e Move `build` into `projects/build` by Yann Collet · 9 years ago
  98. 201d82f `.cmd` files use windows-style eol by Yann Collet · 9 years ago
  99. 61cc4f2 Added build/README from @KrzysFR (#201) by Yann Collet · 9 years ago
  100. 4948f27 make room for reserved "information bit" in frame header by Yann Collet · 9 years ago