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