1. 05 Aug, 2021 1 commit
  2. 04 Mar, 2021 1 commit
  3. 21 Jan, 2021 1 commit
  4. 01 Jan, 2021 1 commit
  5. 28 Oct, 2020 1 commit
  6. 08 Apr, 2020 1 commit
  7. 03 Apr, 2020 2 commits
  8. 02 Apr, 2020 3 commits
  9. 12 Mar, 2020 1 commit
  10. 02 Feb, 2020 1 commit
  11. 01 Feb, 2020 1 commit
  12. 18 Jan, 2020 1 commit
  13. 05 Sep, 2019 1 commit
  14. 04 Sep, 2019 2 commits
  15. 03 Sep, 2019 1 commit
    • Max Kellermann's avatar
      db/simple/Song: convert "uri" to a std::string · 7f9a8b87
      Max Kellermann authored
      No longer allocate it as a "VarSize".  This used to be a clever trick
      to save memory 10 years ago, but these days, keeping the code
      maintainable seems more important than saving a few kilobytes of
      memory.
      7f9a8b87
  16. 21 May, 2019 2 commits
  17. 20 Feb, 2019 3 commits
  18. 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
  19. 31 Oct, 2018 1 commit
  20. 02 Sep, 2018 1 commit
  21. 02 Aug, 2018 1 commit
  22. 18 Dec, 2017 1 commit
    • 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
  23. 27 Nov, 2017 1 commit
  24. 08 May, 2017 1 commit
  25. 11 Feb, 2017 1 commit
  26. 03 Jan, 2017 1 commit
  27. 29 Oct, 2016 2 commits
  28. 26 Feb, 2016 1 commit
  29. 15 Dec, 2015 1 commit
  30. 19 Oct, 2015 1 commit
  31. 01 Jan, 2015 1 commit
  32. 16 Jun, 2014 1 commit