1. 13 Jan, 2014 1 commit
  2. 23 Oct, 2013 1 commit
  3. 17 Oct, 2013 1 commit
    • Max Kellermann's avatar
      fs/Path: rename to AllocatedPath · abfbd553
      Max Kellermann authored
      The new class Path only holds a string pointer without being
      responsible for allocation/deallocation.  The FileSystem.hxx library
      accepts Path arguments instead of AllocatedPath, to avoid forcing
      callers to allocate another string object.
      abfbd553
  4. 02 Oct, 2013 2 commits
  5. 05 Sep, 2013 1 commit
  6. 08 Apr, 2013 1 commit
  7. 27 Jan, 2013 1 commit
  8. 26 Jan, 2013 2 commits
  9. 21 Jan, 2013 1 commit
  10. 18 Jan, 2013 1 commit
  11. 02 Jan, 2013 2 commits
  12. 27 Sep, 2012 2 commits
  13. 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
  14. 29 Jan, 2011 1 commit
  15. 01 Jun, 2010 1 commit
  16. 08 Feb, 2010 1 commit