1. 17 Jun, 2019 1 commit
  2. 06 Jun, 2019 1 commit
  3. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  4. 31 Oct, 2018 1 commit
  5. 02 Aug, 2018 1 commit
  6. 25 Feb, 2018 1 commit
  7. 02 Dec, 2017 1 commit
  8. 26 Nov, 2017 2 commits
  9. 18 Oct, 2017 2 commits
  10. 08 May, 2017 1 commit
  11. 03 Jan, 2017 1 commit
  12. 09 Dec, 2016 1 commit
    • Max Kellermann's avatar
      Queue: "setprio" re-enqueues old song if priority has been raised · e7353ec7
      Max Kellermann authored
      This commit changes a minor queue priority design to something which
      makes a little bit more sense.
      
      Previously, a song that had already been played would only be
      re-enqueued if its priority had just been raised above the current
      song's.  This means that if it was already above, it was not
      re-enqueued.  That is a surprising behavior, because users expect a
      song to be played when its priority is raised.
      
      Now the song is always re-enqueued if its priority is raised (and
      above the current song's - no matter if it has already been above
      before).
      
       https://bugs.musicpd.org/view.php?id=4592
      e7353ec7
  13. 26 Feb, 2016 1 commit
  14. 01 Jan, 2015 1 commit
  15. 26 Nov, 2014 1 commit
  16. 23 Jan, 2014 1 commit
  17. 20 Jan, 2014 1 commit
  18. 13 Jan, 2014 1 commit
  19. 09 Jan, 2014 1 commit
    • Max Kellermann's avatar
      DetachedSong: fork of struct Song · 322b0616
      Max Kellermann authored
      From now on, struct Song will be used by the database only, and
      DetachedSong will be used by everybody else.  DetachedSong is easier
      to use, but Song has lower overhead.
      322b0616
  20. 28 Nov, 2013 1 commit
  21. 21 Oct, 2013 3 commits
  22. 19 Oct, 2013 2 commits
  23. 28 Jul, 2013 1 commit
  24. 08 Jan, 2013 7 commits
  25. 07 Jan, 2013 3 commits
  26. 06 Jan, 2013 2 commits