1. ededcfc fix confusion between unsigned <-> U32 by Yann Collet · 6 years ago
  2. 8f35c7f Merge pull request #1466 from facebook/noDictPresent by Yann Collet · 6 years ago
  3. 87204a2 Merge pull request #1467 from terrelln/regression by Nick Terrell · 6 years ago
  4. a24f73b [regression] Update results.csv by Nick Terrell · 6 years ago
  5. 18434d7 added strerror in comment by Yann Collet · 6 years ago
  6. 41b45b8 Merge pull request #1465 from facebook/noFilePresent by Yann Collet · 6 years ago
  7. ed2fb6b fixed : better error message when dictionary missing by Yann Collet · 6 years ago
  8. 068c9b8 fixed zlibwrapper examples build by Yann Collet · 6 years ago
  9. e4ae24c Merge pull request #1420 from felixhandte/zstd-decompress-minimal by Yann Collet · 6 years ago
  10. 6e9512a Merge pull request #1463 from yijinfb/getenv by Yann Collet · 6 years ago
  11. 95784c6 fixed shadowing of stat variable by Yann Collet · 6 years ago
  12. e129174 fixed shadowing of variable time by Yann Collet · 6 years ago
  13. 0ed8ee4 fixed wrong assert condition by Yann Collet · 6 years ago
  14. ffba142 fixed file identity detection in 32-bit mode by Yann Collet · 6 years ago
  15. 65a441a fixed stdlib implementation of time functions by Yann Collet · 6 years ago
  16. 72dbf1b removed strncpy() from `util.c` by Yann Collet · 6 years ago
  17. 91b7309 Mask Off Unused Functions When ZSTD_FORCE_DECOMPRESS_SEQUENCES_LONG by W. Felix Handte · 6 years ago
  18. 038aabd Mask Off Unused Functions When ZSTD_FORCE_DECOMPRESS_SEQUENCES_SHORT by W. Felix Handte · 6 years ago
  19. 9b94404 Update Travis Jobs to Run Shorter Tests with -Werror by W. Felix Handte · 6 years ago
  20. 105fa95 use strerror() to generate error message by Yann Collet · 6 years ago
  21. 9b2d708 change function name: _readU32FromChar() -> readU32FromCharChecked() by Yi Jin · 6 years ago
  22. de4eb06 fixed 1 transitive include by Yann Collet · 6 years ago
  23. 26d6694 Merge pull request #1464 from facebook/sysErrStr by Yann Collet · 6 years ago
  24. 173ef9d fixed : detection of non-existing file by Yann Collet · 6 years ago
  25. f7b1841 make init_cLevel(...) static by Yi Jin · 6 years ago
  26. a835e9c Merge pull request #1461 from terrelln/regression by Yann Collet · 6 years ago
  27. 30ffc24 fix the code ahead of declaration issue by Yi Jin · 6 years ago
  28. bb7e601 Merge pull request #1462 from facebook/btultra2.3 by Yann Collet · 6 years ago
  29. 0700335 change int init_cLevel() to int init_cLevel(void) by Yi Jin · 6 years ago
  30. 0f2d443 added system error strings by Yann Collet · 6 years ago
  31. cdc7bbf edit README.md by Yi Jin · 6 years ago
  32. 29c7d82 add a section on restricted support of environment variables to README.md by Yi Jin · 6 years ago
  33. 2898afa fixed OSSfuzz 11849 by Yann Collet · 6 years ago
  34. 26a9ae3 refactor readU32FromChar(...), improve init_cLevel(...), and add env var ZSTD_CLEVEL tests by Yi Jin · 6 years ago
  35. 6e6315a [regression] Add more configs by Nick Terrell · 6 years ago
  36. 2f67ac3 Merge pull request #1460 from facebook/btultra2.2 by Yann Collet · 6 years ago
  37. 78c4ea4 added tests case by Yann Collet · 6 years ago
  38. 5324b1e add support for setting compression level through environment variable ZSTD_CLEVEL by Yi Jin · 6 years ago
  39. 8e61ac8 Use Unused Variable in ERR_getErrorString() by W. Felix Handte · 6 years ago
  40. d99ed47 Merge pull request #1454 from lzutao/readme by Yann Collet · 6 years ago
  41. 8e0e495 fixed: compression ratio discrepancy by Yann Collet · 6 years ago
  42. c4b9b8a README: Explain a bit more about Meson build [skip ci] by Lzu Tao · 6 years ago
  43. 3a4634f Merge pull request #1459 from terrelln/destroy by Nick Terrell · 6 years ago
  44. 7abd6ac Also compare device thanks to @felixhandte by Nick Terrell · 6 years ago
  45. cd2c8de [zstdcli] Refuse to overwrite input file by Nick Terrell · 6 years ago
  46. d0e15f8 Merge pull request #1458 from terrelln/estimate by Yann Collet · 6 years ago
  47. 04baeca Merge pull request #1457 from facebook/btultra2.1 by Yann Collet · 6 years ago
  48. d7def45 [libzstd] Fix estimate with negative levels by Nick Terrell · 6 years ago
  49. ef984e7 fix debug levels by Yann Collet · 6 years ago
  50. 0d606ee Fix Incorrect assert() by W. Felix Handte · 6 years ago
  51. bd4afc3 Add Logic to Makefile to Convert Make Vars to Defines by W. Felix Handte · 6 years ago
  52. ece2c18 Document Macros in README by W. Felix Handte · 6 years ago
  53. 4e2f6c1 Add Contbuild Tests by W. Felix Handte · 6 years ago
  54. c2d5163 Add Mutual-Exclusion Error by W. Felix Handte · 6 years ago
  55. c560e34 Add HUF_FORCE_DECOMPRESS_X2 by W. Felix Handte · 6 years ago
  56. abd1567 Move HUF_DGEN Up Out of X1 Definitions by W. Felix Handte · 6 years ago
  57. 4a0572b Refactor Huffman Decompression Away From Ternary Tree in ZSTD_decodeLiteralsBlock by W. Felix Handte · 6 years ago
  58. 432314b Rename HUF_DECOMPRESS_MINIMAL -> HUF_FORCE_DECOMPRESS_X1 by W. Felix Handte · 6 years ago
  59. 4bbb8a4 Add ZSTD_FORCE_DECOMPRESS_SEQUENCES_LONG by W. Felix Handte · 6 years ago
  60. 64553a0 Rename ZSTD_DECOMPRESS_MINIMAL -> ZSTD_FORCE_DECOMPRESS_SEQUENCES_SHORT by W. Felix Handte · 6 years ago
  61. 605dd57 Remove Error Strings with ZSTD_STRIP_ERROR_STRINGS by W. Felix Handte · 6 years ago
  62. 9d5f396 Add Option to Not Request Inlining with ZSTD_NO_INLINE by W. Felix Handte · 6 years ago
  63. df28e5b Add ZSTD_DECOMPRESS_MINIMAL Macro, Which Reduces Branching of Decompress Variants by W. Felix Handte · 6 years ago
  64. f45c9df Totally Hide/Disable X2 Variants when HUF_DECOMPRESS_MINIMAL is Defined by W. Felix Handte · 6 years ago
  65. 36a84b0 Load Dictionaries as X1 Tables by W. Felix Handte · 6 years ago
  66. f9cb348 Add HUF_DECOMPRESS_MINIMAL Macro, Which Avoids Using X2 Variants by W. Felix Handte · 6 years ago
  67. 635783d btultra2 and very small srcSize by Yann Collet · 6 years ago
  68. 517d8c9 Merge pull request #1449 from facebook/ovlog_def by Yann Collet · 6 years ago
  69. 345af8a Merge pull request #1456 from yijinfb/example-ZSTD_compressCCtx by Yann Collet · 6 years ago
  70. bc4dc60 break loadFile_orDie() into 2: loadFile_orDie() loads file into a pre-allocated memory buffer, mallocAndLoadFile_orDie() allocates memory first, then calls loadFile_orDie() by Yi Jin · 6 years ago
  71. 373ff8b play around with rescale weights by Yann Collet · 6 years ago
  72. 4526896 bug fix in loadFile_orDie(): exit with error code if filesize is bigger than provided buffer by Yi Jin · 6 years ago
  73. a951ee9 comment out printf() to make output terse by Yi Jin · 6 years ago
  74. 595401e edit README.md and remove simple_compressionCCtx.c by Yi Jin · 6 years ago
  75. ea4859e add multiple_simple_compression.c by Yi Jin · 6 years ago
  76. cce0842 Factor out allocMemory_orDIe(...) in simple_compressionCCtx.c, and amend Makefile to account for dependency on utils.h by Yi Jin · 6 years ago
  77. 0d14153 formatting by Yi Jin · 6 years ago
  78. 04d06ad refactor utils.h and implement simple_compressionCCtx.c by Yi Jin · 6 years ago
  79. 5bdbd99 Merge pull request #1452 from lzutao/meson_getversion by Yann Collet · 6 years ago
  80. 7f6d11e Merge pull request #1450 from terrelln/no-progress by Nick Terrell · 6 years ago
  81. bdfcaec [zstdcli] Add --no-progress flag by Nick Terrell · 6 years ago
  82. d469842 Merge pull request #1447 from lzutao/meson_symlink_soversion by Yann Collet · 6 years ago
  83. 193fbd3 WIP by Yi Jin · 6 years ago
  84. 066cfc0 meson: Remove unused sys import by Lzu Tao · 6 years ago
  85. 96adc84 fixed tests by Yann Collet · 6 years ago
  86. 8be145a fixed default job size by Yann Collet · 6 years ago
  87. 75fa3f2 Merge pull request #1446 from terrelln/overflow by Nick Terrell · 6 years ago
  88. 62180b2 zstdmt parameter getter/setter use `int` by Yann Collet · 6 years ago
  89. 7f975c0 create simple_compressionCCtx.c out of simple_compression.c, to be worked on by Yi Jin · 6 years ago
  90. aaea4ef [libzstd] Fix infinite loop in decompression by Nick Terrell · 6 years ago
  91. 34f01e6 fixed multiple conversions by Yann Collet · 6 years ago
  92. 4acf139 Merge pull request #1448 from lzutao/travis_reformat by Yann Collet · 6 years ago
  93. b3be899 travis: Use script instead of Cmd env by Lzu Tao · 6 years ago
  94. 3ee5504 Simplify logic by setting default value for MESON_INSTALL_DESTDIR_PREFIX by Lzu Tao · 6 years ago
  95. ce22f76 meson: Update man1 extension on meson 0.49.0 by Lzu Tao · 6 years ago
  96. abfde03 meson: Update meson symlink script usage by Lzu Tao · 6 years ago
  97. fa2fc27 meson: Correct support for building on Windows by Lzu Tao · 6 years ago
  98. 67babb6 Replace many os.path methods with pathlib one's by Lzu Tao · 6 years ago
  99. 1993f5d fixed ovlog tests by Yann Collet · 6 years ago
  100. fbcae27 Merge pull request #1444 from facebook/btultra2 by Yann Collet · 6 years ago