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