1. b853ce3 Merge pull request #1716 from lz4/missing_prototypes by Yann Collet · 2 weeks ago upstream/dev
  2. 5ef1f16 fix -Wmissing-prototypes warnings by Yann Collet · 2 weeks ago upstream/missing_prototypes
  3. 98ea098 Added -Wmissing-prototypes to the list of warning flags by Yann Collet · 2 weeks ago
  4. bd33517 Merge pull request #1718 from lz4/dependabot/github_actions/github/codeql-action-4.32.4 by Yann Collet · 2 weeks ago
  5. 9ff0e71 Merge pull request #1719 from lz4/dependabot/github_actions/actions/upload-artifact-7.0.0 by Yann Collet · 2 weeks ago
  6. 4113c67 build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 by dependabot[bot] · 2 weeks ago
  7. 7ff996b build(deps): bump github/codeql-action from 4.31.2 to 4.32.4 by dependabot[bot] · 2 weeks ago
  8. 130f457 Merge pull request #1715 from jlee303/package_dll by Yann Collet · 3 weeks ago
  9. 1519f46 Merge pull request #1713 from arpadpanyik-arm/fastdec_android by Yann Collet · 4 weeks ago
  10. 86b1056 Merge pull request #1717 from lz4/redef_typedef by Yann Collet · 4 weeks ago
  11. d93de1a fix typo by Jennifer Lee · 5 weeks ago
  12. 4629929 Update appveyor by Jennifer Lee · 5 weeks ago
  13. 01d0a21 fix typedef redefinition warning in strict C90 mode by Yann Collet · 5 weeks ago upstream/redef_typedef
  14. 2ec033d Fix .dll error by Jennifer Lee · 5 weeks ago
  15. dea64e7 Rename .dll file to match makefile name by Jennifer Lee · 5 weeks ago
  16. 316cbe9 add platform/utils by Jennifer Lee · 5 weeks ago
  17. 3b8e20b Update appveyor with .dll files by Jennifer Lee · 5 weeks ago
  18. ed86bc1 AArch64: Enable LZ4_FAST_DEC_LOOP for Android by Arpad Panyik · 6 weeks ago
  19. 446a35f Merge pull request #1697 from jlee303/add_content_sz_warning by Yann Collet · 7 weeks ago
  20. b40122c Merge pull request #1710 from lz4/dependabot/github_actions/actions/checkout-6.0.2 by Yann Collet · 7 weeks ago
  21. 52b91b3 Merge pull request #1709 from lz4/dependabot/github_actions/actions/setup-python-6.2.0 by Yann Collet · 7 weeks ago
  22. ce191b2 build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by dependabot[bot] · 7 weeks ago
  23. 6b538f9 build(deps): bump actions/setup-python from 6.1.0 to 6.2.0 by dependabot[bot] · 7 weeks ago
  24. 7f9f99f Merge pull request #1707 from lz4/ga_concurrency by Yann Collet · 7 weeks ago
  25. 726e927 narrow concurrency groups by Yann Collet · 7 weeks ago upstream/ga_concurrency
  26. 86d341d Merge pull request #1706 from lz4/make_windows by Yann Collet · 7 weeks ago
  27. b7e3604 fix race condition when building liblz4.a by Yann Collet · 7 weeks ago upstream/make_windows
  28. a5e8688 Merge pull request #1699 from lz4/invalid_null_non0 by Yann Collet · 7 weeks ago
  29. a606dd0 fix wrong test by Yann Collet · 7 weeks ago
  30. 6f8f65d fix minor yet complex issue involving thread pool by Yann Collet · 7 weeks ago
  31. aa8694a make compilation uses multithreading by default by Yann Collet · 7 weeks ago
  32. 7395b3e fix make warnings when compiling on Windows by Yann Collet · 7 weeks ago
  33. 656f44b Merge pull request #1701 from jlee303/datagen by Yann Collet · 7 weeks ago
  34. 1099b13 Merge pull request #1705 from lz4/bench_dec_10000_more by Yann Collet · 7 weeks ago
  35. c57dfaf bench: align display when speed > 10000 MB/s by Yann Collet · 7 weeks ago upstream/bench_dec_10000_more
  36. 19dee60 Merge pull request #1702 from lz4/appv_badge_less by Yann Collet · 7 weeks ago
  37. 3ba4768 Merge pull request #1703 from lz4/circle_less by Yann Collet · 7 weeks ago
  38. e0c0b9f Add datagen test casE by Jenn · 8 weeks ago
  39. 6ca266a reduced tests on circle ci by Yann Collet · 8 weeks ago upstream/circle_less
  40. a73a03d Return error if usage is not expected by Jenn · 8 weeks ago
  41. 72666bf removed broken appveyor badge by Yann Collet · 8 weeks ago upstream/appv_badge_less
  42. 34b5f09 Merge pull request #1698 from jlee303/lz4_dict by Yann Collet · 8 weeks ago
  43. de06fcf Updated lz4hc documentation: LZ4_saveDictHC() expects valid arguments by Yann Collet · 8 weeks ago upstream/invalid_null_non0
  44. 1e123b0 Merge pull request #1700 from lz4/cirrus_bsd16 by Yann Collet · 8 weeks ago
  45. 3b518b2 [ci] update FreeBSD image to 15 by Yann Collet · 8 weeks ago upstream/cirrus_bsd16
  46. bd4e61b Add fix to bug by Jenn · 8 weeks ago
  47. f3aedd1 add warning message when content size flag is used with stdin by jlee303 · 8 weeks ago
  48. a018abc Merge pull request #1665 from cclauss/dev by Yann Collet · 2 months ago
  49. d8faa81 Merge pull request #1643 from Benjamin-Philip/bp/docs-touch-up-double-buffer-example by Yann Collet · 2 months ago
  50. c609c16 Merge pull request #1689 from lz4/dependabot/github_actions/actions/upload-artifact-6.0.0 by Yann Collet · 3 months ago
  51. 23d32f0 build(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 by dependabot[bot] · 3 months ago
  52. 1100975 Merge pull request #1683 from lz4/dependabot/github_actions/actions/checkout-6.0.1 by Yann Collet · 3 months ago
  53. 1472707 build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by dependabot[bot] · 3 months ago
  54. 92c3963 Merge pull request #1679 from lz4/dependabot/github_actions/actions/setup-python-6.1.0 by Yann Collet · 4 months ago
  55. 46af48b build(deps): bump actions/setup-python from 6.0.0 to 6.1.0 by dependabot[bot] · 4 months ago
  56. 3c08d0d Merge pull request #1675 from lz4/dependabot/github_actions/actions/checkout-6.0.0 by Yann Collet · 4 months ago
  57. ea6dc9b build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by dependabot[bot] · 4 months ago
  58. 3773273 Merge pull request #1670 from lz4/dependabot/github_actions/github/codeql-action-4.31.2 by Yann Collet · 4 months ago
  59. c5e9dc7 build(deps): bump github/codeql-action from 3.30.1 to 4.31.2 by dependabot[bot] · 4 months ago
  60. 6ed6706 CircleCI: Test using Python 3.14 instead of 3.4 by Christian Clauss · 5 months ago
  61. f8e3650 Merge pull request #1654 from lz4/lz4f_decompress_doc by Yann Collet · 6 months ago
  62. c99cfe4 update LZ4F_decompress() code documentation by Yann Collet · 6 months ago upstream/lz4f_decompress_doc
  63. ec86e3d Merge pull request #1634 from Artoria2e5/patch-1 by Yann Collet · 6 months ago
  64. 7d33531 Merge pull request #1648 from Polaris-911/dev by Yann Collet · 6 months ago
  65. 8e51a91 Merge pull request #1651 from lz4/dependabot/github_actions/github/codeql-action-3.30.1 by Yann Collet · 6 months ago
  66. 3925049 Merge pull request #1650 from lz4/dependabot/github_actions/actions/setup-python-6.0.0 by Yann Collet · 6 months ago
  67. 9ae57d6 build(deps): bump github/codeql-action from 3.29.1 to 3.30.1 by dependabot[bot] · 6 months ago
  68. 5b53668 build(deps): bump actions/setup-python from 5.6.0 to 6.0.0 by dependabot[bot] · 6 months ago
  69. 735042f Merge pull request #1649 from a-detiste/dev by Yann Collet · 6 months ago
  70. 9218b70 remove outdated debian/ files that uses EOL CDBS by Alexandre Detiste · 7 months ago
  71. 6aabc3f Configure LZ4_FORCE_MEMORY_ACCESS=2 for RISC-V with Zicclsm extension by Huang Shangcheng · 7 months ago
  72. bf71be6 Merge pull request #1645 from lz4/dependabot/github_actions/actions/checkout-5 by Yann Collet · 7 months ago
  73. f46b969 build(deps): bump actions/checkout from 4 to 5 by dependabot[bot] · 7 months ago
  74. e86c121 Expand "What's the point of this example?" by Benjamin Philip · 7 months ago
  75. 64ddd69 Format by Benjamin Philip · 7 months ago
  76. bf41eb8 Fix grammar by Benjamin Philip · 7 months ago
  77. 3ecbee3 Split ASCII illustrations by Benjamin Philip · 7 months ago
  78. ef02dc6 lz4_Frame_format.md: document kernel legacy last block by Mingye Wang · 8 months ago
  79. cacca37 Merge pull request #1629 from lz4/dependabot/github_actions/github/codeql-action-3.29.1 by Yann Collet · 9 months ago upstream/rvv-experimental
  80. 7335859 build(deps): bump github/codeql-action from 3.28.5 to 3.29.1 by dependabot[bot] · 9 months ago
  81. 2bc386d Merge pull request #1595 from felixhandte/ctx-size-funcs by Yann Collet · 10 months ago
  82. 063d1a9 Add Test Validating Allocated Size Matches Reported Size by W. Felix Handte · 10 months ago
  83. 92a17e9 Add Functions that Return the Memory Footprint for LZ4F Contexts by W. Felix Handte · 10 months ago
  84. 9d04141 Merge pull request #1581 from KSSAB/dev by Yann Collet · 10 months ago
  85. e0d8ff8 Merge pull request #1593 from louislafosse/fix/null-params by Yann Collet · 10 months ago
  86. 324b81a Merge branch 'dev' into fix/null-params by Louis Lafosse · 10 months ago
  87. 351fc61 Merge pull request #1623 from TomasLeTrain/patch-1 by Yann Collet · 10 months ago
  88. 79a8013 Fix typo by Tomas Lopez · 10 months ago
  89. 15787d2 Merge branch 'dev' into fix/null-params by Louis Lafosse · 10 months ago
  90. f64efec fix(null) : improve error handlings when passing a null pointer to some functions from lz4frame by louislafosse · 10 months ago
  91. db84c07 Merge pull request #1621 from lz4/ci_reorg by Yann Collet · 10 months ago
  92. 69505fc remove reference to x32 tests by Yann Collet · 10 months ago upstream/ci_reorg
  93. 64231b7 reorganize Github Actions CI script by Yann Collet · 10 months ago
  94. 8ad17f0 Merge pull request #1620 from lz4/ci_refactor by Yann Collet · 10 months ago
  95. 1cc2834 ci: reduce OSS-Fuzz runtime from 300s to 100s per sanitizer by Yann Collet · 10 months ago upstream/ci_refactor
  96. 5d825d2 reduced compiler test matrix by Yann Collet · 10 months ago
  97. 58d3acb remove redundant tests by Yann Collet · 10 months ago
  98. 0190dcf Merge pull request #1619 from lz4/test-appveyor-refactor by Yann Collet · 10 months ago
  99. c42731e Optimize AppVeyor CI: Remove Visual Studio builds (moved to GitHub Actions) by Yann Collet · 10 months ago upstream/test-appveyor-refactor
  100. c2a47da Refactor appveyor.yml for better readability and maintainability by Yann Collet · 10 months ago