1. 05 May, 2020 1 commit
  2. 02 Apr, 2020 1 commit
  3. 16 Dec, 2019 1 commit
  4. 16 Jun, 2019 1 commit
  5. 22 Feb, 2019 2 commits
  6. 20 Feb, 2019 4 commits
  7. 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
  8. 31 Oct, 2018 1 commit
  9. 22 Oct, 2018 1 commit
    • Max Kellermann's avatar
      db: fix broken command "list ... group" · db27bb76
      Max Kellermann authored
      Grouping in the "list" command was completely broken from the start,
      unlike "count group".  I have no idea what I have been thinking when I
      wrote commit ae178c77, but it didn't
      make any sense.
      
      This commit is a rewrite of the feature.
      
      For clients to be able to detect this feature, this commit also
      increments the protocol version.
      db27bb76
  10. 02 Sep, 2018 3 commits
  11. 20 Aug, 2018 1 commit
  12. 09 Aug, 2018 1 commit
  13. 02 Aug, 2018 1 commit
  14. 17 Jul, 2018 1 commit
  15. 06 Jul, 2018 6 commits
  16. 21 Jan, 2018 1 commit
  17. 19 Jan, 2018 2 commits
  18. 17 Jan, 2018 1 commit
  19. 21 Dec, 2017 1 commit
  20. 18 Dec, 2017 2 commits
    • FlashSystems's avatar
      Fix `lsinfo` and `add` for mounted databases. · c488d312
      FlashSystems authored
      If `SimpleDatabase::Visit` is called on a database that contains a mounted directry the URIs of the elements passed to the callbacks are not prefixed by the mountpoint path. This leads to lsinfo and add not working because they use the wrong URI. This pull request is using the `WalkMount` helper function to create prefixed versions of `VisitDirectory`, `VisitSong` and `VisitPlaylist` to add the correct prefix to the parameters of the callback functions.
      c488d312
    • Max Kellermann's avatar
  21. 12 Dec, 2017 1 commit
  22. 03 Dec, 2017 1 commit
  23. 27 Nov, 2017 1 commit
  24. 26 Nov, 2017 1 commit
  25. 24 Aug, 2017 1 commit
  26. 18 Aug, 2017 2 commits