1. 28 Nov, 2013 2 commits
  2. 23 Nov, 2013 3 commits
  3. 07 Nov, 2013 2 commits
  4. 06 Nov, 2013 5 commits
  5. 30 Oct, 2013 1 commit
  6. 28 Oct, 2013 1 commit
  7. 23 Oct, 2013 2 commits
  8. 21 Oct, 2013 2 commits
  9. 20 Oct, 2013 1 commit
  10. 19 Oct, 2013 5 commits
  11. 18 Oct, 2013 1 commit
  12. 17 Oct, 2013 3 commits
  13. 16 Oct, 2013 2 commits
  14. 15 Oct, 2013 2 commits
  15. 14 Oct, 2013 2 commits
  16. 02 Oct, 2013 1 commit
  17. 26 Sep, 2013 1 commit
    • Artem Savkov's avatar
      input/curl: fix EventLoop stall after curl_easy_pause · 585b68d2
      Artem Savkov authored
      When playing finite http streams, e.g. something from soundcloud,
      eventloop stalls after pausing writefunc. TimeoutMonitor is cancelled
      by the time resume happens, so when enough data is consumed writefunc
      is called only once. Calling InvalidateSockets() from
      input_curl_resume() seems to fix the issue.
      585b68d2
  18. 05 Sep, 2013 3 commits
  19. 04 Sep, 2013 1 commit