1. 20 Jun, 2015 4 commits
  2. 19 Jun, 2015 2 commits
  3. 29 May, 2015 2 commits
  4. 25 Mar, 2015 2 commits
  5. 06 Feb, 2015 5 commits
  6. 01 Feb, 2015 1 commit
  7. 30 Jan, 2015 2 commits
  8. 29 Jan, 2015 6 commits
  9. 26 Jan, 2015 4 commits
  10. 23 Jan, 2015 3 commits
  11. 22 Jan, 2015 1 commit
  12. 21 Jan, 2015 1 commit
  13. 16 Jan, 2015 2 commits
  14. 14 Jan, 2015 3 commits
  15. 09 Jan, 2015 1 commit
  16. 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