1. 20 Jun, 2015 3 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 2 commits
    • 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
    • Max Kellermann's avatar
      thread/Name: disable pthread_setname_np() on NetBSD · 4bd2c750
      Max Kellermann authored
      NetBSD's pthread_setname_np() prototype is incompatible with the rest
      of the world, and it requires to pass the string argument as a
      non-const pointer.  Instead of working around this misdesign, I hereby
      disable the feature on NetBSD.
      4bd2c750