1. 31 May, 2021 2 commits
  2. 19 May, 2021 4 commits
  3. 24 Mar, 2021 1 commit
    • Simon Persson's avatar
      Support new tags in proxy plugin · 7dd2dce6
      Simon Persson authored
      Add support for the following tags when using the proxy database plugin:
      WORK
      CONDUCTOR
      LABEL
      GROUPING
      MUSICBRAINZ_WORKID
      COMPOSERSORT
      ENSEMBLE
      MOVEMENT
      MOVEMENTNUMBER
      LOCATION
      7dd2dce6
  4. 01 Jan, 2021 1 commit
  5. 28 Oct, 2020 1 commit
  6. 15 Oct, 2020 1 commit
  7. 14 Oct, 2020 2 commits
  8. 29 May, 2020 1 commit
  9. 08 Apr, 2020 1 commit
  10. 26 Mar, 2020 1 commit
  11. 16 Mar, 2020 2 commits
  12. 12 Mar, 2020 1 commit
  13. 20 Feb, 2020 1 commit
  14. 17 Feb, 2020 1 commit
  15. 04 Feb, 2020 1 commit
  16. 02 Feb, 2020 2 commits
  17. 01 Feb, 2020 1 commit
  18. 18 Jan, 2020 1 commit
  19. 05 Jul, 2019 1 commit
  20. 17 Jun, 2019 1 commit
  21. 16 Jun, 2019 1 commit
  22. 04 Apr, 2019 1 commit
  23. 20 Feb, 2019 1 commit
  24. 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
  25. 31 Oct, 2018 1 commit
  26. 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
  27. 02 Sep, 2018 7 commits