1. 23 Nov, 2021 1 commit
  2. 14 Oct, 2021 1 commit
  3. 05 Aug, 2021 1 commit
  4. 04 Mar, 2021 1 commit
  5. 21 Jan, 2021 1 commit
  6. 01 Jan, 2021 1 commit
  7. 28 Oct, 2020 1 commit
  8. 08 Apr, 2020 1 commit
  9. 03 Apr, 2020 2 commits
  10. 02 Apr, 2020 3 commits
  11. 12 Mar, 2020 1 commit
  12. 02 Feb, 2020 1 commit
  13. 01 Feb, 2020 1 commit
  14. 18 Jan, 2020 1 commit
  15. 05 Sep, 2019 1 commit
  16. 04 Sep, 2019 2 commits
  17. 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
  18. 21 May, 2019 2 commits
  19. 20 Feb, 2019 3 commits
  20. 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
  21. 31 Oct, 2018 1 commit
  22. 02 Sep, 2018 1 commit
  23. 02 Aug, 2018 1 commit
  24. 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
  25. 27 Nov, 2017 1 commit
  26. 08 May, 2017 1 commit
  27. 11 Feb, 2017 1 commit
  28. 03 Jan, 2017 1 commit
  29. 29 Oct, 2016 2 commits
  30. 26 Feb, 2016 1 commit
  31. 15 Dec, 2015 1 commit
  32. 19 Oct, 2015 1 commit