1. 7f98b46 adding support for -O flag: multiple files into one directory for compressions (decompression to come) by Sen Huang · 6 years ago
  2. b8327ac Merge pull request #1770 from cwoffenden/amalgamate-correctness by Yann Collet · 6 years ago
  3. 88975e8 Minor: documented sizes smaller by Carl Woffenden · 6 years ago
  4. 8ac29cc Correctness and tidy by Carl Woffenden · 6 years ago
  5. b199bb3 Merge pull request #1769 from cybojanek/update_streaming_examples by Yann Collet · 6 years ago
  6. a821990 Fix streaming compression/decompression examples by Jan Kasiak · 6 years ago
  7. c9381c1 Merge pull request #1761 from terrelln/regression by Yann Collet · 6 years ago
  8. 8ce9c19 [regression] small improvement from RLE blocks by Nick Terrell · 6 years ago
  9. 5198347 Merge pull request #1744 from bimbashrestha/dev by Yann Collet · 6 years ago
  10. d944197 Merge pull request #1754 from facebook/decTest by Yann Collet · 6 years ago
  11. c3e3c8b Undoing the last commit (that was an accident) by Bimba Shrestha · 6 years ago
  12. 4a1ca5e Adding method for extracting sequences. by bimbashrestha · 6 years ago
  13. 64102f0 Merge branch 'dev' into decTest by Yann Collet · 6 years ago
  14. ccb7c8e Merge pull request #1755 from cwoffenden/amalgamate-c99-fixes by Yann Collet · 6 years ago
  15. 72e51ac C99 and older GCC fixes by Carl Woffenden · 6 years ago
  16. e7ad20c update test script by Yann Collet · 6 years ago
  17. 4b3a8fe fix create_ script for sh by Yann Collet · 6 years ago
  18. 9589e8e Merge pull request #1749 from facebook/rmadapt by Yann Collet · 6 years ago
  19. 8af941d Merge branch 'dev' into decTest by Yann Collet · 6 years ago
  20. 979ddc1 Merge pull request #1750 from cwoffenden/amalgamate-bash2sh by Yann Collet · 6 years ago
  21. cdf73e9 Rewrote the scripts to sh instead of bash by Carl Woffenden · 6 years ago
  22. e5704bb Added test for multiple blocks of zeros and fixed nit about comments by bimbashrestha · 6 years ago
  23. 416157d try to debug issues on CirrusCI by Yann Collet · 6 years ago
  24. cd43f7d added single_file_decoder to contrib/ tests by Yann Collet · 6 years ago
  25. f61e8a2 minor script renaming, for clarity by Yann Collet · 6 years ago
  26. 517aeb8 changed contrib project name for clarity by Yann Collet · 6 years ago
  27. b12a5b9 removed associated test by Yann Collet · 6 years ago
  28. 5ed1b1e removed adaptive-compression by Yann Collet · 6 years ago
  29. e9c0fc1 Merge pull request #1748 from terrelln/cover-deadlock by Nick Terrell · 6 years ago
  30. a8391cc Merge pull request #1739 from cwoffenden/amalgamate by Yann Collet · 6 years ago
  31. 5186896 Fixed test failure when Emscripten not present by Carl Woffenden · 6 years ago
  32. 6213b7b Minor repetition by Carl Woffenden · 6 years ago
  33. 59052d5 Typo by Carl Woffenden · 6 years ago
  34. ec12721 Added clarification by Carl Woffenden · 6 years ago
  35. 6712a64 Added reasoning by Carl Woffenden · 6 years ago
  36. 4f2a8b7 Typo by Carl Woffenden · 6 years ago
  37. a57de4a Added test script; tidied and documented by Carl Woffenden · 6 years ago
  38. 793c71d [test][dictBuilder] Add multithreaded tests by Nick Terrell · 6 years ago
  39. 0932de5 [dictBuilder] Fix deadlock in *COVER error case by Nick Terrell · 6 years ago
  40. 96201d9 Added bool to cctx and fixed some comment nits by bimbashrestha · 6 years ago
  41. 991cbc9 Fixing mixed declaration compiler complaint by bimbashrestha · 6 years ago
  42. ce264ce Forbiding emission of RLE when its the first block by bimbashrestha · 6 years ago
  43. 33b6446 Removing accidental method call by bimbashrestha · 6 years ago
  44. 7c6fa81 Added Emscripten example, removed Buck, minor tidy by Carl Woffenden · 6 years ago
  45. 7b041b5 Removing assert for rle that doesn't always hold by bimbashrestha · 6 years ago
  46. 1f2bf77 Using typedef U32 instead of int by bimbashrestha · 6 years ago
  47. ba46932 Removing implicit conversion from const void* to const BYTE* and added constant for threshold by bimbashrestha · 6 years ago
  48. ea8f6d2 Able to test combine script; minor tidy by Carl Woffenden · 6 years ago
  49. d760e35 Preparing to run tests by Carl Woffenden · 6 years ago
  50. 36a5933 Minor fix for files with spaces. Typo. by Carl Woffenden · 6 years ago
  51. c690f22 Merge branch 'dev' into amalgamate by Carl Woffenden · 6 years ago
  52. 5144e66 Revert "Merge remote-tracking branch 'origin/master' into dev" by Carl Woffenden · 6 years ago
  53. 0fcaa67 Merge remote-tracking branch 'upstream/dev' into dev by Carl Woffenden · 6 years ago
  54. 0df29a4 Merge remote-tracking branch 'origin/master' into dev by Carl Woffenden · 6 years ago
  55. d0750a1 Merge pull request #1733 from nmagerko/size-hint by Nick Terrell · 6 years ago
  56. 5b811cb Merge pull request #1745 from terrelln/regression-driver by Nick Terrell · 6 years ago
  57. 0a49353 Added generator script and simple test by Carl Woffenden · 6 years ago
  58. e2030a2 [fuzz] Add a DEBUGLOG(3) statement to print file by Nick Terrell · 6 years ago
  59. 0e3ba02 Fixing more test falure errors by bimbashrestha · 6 years ago
  60. 4faf3a5 Fixing ci-circle test failure issues by bimbashrestha · 6 years ago
  61. cba5350 Moving RLE logic to inside ZSTD_compressBlock_internal and adding assert by bimbashrestha · 6 years ago
  62. 493f95c Fix merge conflicts by Nick Magerko · 6 years ago
  63. a505463 Merge pull request #1726 from nmagerko/stream-size by Nick Terrell · 6 years ago
  64. 4c90d86 Generate RLE blocks in the encoder by bimbashrestha · 6 years ago
  65. fd486a8 Differentiate --stream-size from --size-hint by Nick Magerko · 6 years ago
  66. 2cdda8b Minor documentation update by Nick Magerko · 6 years ago
  67. b354050 Remove bc from play tests by Nick Magerko · 6 years ago
  68. 54ad334 Merge pull request #1737 from terrelln/legacy-fix by Nick Terrell · 6 years ago
  69. 188311d Merge pull request #1736 from terrelln/fuzz-fix by Nick Terrell · 6 years ago
  70. 901ea61 Tweaks to create a single-file decoder by Carl Woffenden · 6 years ago
  71. 69c875a Merge pull request #1724 from facebook/blockSize by Yann Collet · 6 years ago
  72. 38b6428 Merge pull request #1725 from emaste/dev by Yann Collet · 6 years ago
  73. fe0877c Merge pull request #1721 from facebook/seq127 by Yann Collet · 6 years ago
  74. 757ab66 Merge pull request #1713 from cemeyer/fix_gcc4_build by Yann Collet · 6 years ago
  75. 07f22d4 [legacy] Fix buffer overflow in v0.2 and v0.4 raw literals decompression by Nick Terrell · 6 years ago
  76. 3982935 [fuzz] Improve fuzzer build script and docs by Nick Terrell · 6 years ago
  77. 05d7479 Document --size-hint by Nick Magerko · 6 years ago
  78. de6a6c7 Fix ZSTD_SRCSIZEHINT_MIN typo by Nick Magerko · 6 years ago
  79. c7a24d7 Define ZSTD_SRCSIZEHINT_MIN as 0 by Nick Magerko · 6 years ago
  80. f23402f Remove unnecessary test case by Nick Magerko · 6 years ago
  81. 294f1e5 Fix typo in test by Nick Magerko · 6 years ago
  82. 83076ab Revert change to zstd manual by Nick Magerko · 6 years ago
  83. 2d39b43 Use int for srcSizeHint when sensible by Nick Magerko · 6 years ago
  84. f9af70c Fix playTests and add additional cases by Nick Magerko · 6 years ago
  85. ea9d359 Add size-hint to fuzz tests by Nick Magerko · 6 years ago
  86. a3d655d v1.4.3: Merge pull request #1730 from facebook/dev by Felix Handte · 6 years ago
  87. 09894dc Add mention of regression with poor size hints by Nick Magerko · 6 years ago
  88. fee8fbc Make upper bound INT_MAX by Nick Magerko · 6 years ago
  89. edf2abf Fix fall-through case by Nick Magerko · 6 years ago
  90. dffbac5 Add --size-hint=# option by Nick Magerko · 6 years ago
  91. 30bfa22 Keep content size flag set in stream size mode by Nick Magerko · 6 years ago
  92. a24dc3a Remove extraneous variables by Nick Magerko · 6 years ago
  93. f781cf6 Remove extraneous parameter by Nick Magerko · 6 years ago
  94. bbd83c2 Update man page by Nick Magerko · 6 years ago
  95. c403b12 Set pledged size just before compression by Nick Magerko · 6 years ago
  96. 97bb386 `number` instead of `nb` by Yann Collet · 6 years ago
  97. 85d07c6 Tweak stdout, stderr redirection in new playTests by Nick Magerko · 6 years ago
  98. af0c950 Add --stream-size=# command by Nick Magerko · 6 years ago
  99. 1e07eb4 clarifications on the meaning of field `Block_Size` by Yann Collet · 6 years ago
  100. b81d7cc remove extraneous doubled ;s by Ed Maste · 6 years ago