1. 03 Dec, 2017 1 commit
  2. 04 Jun, 2017 1 commit
  3. 08 May, 2017 1 commit
  4. 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
  5. 03 Jan, 2017 1 commit
  6. 29 Oct, 2016 1 commit
  7. 01 Mar, 2016 1 commit
  8. 26 Feb, 2016 1 commit
  9. 19 Oct, 2015 1 commit
  10. 01 Jan, 2015 1 commit
  11. 16 Jun, 2014 2 commits
  12. 27 Feb, 2014 1 commit
    • Max Kellermann's avatar
      db/simple: mount points · e9a85aa4
      Max Kellermann authored
      A SimpleDatabase instance can now "mount" other Database instances at
      certain locations.  This is used to use a new SimpleDatabase instance
      for each storage mount (issued with the "mount" protocol command).
      Each such instance has its own database file, stored in the directory
      that is specified with the "cache_directory" option.
      e9a85aa4
  13. 26 Feb, 2014 4 commits
  14. 23 Feb, 2014 1 commit
  15. 21 Feb, 2014 1 commit
  16. 29 Jan, 2014 1 commit
  17. 24 Jan, 2014 1 commit
  18. 22 Jan, 2014 1 commit
  19. 13 Jan, 2014 1 commit
  20. 09 Jan, 2014 3 commits
  21. 07 Jan, 2014 1 commit
  22. 19 Oct, 2013 2 commits
  23. 15 Oct, 2013 1 commit
  24. 04 Sep, 2013 1 commit
  25. 30 Jul, 2013 1 commit
  26. 28 Jul, 2013 1 commit
  27. 30 Jan, 2013 1 commit
  28. 03 Jan, 2013 4 commits
  29. 02 Jan, 2013 2 commits