1. 10 Jan, 2009 1 commit
  2. 08 Jan, 2009 1 commit
  3. 07 Jan, 2009 1 commit
  4. 03 Jan, 2009 2 commits
  5. 01 Jan, 2009 1 commit
  6. 31 Dec, 2008 1 commit
  7. 30 Dec, 2008 3 commits
  8. 29 Dec, 2008 2 commits
  9. 24 Dec, 2008 1 commit
    • Max Kellermann's avatar
      client: always attempt to flush deferred buffers · d2d11d70
      Max Kellermann authored
      When a response is very long (e.g. a large playlist > 100k songs),
      most of it will end up in the deferred buffers.  Filling the deferred
      queue is very expensive currently, because a new buffer is allocated
      for every client_write() operation.  This may lead to long delays, and
      the client might give up and disconnect meanwhile.  This patch makes
      MPD attempt to flush the deferred queue as often as possible, to work
      around this problem.  Due to the MPD 0.14 code freeze, we should not
      optimize the buffering code now.
      d2d11d70
  10. 02 Dec, 2008 1 commit
  11. 24 Nov, 2008 1 commit
  12. 22 Nov, 2008 1 commit
  13. 31 Oct, 2008 5 commits
  14. 22 Oct, 2008 1 commit
  15. 17 Oct, 2008 7 commits
  16. 15 Oct, 2008 3 commits
  17. 14 Oct, 2008 1 commit
    • Max Kellermann's avatar
      command: added command "idle" · a3e3d2c9
      Max Kellermann authored
      "idle" waits until something noteworthy happens on the server,
      e.g. song change, playlist modified, database updated.  This allows
      clients to keep up to date without polling.
      a3e3d2c9
  18. 08 Oct, 2008 1 commit
  19. 17 Sep, 2008 1 commit
  20. 10 Sep, 2008 5 commits