1. a07037b Don't Try to Redzone the Tables by W. Felix Handte · 5 years ago
  2. 0cc481e Fix Workspace Size Calculation by W. Felix Handte · 5 years ago
  3. b6c0a02 Fix ZSTD_sizeof_matchState() Calculation by W. Felix Handte · 5 years ago
  4. 8cffd6e Avoid ASAN Failure in ZSTD_cwksp_free() by W. Felix Handte · 5 years ago
  5. ef0b570 Refactor Freeing CCtxes / CDicts Inside Workspaces by W. Felix Handte · 5 years ago
  6. 143b296 Surround Workspace Allocs with Dead Zone by W. Felix Handte · 5 years ago
  7. 19a0955 Add `ZSTD_cwksp_alloc_size()` to Help Calculate Needed Workspace Size by W. Felix Handte · 5 years ago
  8. da88c35 Stop Assuming Tables are Adjacent by W. Felix Handte · 5 years ago
  9. 35c30d6 Poison Unused Workspace Memory by W. Felix Handte · 5 years ago
  10. edb6d88 Detect Whether We're Being Compiled with ASAN by W. Felix Handte · 5 years ago
  11. dc1fb68 Remove Unused MEM_SKIP_MSAN Macro by W. Felix Handte · 5 years ago
  12. f5f929f Merge pull request #1820 from mhlakhani/dev by Nick Terrell · 5 years ago
  13. 8826f3b Add OSS-Fuzz fuzzing badge by Hasnain Lakhani · 5 years ago
  14. ad2a278 bump version number to v1.4.4 by Yann Collet · 5 years ago
  15. a07da7b Merge pull request #1808 from davidbolvansky/highset-codegen by Yann Collet · 5 years ago
  16. 1ab1a40 Fixed one more place by Dávid Bolvanský · 5 years ago
  17. 1f7228c Use clz ^ 31 instead of 31 - clz; better codegen for GCC by Dávid Bolvanský · 5 years ago
  18. 7451c65 Merge pull request #1804 from terrelln/wild-and-fast by Nick Terrell · 5 years ago
  19. 5cb7615 Add UNUSED_ATTR to ZSTD_storeSeq() by Nick Terrell · 5 years ago
  20. 5dc0a1d HINT_INLINE ZSTD_storeSeq() by Nick Terrell · 5 years ago
  21. c047fcf Merge pull request #1806 from felixhandte/estimate-cctx-doc by Felix Handte · 5 years ago
  22. 44c65da Remove literals overread in ZSTD_storeSeq() for ~neutral perf by Nick Terrell · 5 years ago
  23. f7d9b36 Update Comment on `ZSTD_estimateCCtxSize()` by W. Felix Handte · 5 years ago
  24. fde217d Fix bounds check in ZSTD_storeSeq() by Nick Terrell · 5 years ago
  25. 67b1f5f Fix too strict assert by Nick Terrell · 5 years ago
  26. e068bd0 [tests] Fix decodecorpus by Nick Terrell · 5 years ago
  27. ddab2a9 Pass iend into ZSTD_storeSeq() to allow ZSTD_wildcopy() by Nick Terrell · 5 years ago
  28. cdad7fa Widen ZSTD_wildcopy to 32 bytes by Nick Terrell · 5 years ago
  29. efd37a6 Optimize decompression and fix wildcopy overread by Nick Terrell · 5 years ago
  30. 0e76000 Merge pull request #1801 from terrelln/int-max by Nick Terrell · 5 years ago
  31. 3cac061 Merge pull request #1802 from bimbashrestha/rle_block_bound_fix_pt2 by Yann Collet · 5 years ago
  32. 6e9f681 adding bit container size by Bimba Shrestha · 5 years ago
  33. f9b6abb Adding 4 blocks to FSE_BLOCKBOUND() in lib/common (different from last week) by Bimba Shrestha · 5 years ago
  34. bfff5b3 Merge pull request #1756 from mgrice/dev by Yann Collet · 5 years ago
  35. 5199024 [test] Test the bounds of ZSTD_c_srcSizeHint by Nick Terrell · 5 years ago
  36. 5329de1 Merge pull request #1798 from facebook/refac_fast by Yann Collet · 5 years ago
  37. 243200e minor refactor of ZSTD_fast by Yann Collet · 5 years ago
  38. dd2838e Merge pull request #1783 from felixhandte/mtime-nsec by Felix Handte · 5 years ago
  39. 2164a13 Merge pull request #1780 from felixhandte/workspace-efficiency-3 by Felix Handte · 5 years ago
  40. 72ea79c Don't Include `sanitizer/msan_interface.h`, Since Not All Platforms Provide It by W. Felix Handte · 5 years ago
  41. 282ac22 Merge pull request #1791 from terrelln/doc-up by Nick Terrell · 5 years ago
  42. fbeaf69 [libzstd] Improve advanced API docs by Nick Terrell · 5 years ago
  43. f2941db Merge pull request #1789 from terrelln/larger-fuzz by Nick Terrell · 5 years ago
  44. d721fcf [fuzz] Fix leak in block_round_trip by Nick Terrell · 5 years ago
  45. 09b1844 Merge pull request #1784 from bimbashrestha/fse_block_bound_err by Yann Collet · 5 years ago
  46. 23c5df1 Merge pull request #1785 from terrelln/larger-fuzz by Nick Terrell · 5 years ago
  47. fe9af33 Added assert to BIT_flushBits() by Bimba Shrestha · 5 years ago
  48. 7c45781 [fuzz] Generate seed data up to 256KB by Nick Terrell · 5 years ago
  49. 43da5bf Rearranging assert and allowing 4 extra for FSE_BLOCKBOUND() by Bimba Shrestha · 5 years ago
  50. 8c1b6f7 Merge pull request #1781 from darxsys/improvDataGen by Nick Terrell · 5 years ago
  51. e1ec800 Formatting and Clean Up by W. Felix Handte · 5 years ago
  52. 51e9d29 Merge branch 'improvDataGen' of github.com:darxsys/zstd into improvDataGen by Dario Pavlovic · 5 years ago
  53. cd85880 It's time for all of rng seed code to go. Goodbye by Dario Pavlovic · 5 years ago
  54. 47bb4c6 Update tests/fuzz/fuzz_data_producer.h by Dario Pavlovic · 5 years ago
  55. 92c58c4 Use range instead of the generic uint32 method to use less bytes when generating necessary numbers. by Dario Pavlovic · 5 years ago
  56. e0fb7e1 ignore dictionary artifacts by Yann Collet · 5 years ago
  57. 5a9baae Set M-Time Nanoseconds by W. Felix Handte · 5 years ago
  58. 6ae1ec9 Merge pull request #1708 from neheb/dev by Felix Handte · 5 years ago
  59. 20c6907 Shrink Table Valid End During Alloc Alignment / Phase Change by W. Felix Handte · 5 years ago
  60. 51d9066 Add Assertions to Confirm that Workspace Pointers are Correctly Ordered by W. Felix Handte · 5 years ago
  61. a10c191 `__msan_poison()` Workspace When Preparing for Re-Use by W. Felix Handte · 5 years ago
  62. 194c542 Fix Memory Leak in Test by W. Felix Handte · 5 years ago
  63. ff67c62 Fix Compilation Error (`uint32_t` -> `size_t`) by W. Felix Handte · 5 years ago
  64. 5707c8a Speed Up Test a Little by W. Felix Handte · 5 years ago
  65. ed4c2c6 Add Fuzzer Test Case for Index Reduction by W. Felix Handte · 5 years ago
  66. 7c57e2b Zero `h3size` When `h3log` is 0 by W. Felix Handte · 5 years ago
  67. b5b24c2 Combining fuzz_data_producer restrict calls into a single function by Dario Pavlovic · 5 years ago
  68. bc020ee Also Shrink Clean Table Area When Reducing Indices by W. Felix Handte · 5 years ago
  69. 1999b2e Update DEBUGLOG Statements by W. Felix Handte · 5 years ago
  70. 13e29a5 Shrink Clean Table Area When Copying Table Contents into Context by W. Felix Handte · 5 years ago
  71. 23cc2d8 All tests should give some portion of data to the producer and use the rest. by Dario Pavlovic · 5 years ago
  72. 4dfc1bb Merge branch 'dev' into improvDataGen by Dario Pavlovic · 5 years ago
  73. 0630d08 [Fuzz] Improve data generation #1723 by Dario Pavlovic · 5 years ago
  74. edb3ad0 Comments by W. Felix Handte · 5 years ago
  75. f31ef28 Only Reset Indexing in `ZSTD_resetCCtx_internal()` When Necessary by W. Felix Handte · 5 years ago
  76. 9968a53 Remove No-Longer-Used Continuation Functions by W. Felix Handte · 5 years ago
  77. 1b28e80 Remove Fast Continue Path in `ZSTD_resetCCtx_internal()` by W. Felix Handte · 5 years ago
  78. ad16eda `ZSTD_reset_matchState` Optionally Doesn't Restart Indexing by W. Felix Handte · 5 years ago
  79. 5b10bb5 Rename `ZSTD_compResetPolicy_e` Values and Add Comment by W. Felix Handte · 5 years ago
  80. 0492b9a Accept `ZSTD_indexResetPolicy_e` Param in `ZSTD_reset_matchState()` by W. Felix Handte · 5 years ago
  81. 14c5471 Introduce `ZSTD_indexResetPolicy_e` Enum by W. Felix Handte · 5 years ago
  82. 17b6da2 Track Usable Table Space in Compression Workspace by W. Felix Handte · 5 years ago
  83. 22bd158 Merge pull request #1712 from felixhandte/workspace-efficiency-2 by Yann Collet · 5 years ago
  84. a9d373f Remove Empty lib/compress/zstd_cwksp.c by W. Felix Handte · 5 years ago
  85. 5ba495b Merge pull request #1775 from facebook/edufix by Yann Collet · 5 years ago
  86. 458b602 Merge pull request #1777 from darxsys/improvDataGen by Nick Terrell · 5 years ago
  87. 41416f0 Merge pull request #1773 from bimbashrestha/rle_first_block_decompression_fix by Yann Collet · 5 years ago
  88. b9b9a1c fix education decoder test by Yann Collet · 5 years ago
  89. caaf43b Using a number instead of M prefix in head call by Bimba Shrestha · 5 years ago
  90. ea1ad12 Addressing nits by Dario Pavlovic · 5 years ago
  91. 81208fd Forward Declare `ZSTD_cwksp_available_space` to Fix Build by W. Felix Handte · 5 years ago
  92. 91bf1ba Inline Workspace Functions by W. Felix Handte · 5 years ago
  93. 3932fcf Fixing issues with double usage of data. by Dario Pavlovic · 5 years ago
  94. 0db3ffe Forward resetCCtx Errors when Using CDict by W. Felix Handte · 5 years ago
  95. eb6f69d Fix sizeof_CCtx and sizeof_CDict Calculations for Statically Init'ed Objects by W. Felix Handte · 5 years ago
  96. e370382 Fix workspaceTooSmall Calculation by W. Felix Handte · 5 years ago
  97. e6be4cf Changing test file directory names to be more descriptive by Bimba Shrestha · 5 years ago
  98. 0a65a67 Shorten `&zc->workspace` -> `ws` in `ZSTD_resetCCtx_internal()` by W. Felix Handte · 5 years ago
  99. 0b25ab2 Testing first block decompression cli by Bimba Shrestha · 5 years ago
  100. 1120e4d Clean Up TODOs and Comments pt. II by W. Felix Handte · 5 years ago