1. 14 Jul, 2020 1 commit
  2. 04 May, 2020 1 commit
  3. 27 Apr, 2020 1 commit
  4. 28 Jan, 2020 1 commit
  5. 18 Dec, 2019 2 commits
  6. 30 Oct, 2019 1 commit
  7. 06 Oct, 2019 1 commit
  8. 19 Apr, 2019 1 commit
  9. 05 Feb, 2019 2 commits
  10. 04 Feb, 2019 1 commit
  11. 03 Feb, 2019 2 commits
  12. 02 Feb, 2019 3 commits
  13. 23 Dec, 2018 2 commits
  14. 20 Dec, 2018 2 commits
  15. 12 Sep, 2018 1 commit
  16. 03 May, 2018 2 commits
  17. 02 May, 2018 7 commits
  18. 27 Oct, 2017 1 commit
  19. 09 Aug, 2016 1 commit
  20. 08 Aug, 2016 1 commit
  21. 02 Aug, 2016 2 commits
  22. 26 Jul, 2016 1 commit
    • Support IO-like objects efficiently · 9ebbf0d9
      Previously if we passed in an IO object which doesn't respond to #seek,
      MimeMagic would read the whole IO into memory. And this is exactly the
      type of objects that the Shrine file upload library deals with.
      
      However, we can also "seek" by blank-reading that many bytes, and always
      rewinding to the beginning, which is what we've implemented in this
      change.
      
      This change also doesn't require IOs to respond to #binmode.
      Janko Marohnić committed
  23. 25 Jul, 2016 1 commit
  24. 23 Jul, 2016 2 commits