1. 08 Feb, 2017 1 commit
  2. 03 Jan, 2017 1 commit
  3. 16 Sep, 2016 1 commit
  4. 26 Feb, 2016 1 commit
  5. 21 Feb, 2016 1 commit
  6. 30 Sep, 2015 1 commit
  7. 01 Jan, 2015 1 commit
  8. 04 Dec, 2014 1 commit
  9. 24 Jan, 2014 1 commit
  10. 23 Jan, 2014 1 commit
  11. 19 Jan, 2014 1 commit
  12. 13 Jan, 2014 1 commit
  13. 09 Jan, 2014 2 commits
  14. 08 Jan, 2014 1 commit
  15. 03 Dec, 2013 2 commits
  16. 28 Nov, 2013 1 commit
  17. 28 Oct, 2013 1 commit
  18. 23 Oct, 2013 1 commit
  19. 20 Oct, 2013 2 commits
  20. 02 Oct, 2013 1 commit
  21. 05 Sep, 2013 2 commits
  22. 04 Sep, 2013 2 commits
  23. 03 Sep, 2013 1 commit
  24. 04 Aug, 2013 1 commit
  25. 30 Jul, 2013 1 commit
  26. 28 Jul, 2013 1 commit
  27. 29 Jan, 2013 2 commits
  28. 27 Jan, 2013 1 commit
  29. 16 Sep, 2011 1 commit
    • Max Kellermann's avatar
      input_stream: non-blocking I/O · 754f26a9
      Max Kellermann authored
      Add GMutex, GCond attributes which will be used by callers to
      conditionally wait on the stream.
      
      Remove the (now-useless) plugin method buffer(), wait on GCond
      instead.  Lock the input_stream before each method call.  Do the same
      with the playlist plugins.
      754f26a9
  30. 29 Jan, 2011 1 commit
  31. 11 Oct, 2010 1 commit
  32. 01 Jan, 2010 1 commit
  33. 15 Dec, 2009 1 commit
  34. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2