1. 08 9月, 2017 2 次提交
  2. 24 5月, 2017 1 次提交
  3. 06 4月, 2017 1 次提交
  4. 07 3月, 2017 1 次提交
  5. 04 10月, 2016 1 次提交
  6. 23 9月, 2016 2 次提交
  7. 15 8月, 2016 1 次提交
    • A
      Fix a memory leak caused by Banzai::Filter::SanitizationFilter · 504a3b5e
      Ahmad Sherif 提交于
      In Banzai::Filter::SanitizationFilter#customize_whitelist, we append
      three lambdas that has reference to the SanitizationFilter instance,
      which in turn (potentially) has a reference to the following chain:
      
      context hash -> Project instance -> Repository instance -> lookup hash
      -> various Rugged instances -> various mmap-ed git pack files.
      
      All of the above is not garbage collected because the array we append
      the lambdas to is the constant
      HTML::Pipeline::SanitizationFilter::WHITELIST.
      504a3b5e
  8. 03 6月, 2016 2 次提交
  9. 10 5月, 2016 1 次提交
  10. 25 3月, 2016 1 次提交
  11. 15 3月, 2016 1 次提交
  12. 24 2月, 2016 1 次提交
  13. 22 2月, 2016 1 次提交
  14. 04 2月, 2016 1 次提交
  15. 24 1月, 2016 1 次提交
  16. 14 1月, 2016 1 次提交
  17. 15 12月, 2015 1 次提交
  18. 19 11月, 2015 1 次提交
  19. 15 10月, 2015 1 次提交
  20. 02 10月, 2015 1 次提交
  21. 11 9月, 2015 2 次提交
  22. 28 8月, 2015 1 次提交
  23. 03 6月, 2015 2 次提交
  24. 21 5月, 2015 1 次提交
  25. 09 5月, 2015 1 次提交
  26. 01 5月, 2015 1 次提交