1. fbeaf69 [libzstd] Improve advanced API docs by Nick Terrell · 6 years ago
  2. f2941db Merge pull request #1789 from terrelln/larger-fuzz by Nick Terrell · 6 years ago
  3. d721fcf [fuzz] Fix leak in block_round_trip by Nick Terrell · 6 years ago
  4. 09b1844 Merge pull request #1784 from bimbashrestha/fse_block_bound_err by Yann Collet · 6 years ago
  5. 23c5df1 Merge pull request #1785 from terrelln/larger-fuzz by Nick Terrell · 6 years ago
  6. fe9af33 Added assert to BIT_flushBits() by Bimba Shrestha · 6 years ago
  7. 7c45781 [fuzz] Generate seed data up to 256KB by Nick Terrell · 6 years ago
  8. 43da5bf Rearranging assert and allowing 4 extra for FSE_BLOCKBOUND() by Bimba Shrestha · 6 years ago
  9. 8c1b6f7 Merge pull request #1781 from darxsys/improvDataGen by Nick Terrell · 6 years ago
  10. 51e9d29 Merge branch 'improvDataGen' of github.com:darxsys/zstd into improvDataGen by Dario Pavlovic · 6 years ago
  11. cd85880 It's time for all of rng seed code to go. Goodbye by Dario Pavlovic · 6 years ago
  12. 47bb4c6 Update tests/fuzz/fuzz_data_producer.h by Dario Pavlovic · 6 years ago
  13. 92c58c4 Use range instead of the generic uint32 method to use less bytes when generating necessary numbers. by Dario Pavlovic · 6 years ago
  14. e0fb7e1 ignore dictionary artifacts by Yann Collet · 6 years ago
  15. 6ae1ec9 Merge pull request #1708 from neheb/dev by Felix Handte · 6 years ago
  16. b5b24c2 Combining fuzz_data_producer restrict calls into a single function by Dario Pavlovic · 6 years ago
  17. 23cc2d8 All tests should give some portion of data to the producer and use the rest. by Dario Pavlovic · 6 years ago
  18. 4dfc1bb Merge branch 'dev' into improvDataGen by Dario Pavlovic · 6 years ago
  19. 0630d08 [Fuzz] Improve data generation #1723 by Dario Pavlovic · 6 years ago
  20. 22bd158 Merge pull request #1712 from felixhandte/workspace-efficiency-2 by Yann Collet · 6 years ago
  21. a9d373f Remove Empty lib/compress/zstd_cwksp.c by W. Felix Handte · 6 years ago
  22. 5ba495b Merge pull request #1775 from facebook/edufix by Yann Collet · 6 years ago
  23. 458b602 Merge pull request #1777 from darxsys/improvDataGen by Nick Terrell · 6 years ago
  24. 41416f0 Merge pull request #1773 from bimbashrestha/rle_first_block_decompression_fix by Yann Collet · 6 years ago
  25. b9b9a1c fix education decoder test by Yann Collet · 6 years ago
  26. caaf43b Using a number instead of M prefix in head call by Bimba Shrestha · 6 years ago
  27. ea1ad12 Addressing nits by Dario Pavlovic · 6 years ago
  28. 81208fd Forward Declare `ZSTD_cwksp_available_space` to Fix Build by W. Felix Handte · 6 years ago
  29. 91bf1ba Inline Workspace Functions by W. Felix Handte · 6 years ago
  30. 3932fcf Fixing issues with double usage of data. by Dario Pavlovic · 6 years ago
  31. 0db3ffe Forward resetCCtx Errors when Using CDict by W. Felix Handte · 6 years ago
  32. eb6f69d Fix sizeof_CCtx and sizeof_CDict Calculations for Statically Init'ed Objects by W. Felix Handte · 6 years ago
  33. e370382 Fix workspaceTooSmall Calculation by W. Felix Handte · 6 years ago
  34. e6be4cf Changing test file directory names to be more descriptive by Bimba Shrestha · 6 years ago
  35. 0a65a67 Shorten `&zc->workspace` -> `ws` in `ZSTD_resetCCtx_internal()` by W. Felix Handte · 6 years ago
  36. 0b25ab2 Testing first block decompression cli by Bimba Shrestha · 6 years ago
  37. 1120e4d Clean Up TODOs and Comments pt. II by W. Felix Handte · 6 years ago
  38. c60e1c3 Nit by W. Felix Handte · 6 years ago
  39. 7d7b665 Pull Phase Advance Logic Out into Internal Function by W. Felix Handte · 6 years ago
  40. 8549ae9 Hide Workspace Movement Behind Helper Function by W. Felix Handte · 6 years ago
  41. 2405c03 Fix DEBUGLOG Statement Levels by W. Felix Handte · 6 years ago
  42. 7100d24 Fix Rescale Continue Special Case by W. Felix Handte · 6 years ago
  43. 7321e4c Remove Unused noRealloc CRP Value by W. Felix Handte · 6 years ago
  44. 901bba4 Re-Implement Workspace Shrinking when Oversized by W. Felix Handte · 6 years ago
  45. e8cc137 Add New File to Visual Studio Projects by W. Felix Handte · 6 years ago
  46. 4e9b134 Add New File to Meson Build by W. Felix Handte · 6 years ago
  47. 881bcd8 Cleanup from Move by W. Felix Handte · 6 years ago
  48. b511a84 Move Workspace Functions to Their Own File by W. Felix Handte · 6 years ago
  49. 077a2d7 Rename by W. Felix Handte · 6 years ago
  50. ebd1621 Clean Up TODOs and Comments by W. Felix Handte · 6 years ago
  51. 2abe014 Improve Comments a Bit by W. Felix Handte · 6 years ago
  52. 7a2416a Allocate CDict in Workspace (Rather than in Separate Allocation) by W. Felix Handte · 6 years ago
  53. 65057cf Rewrite ZSTD_initStaticCCtx to Alloc CCtx in Workspace by W. Felix Handte · 6 years ago
  54. 58b69ab Only the CCtx Itself Needs to be Cleared during Static CCtx Init by W. Felix Handte · 6 years ago
  55. 88c2fcd Align Alloc Pointer When Transitioning from Buffers to Aligned Allocs by W. Felix Handte · 6 years ago
  56. e936b73 Remove Overly-Restrictive Assert by W. Felix Handte · 6 years ago
  57. 75d5743 When Loading Dict By Copy, Always Put it in the Workspace by W. Felix Handte · 6 years ago
  58. e69b67e Alloc Tables Separately by W. Felix Handte · 6 years ago
  59. 6177354 Begin Introducing Phases by W. Felix Handte · 6 years ago
  60. 786f226 TMP by W. Felix Handte · 6 years ago
  61. c25283c Disambiguate 'workspace' and 'entropyWorkspace' by W. Felix Handte · 6 years ago
  62. ccaac85 Normalize Case 'workSpace' -> 'workspace' by W. Felix Handte · 6 years ago
  63. a71bbba [Fuzz] Improve data generation #1723 by Dario Pavlovic · 6 years ago
  64. cd5fdcf Merge pull request #1771 from vnair81/dev by Yann Collet · 6 years ago
  65. a3815d2 fix minor compilation condition by Yann Collet · 6 years ago
  66. 44e1220 Mentioning cli only in the comment as suggested by Bimba Shrestha · 6 years ago
  67. 2b0a271 fix eductional decoder by Yann Collet · 6 years ago
  68. a917cd5 Put back omission for first rle block and updated comment as suggested by Bimba Shrestha · 6 years ago
  69. d687d60 Removing redundant condition in decompression, making first block rles valid to deocmpress by Bimba Shrestha · 6 years ago
  70. 9816560 Fixing assert and DEBUGLOG due to ZSTD_CCtx_params parameter change to const pointer by Varun S Nair · 6 years ago
  71. 7716454 Passing ZSTD_CCtx_params by const pointer by Varun S Nair · 6 years ago
  72. b8327ac Merge pull request #1770 from cwoffenden/amalgamate-correctness by Yann Collet · 6 years ago
  73. 88975e8 Minor: documented sizes smaller by Carl Woffenden · 6 years ago
  74. 8ac29cc Correctness and tidy by Carl Woffenden · 6 years ago
  75. b199bb3 Merge pull request #1769 from cybojanek/update_streaming_examples by Yann Collet · 6 years ago
  76. a821990 Fix streaming compression/decompression examples by Jan Kasiak · 6 years ago
  77. c9381c1 Merge pull request #1761 from terrelln/regression by Yann Collet · 6 years ago
  78. 8ce9c19 [regression] small improvement from RLE blocks by Nick Terrell · 6 years ago
  79. 5198347 Merge pull request #1744 from bimbashrestha/dev by Yann Collet · 6 years ago
  80. d944197 Merge pull request #1754 from facebook/decTest by Yann Collet · 6 years ago
  81. c3e3c8b Undoing the last commit (that was an accident) by Bimba Shrestha · 6 years ago
  82. 4a1ca5e Adding method for extracting sequences. by bimbashrestha · 6 years ago
  83. 64102f0 Merge branch 'dev' into decTest by Yann Collet · 6 years ago
  84. ccb7c8e Merge pull request #1755 from cwoffenden/amalgamate-c99-fixes by Yann Collet · 6 years ago
  85. 72e51ac C99 and older GCC fixes by Carl Woffenden · 6 years ago
  86. e7ad20c update test script by Yann Collet · 6 years ago
  87. 4b3a8fe fix create_ script for sh by Yann Collet · 6 years ago
  88. 9589e8e Merge pull request #1749 from facebook/rmadapt by Yann Collet · 6 years ago
  89. 8af941d Merge branch 'dev' into decTest by Yann Collet · 6 years ago
  90. 979ddc1 Merge pull request #1750 from cwoffenden/amalgamate-bash2sh by Yann Collet · 6 years ago
  91. cdf73e9 Rewrote the scripts to sh instead of bash by Carl Woffenden · 6 years ago
  92. e5704bb Added test for multiple blocks of zeros and fixed nit about comments by bimbashrestha · 6 years ago
  93. 416157d try to debug issues on CirrusCI by Yann Collet · 6 years ago
  94. cd43f7d added single_file_decoder to contrib/ tests by Yann Collet · 6 years ago
  95. f61e8a2 minor script renaming, for clarity by Yann Collet · 6 years ago
  96. 517aeb8 changed contrib project name for clarity by Yann Collet · 6 years ago
  97. b12a5b9 removed associated test by Yann Collet · 6 years ago
  98. 5ed1b1e removed adaptive-compression by Yann Collet · 6 years ago
  99. e9c0fc1 Merge pull request #1748 from terrelln/cover-deadlock by Nick Terrell · 6 years ago
  100. a8391cc Merge pull request #1739 from cwoffenden/amalgamate by Yann Collet · 6 years ago