1. 20 Dec, 2018 2 commits
  2. 03 May, 2018 2 commits
  3. 02 May, 2018 7 commits
  4. 27 Oct, 2017 1 commit
  5. 09 Aug, 2016 1 commit
  6. 08 Aug, 2016 1 commit
  7. 02 Aug, 2016 2 commits
  8. 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
  9. 25 Jul, 2016 1 commit
  10. 23 Jul, 2016 3 commits
  11. 28 Jun, 2016 2 commits
  12. 27 May, 2016 4 commits
  13. 15 Feb, 2016 1 commit
  14. 04 Jan, 2016 1 commit
  15. 14 Aug, 2015 2 commits
  16. 07 Aug, 2015 1 commit
  17. 05 Aug, 2015 1 commit
  18. 27 Jul, 2015 2 commits
  19. 25 Mar, 2015 2 commits
  20. 21 Mar, 2015 2 commits
  21. 15 Mar, 2015 1 commit