1. 21 Dec, 2017 1 commit
  2. 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
  3. 12 Dec, 2017 1 commit
  4. 03 Dec, 2017 1 commit
  5. 27 Nov, 2017 1 commit
  6. 04 Jun, 2017 1 commit
  7. 08 May, 2017 1 commit
  8. 06 Apr, 2017 1 commit
    • Max Kellermann's avatar
      storage/FileInfo, db/simple/Directory: use 64 bit for device/inode · 504f5f7b
      Max Kellermann authored
      An ino_t is usually a 64 bit integer, and some file systems (such as
      Linux's kernel NFS client) really uses the upper 32 bit.  This can
      lead to false positives in the directory loop detection in
      FindAncestorLoop().  Increasing these two attributes (in
      StorageFileInfo and Directory) to 64 bit adds little overhead, but
      makes the check a lot safer.
      504f5f7b
  9. 01 Mar, 2017 1 commit
  10. 23 Jan, 2017 1 commit
  11. 03 Jan, 2017 1 commit
  12. 23 Nov, 2016 1 commit
  13. 10 Nov, 2016 1 commit
  14. 29 Oct, 2016 5 commits
  15. 28 Oct, 2016 4 commits
  16. 18 Mar, 2016 5 commits
  17. 01 Mar, 2016 1 commit
  18. 28 Feb, 2016 3 commits
  19. 26 Feb, 2016 4 commits
  20. 07 Feb, 2016 1 commit
  21. 18 Dec, 2015 1 commit
  22. 16 Dec, 2015 2 commits
  23. 15 Dec, 2015 1 commit