1. 22 Jun, 2015 1 commit
    • Thomas Guillem's avatar
      InputStream: add ReadFull method · 6e2d7445
      Thomas Guillem authored
      Convenient method that behave differently than Read, and that will be used by
      tag scanners.
      
      This method will return in case of error, if the whole data is read or is EOF
      is reached.
      6e2d7445
  2. 19 Jun, 2015 1 commit
  3. 29 May, 2015 1 commit
  4. 17 Mar, 2015 1 commit
  5. 05 Mar, 2015 2 commits
  6. 03 Mar, 2015 5 commits
  7. 31 Jan, 2015 1 commit
  8. 26 Jan, 2015 1 commit
  9. 21 Jan, 2015 4 commits
  10. 06 Jan, 2015 1 commit
    • Max Kellermann's avatar
      input/async: reset the "open" flag after seeking successfully · 37e90108
      Max Kellermann authored
      Fixes a problem with the "curl" input plugin: IsEOF() always returns
      true because the "open" flag was cleared by
      CurlInputStream::RequestDone() when end-of-stream was reached.  This
      flag stays false even when seeking to another position has succeeded.
      
      This patch resets the "open" flag to true after seeking successfully.
      37e90108
  11. 01 Jan, 2015 1 commit
  12. 26 Dec, 2014 1 commit
  13. 23 Dec, 2014 1 commit
  14. 21 Dec, 2014 1 commit
  15. 14 Dec, 2014 2 commits
  16. 12 Dec, 2014 1 commit
  17. 01 Dec, 2014 1 commit
  18. 25 Nov, 2014 1 commit
  19. 21 Nov, 2014 1 commit
  20. 10 Nov, 2014 1 commit
  21. 07 Nov, 2014 2 commits
  22. 02 Nov, 2014 4 commits
  23. 01 Nov, 2014 1 commit
  24. 28 Oct, 2014 1 commit
  25. 18 Oct, 2014 1 commit
  26. 11 Oct, 2014 2 commits