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