1. 676f899 Added multiplier, renamed new enum to something more useful by Sen Huang · 5 years ago
  2. 1f3a51f Updated forceAttachDict param bounds by Sen Huang · 5 years ago
  3. 8f69c47 Add enum to decision process by Sen Huang · 5 years ago
  4. e4de8b0 Added support for forcing new CDict behavior and updated enum by Sen Huang · 5 years ago
  5. 9294f48 Changed to int from BYTE by Sen Huang · 5 years ago
  6. f0fccc8 Changed to int from BYTE by Sen Huang · 5 years ago
  7. bb2df8c Trailing whitespace by Sen Huang · 5 years ago
  8. cf51501 Fix test by Sen Huang · 5 years ago
  9. ea3cb69 Cast to BYTE to appease appveyor by Sen Huang · 5 years ago
  10. a727a85 merge conflicts round 2 by Sen Huang · 5 years ago
  11. 053a35f formatting by Sen Huang · 5 years ago
  12. 3fa4daa Fix error by Sen Huang · 5 years ago
  13. 3328348 Add compressionlevel to cdict by Sen Huang · 5 years ago
  14. 8b6d968 Merge pull request #1731 from chungy/stdin_nochmod by Yann Collet · 5 years ago
  15. bda4669 Merge pull request #1792 from dmitri-shubin/dev by Yann Collet · 5 years ago
  16. b3e92ad Merge pull request #1812 from senhuang42/output-dir-flat by Yann Collet · 5 years ago
  17. e8a2e68 Merge pull request #1823 from vangyzen/fwrite_errno by Yann Collet · 5 years ago
  18. fb77afc Merge pull request #1760 from bimbashrestha/extract_sequences_api by Yann Collet · 5 years ago
  19. 46ee10d Include errno in all fwrite error messages in fileio.c by Eric van Gyzen · 5 years ago
  20. c5ebb37 Only check for filename collisions when using --output-dir-flat by Sen Huang · 5 years ago
  21. f5f929f Merge pull request #1820 from mhlakhani/dev by Nick Terrell · 5 years ago
  22. 8826f3b Add OSS-Fuzz fuzzing badge by Hasnain Lakhani · 5 years ago
  23. 6e406b5 Casting to void* to avoid C4090 warnings by Sen Huang · 5 years ago
  24. 332b598 Suppress C4090 warning by Sen Huang · 5 years ago
  25. f9b1da6 Hopefully fix VS compiler warning by Sen Huang · 5 years ago
  26. 6b81bfb Changed function name, fix test by Sen Huang · 5 years ago
  27. 64bc441 Now constructs final destination path without allocating new table by Sen Huang · 5 years ago
  28. 36528b9 Manually moving instead of memcpy on decoder and using genBuffer() by Bimba Shrestha · 5 years ago
  29. 61ec4c2 Cleaning sequence parsing logic by Bimba Shrestha · 5 years ago
  30. 4dc604c Addressed comments on malloc by Sen Huang · 5 years ago
  31. c763457 Static analyze fix by Sen Huang · 5 years ago
  32. b93f1b2 CI Tests fix by Sen Huang · 5 years ago
  33. 147b761 Removed strdup() dependency by Sen Huang · 5 years ago
  34. 1e4d602 Modified message by Sen Huang · 5 years ago
  35. f80437c Add support for --output-dir-flat by Sen Huang · 5 years ago
  36. b63a1e7 Typo fix by Bimba Shrestha · 5 years ago
  37. 91daee5 Fixing appveyor test by Bimba Shrestha · 5 years ago
  38. 75b1286 Fixing shortest failure by Bimba Shrestha · 5 years ago
  39. bb27472 Adding more realistic test for get sequences by Bimba Shrestha · 5 years ago
  40. ad2a278 bump version number to v1.4.4 by Yann Collet · 5 years ago
  41. c04245b Replacing assert with memory_allocation error code throw by Bimba Shrestha · 5 years ago
  42. be0bebd Adding test and null check for malloc by Bimba Shrestha · 5 years ago
  43. a07da7b Merge pull request #1808 from davidbolvansky/highset-codegen by Yann Collet · 5 years ago
  44. 1ab1a40 Fixed one more place by Dávid Bolvanský · 5 years ago
  45. 1f7228c Use clz ^ 31 instead of 31 - clz; better codegen for GCC by Dávid Bolvanský · 5 years ago
  46. 7451c65 Merge pull request #1804 from terrelln/wild-and-fast by Nick Terrell · 5 years ago
  47. 5cb7615 Add UNUSED_ATTR to ZSTD_storeSeq() by Nick Terrell · 5 years ago
  48. 5dc0a1d HINT_INLINE ZSTD_storeSeq() by Nick Terrell · 5 years ago
  49. f3c4fd1 Passing in dummy dst buffer of compressbound(srcSize) by Bimba Shrestha · 5 years ago
  50. c047fcf Merge pull request #1806 from felixhandte/estimate-cctx-doc by Felix Handte · 5 years ago
  51. 44c65da Remove literals overread in ZSTD_storeSeq() for ~neutral perf by Nick Terrell · 5 years ago
  52. f7d9b36 Update Comment on `ZSTD_estimateCCtxSize()` by W. Felix Handte · 5 years ago
  53. fde217d Fix bounds check in ZSTD_storeSeq() by Nick Terrell · 5 years ago
  54. 67b1f5f Fix too strict assert by Nick Terrell · 5 years ago
  55. e068bd0 [tests] Fix decodecorpus by Nick Terrell · 5 years ago
  56. ddab2a9 Pass iend into ZSTD_storeSeq() to allow ZSTD_wildcopy() by Nick Terrell · 5 years ago
  57. cdad7fa Widen ZSTD_wildcopy to 32 bytes by Nick Terrell · 5 years ago
  58. efd37a6 Optimize decompression and fix wildcopy overread by Nick Terrell · 5 years ago
  59. ae6d0e6 Addressing comments by Bimba Shrestha · 5 years ago
  60. 0e76000 Merge pull request #1801 from terrelln/int-max by Nick Terrell · 5 years ago
  61. 3cac061 Merge pull request #1802 from bimbashrestha/rle_block_bound_fix_pt2 by Yann Collet · 5 years ago
  62. 6e9f681 adding bit container size by Bimba Shrestha · 5 years ago
  63. f9b6abb Adding 4 blocks to FSE_BLOCKBOUND() in lib/common (different from last week) by Bimba Shrestha · 5 years ago
  64. bfff5b3 Merge pull request #1756 from mgrice/dev by Yann Collet · 5 years ago
  65. 5199024 [test] Test the bounds of ZSTD_c_srcSizeHint by Nick Terrell · 5 years ago
  66. 3cacc0a Casting void pointer to ZSTD_Sequence pointer by Bimba Shrestha · 5 years ago
  67. 5329de1 Merge pull request #1798 from facebook/refac_fast by Yann Collet · 5 years ago
  68. 243200e minor refactor of ZSTD_fast by Yann Collet · 5 years ago
  69. dd2838e Merge pull request #1783 from felixhandte/mtime-nsec by Felix Handte · 5 years ago
  70. 76fea3f Resolving appveyor test failure implicit conversion by Bimba Shrestha · 5 years ago
  71. 5b038f1 Merge branch 'extract_sequences_api' of https://github.com/bimbashrestha/zstd into extract_sequences_api by Bimba Shrestha · 5 years ago
  72. 1f93be0 Handling memory leak and potential side effect by Bimba Shrestha · 5 years ago
  73. a874435 Merge branch 'dev' into extract_sequences_api by Bimba Shrestha · 5 years ago
  74. 2164a13 Merge pull request #1780 from felixhandte/workspace-efficiency-3 by Felix Handte · 5 years ago
  75. 72ea79c Don't Include `sanitizer/msan_interface.h`, Since Not All Platforms Provide It by W. Felix Handte · 5 years ago
  76. bff6072 Bailing early when collecting sequences and documentation by Bimba Shrestha · 5 years ago
  77. 4607f80 Don't hardcode installation directories in CMakeLists.txt by Dmitri Shubin · 5 years ago
  78. 282ac22 Merge pull request #1791 from terrelln/doc-up by Nick Terrell · 5 years ago
  79. fbeaf69 [libzstd] Improve advanced API docs by Nick Terrell · 5 years ago
  80. f2941db Merge pull request #1789 from terrelln/larger-fuzz by Nick Terrell · 5 years ago
  81. d721fcf [fuzz] Fix leak in block_round_trip by Nick Terrell · 5 years ago
  82. 09b1844 Merge pull request #1784 from bimbashrestha/fse_block_bound_err by Yann Collet · 5 years ago
  83. 23c5df1 Merge pull request #1785 from terrelln/larger-fuzz by Nick Terrell · 5 years ago
  84. fe9af33 Added assert to BIT_flushBits() by Bimba Shrestha · 5 years ago
  85. 7c45781 [fuzz] Generate seed data up to 256KB by Nick Terrell · 5 years ago
  86. 43da5bf Rearranging assert and allowing 4 extra for FSE_BLOCKBOUND() by Bimba Shrestha · 5 years ago
  87. 8c1b6f7 Merge pull request #1781 from darxsys/improvDataGen by Nick Terrell · 5 years ago
  88. e1ec800 Formatting and Clean Up by W. Felix Handte · 5 years ago
  89. 51e9d29 Merge branch 'improvDataGen' of github.com:darxsys/zstd into improvDataGen by Dario Pavlovic · 5 years ago
  90. cd85880 It's time for all of rng seed code to go. Goodbye by Dario Pavlovic · 5 years ago
  91. 47bb4c6 Update tests/fuzz/fuzz_data_producer.h by Dario Pavlovic · 5 years ago
  92. 92c58c4 Use range instead of the generic uint32 method to use less bytes when generating necessary numbers. by Dario Pavlovic · 5 years ago
  93. e0fb7e1 ignore dictionary artifacts by Yann Collet · 5 years ago
  94. 5a9baae Set M-Time Nanoseconds by W. Felix Handte · 5 years ago
  95. 6ae1ec9 Merge pull request #1708 from neheb/dev by Felix Handte · 5 years ago
  96. 20c6907 Shrink Table Valid End During Alloc Alignment / Phase Change by W. Felix Handte · 5 years ago
  97. 51d9066 Add Assertions to Confirm that Workspace Pointers are Correctly Ordered by W. Felix Handte · 5 years ago
  98. a10c191 `__msan_poison()` Workspace When Preparing for Re-Use by W. Felix Handte · 5 years ago
  99. 194c542 Fix Memory Leak in Test by W. Felix Handte · 5 years ago
  100. ff67c62 Fix Compilation Error (`uint32_t` -> `size_t`) by W. Felix Handte · 5 years ago