1. 31 Oct, 2018 1 commit
  2. 22 Oct, 2018 1 commit
    • Max Kellermann's avatar
      db: fix broken command "list ... group" · db27bb76
      Max Kellermann authored
      Grouping in the "list" command was completely broken from the start,
      unlike "count group".  I have no idea what I have been thinking when I
      wrote commit ae178c77, but it didn't
      make any sense.
      
      This commit is a rewrite of the feature.
      
      For clients to be able to detect this feature, this commit also
      increments the protocol version.
      db27bb76
  3. 02 Sep, 2018 3 commits
  4. 20 Aug, 2018 1 commit
  5. 09 Aug, 2018 1 commit
  6. 02 Aug, 2018 1 commit
  7. 17 Jul, 2018 1 commit
  8. 06 Jul, 2018 6 commits
  9. 21 Jan, 2018 1 commit
  10. 19 Jan, 2018 2 commits
  11. 17 Jan, 2018 1 commit
  12. 21 Dec, 2017 1 commit
  13. 18 Dec, 2017 2 commits
    • 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
    • Max Kellermann's avatar
  14. 12 Dec, 2017 1 commit
  15. 03 Dec, 2017 1 commit
  16. 27 Nov, 2017 1 commit
  17. 26 Nov, 2017 1 commit
  18. 24 Aug, 2017 1 commit
  19. 18 Aug, 2017 2 commits
  20. 04 Jun, 2017 1 commit
  21. 08 May, 2017 1 commit
  22. 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
  23. 01 Mar, 2017 1 commit
  24. 11 Feb, 2017 3 commits
  25. 10 Feb, 2017 1 commit
  26. 08 Feb, 2017 2 commits
  27. 23 Jan, 2017 1 commit