1. 10 Jun, 2016 3 commits
  2. 22 Apr, 2016 5 commits
  3. 30 Mar, 2016 2 commits
  4. 28 Feb, 2016 1 commit
    • Max Kellermann's avatar
      output/alsa: remove option "use_mmap" · 8ffcdb73
      Max Kellermann authored
      MPD does not really take advantage of memory-mapped I/O by generating
      data right into the ALSA buffer; using plain snd_pcm_mmap_writei() has
      no advantage compared to snd_pcm_writei().  Let's kill this
      non-feature.
      8ffcdb73
  5. 15 Dec, 2015 1 commit
  6. 27 Oct, 2015 2 commits
  7. 26 Oct, 2015 2 commits
  8. 30 Sep, 2015 1 commit
  9. 23 Aug, 2015 1 commit
  10. 11 Aug, 2015 3 commits
  11. 27 Jun, 2015 1 commit
  12. 25 Jun, 2015 1 commit
  13. 17 Mar, 2015 9 commits
  14. 09 Feb, 2015 1 commit
    • Max Kellermann's avatar
      command/{Queue,File}Commands: drop "file:///" prefix for absolute paths · 676dfabc
      Max Kellermann authored
      Requiring this prefix makes the client's intention very clear, but it
      was too hard to understand why this prefix was needed.  Initially, my
      intention was to differentiate from broken clients which prefix relate
      URIs with a slash; once MPD allowed that.  In the past few years
      however, MPD has disallowed that, and there was no significant
      breakage (except for the "add /" special case which some clients
      apparently still do).  So I figure it's about time to define that an
      URI that begins with a slash points to an arbitrary file on the file
      system.
      676dfabc
  15. 26 Jan, 2015 1 commit
  16. 22 Jan, 2015 4 commits
  17. 16 Jan, 2015 1 commit
  18. 15 Jan, 2015 1 commit