1. 01 Feb, 2020 3 commits
  2. 18 Jan, 2020 2 commits
  3. 16 Dec, 2019 1 commit
  4. 07 Sep, 2019 2 commits
  5. 05 Sep, 2019 2 commits
  6. 04 Sep, 2019 7 commits
  7. 03 Sep, 2019 3 commits
  8. 02 Sep, 2019 2 commits
  9. 05 Jul, 2019 1 commit
  10. 17 Jun, 2019 1 commit
  11. 16 Jun, 2019 1 commit
  12. 22 May, 2019 1 commit
  13. 21 May, 2019 4 commits
  14. 08 May, 2019 1 commit
  15. 04 Apr, 2019 1 commit
  16. 22 Feb, 2019 2 commits
  17. 20 Feb, 2019 4 commits
  18. 19 Nov, 2018 2 commits
    • Max Kellermann's avatar
      db/upnp: use the generic ::CollectUniqueTags() function · 4b707829
      Max Kellermann authored
      This function implements the "group" feature on top of the
      Database::Visit() method.
      4b707829
    • 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