1. 18 Feb, 2014 1 commit
  2. 07 Feb, 2014 2 commits
  3. 24 Jan, 2014 2 commits
  4. 23 Jan, 2014 2 commits
  5. 13 Jan, 2014 1 commit
  6. 09 Jan, 2014 1 commit
  7. 29 Dec, 2013 1 commit
  8. 15 Dec, 2013 1 commit
  9. 23 Oct, 2013 2 commits
  10. 17 Oct, 2013 1 commit
  11. 15 Oct, 2013 2 commits
  12. 02 Oct, 2013 2 commits
  13. 28 Sep, 2013 1 commit
  14. 05 Sep, 2013 3 commits
  15. 04 Sep, 2013 2 commits
  16. 03 Sep, 2013 1 commit
  17. 04 Aug, 2013 1 commit
  18. 08 Apr, 2013 2 commits
  19. 27 Jan, 2013 2 commits
  20. 26 Jan, 2013 2 commits
  21. 21 Jan, 2013 1 commit
  22. 09 Jul, 2012 1 commit
    • Max Kellermann's avatar
      require GLib 2.16 · 5dfc0918
      Max Kellermann authored
      GLib 2.16 was released more than 4 years ago.  Let's remove some cruft
      from the glib_compat.h header, and avoid new cruft to it.
      5dfc0918
  23. 12 Jun, 2012 1 commit
  24. 01 Mar, 2012 1 commit
  25. 12 Feb, 2012 2 commits
  26. 09 Feb, 2012 1 commit
  27. 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