1. 26 Apr, 2018 2 commits
  2. 09 Feb, 2018 1 commit
  3. 01 Feb, 2018 1 commit
  4. 19 Jan, 2018 2 commits
  5. 07 Jan, 2018 1 commit
  6. 21 Dec, 2017 1 commit
  7. 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
  8. 12 Dec, 2017 1 commit
  9. 03 Dec, 2017 1 commit
  10. 27 Nov, 2017 1 commit
  11. 20 Sep, 2017 1 commit
  12. 04 Jun, 2017 1 commit
  13. 03 Jun, 2017 1 commit
    • Max Kellermann's avatar
      storage, db, mixer, command: remove more bogus "pure" attributes · 62b03cfd
      Max Kellermann authored
      This commit is similar to 788e3b31,
      and removes more "pure" attributes which were placed on functions that
      could throw exceptions, which is illegal according to clang's
      understanding of the attribute (but not according to GCC's).  GitHub
      issue #58 was most likely about StorageDirectoryReader::GetInfo() and
      Storage::GetInfo(), which still had "pure" attributes.
      
      Closes #58
      62b03cfd
  14. 08 May, 2017 2 commits
  15. 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
  16. 01 Mar, 2017 1 commit
  17. 31 Jan, 2017 1 commit
  18. 23 Jan, 2017 8 commits
  19. 06 Jan, 2017 1 commit
  20. 03 Jan, 2017 2 commits
  21. 28 Dec, 2016 1 commit
  22. 23 Nov, 2016 1 commit
  23. 22 Nov, 2016 3 commits
  24. 10 Nov, 2016 1 commit
  25. 29 Oct, 2016 3 commits