1. 18 Dec, 2017 1 commit
  2. 03 Dec, 2017 1 commit
  3. 18 Aug, 2017 1 commit
  4. 04 Jun, 2017 1 commit
  5. 08 May, 2017 1 commit
  6. 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
  7. 11 Feb, 2017 2 commits
  8. 03 Jan, 2017 1 commit
  9. 29 Oct, 2016 1 commit
  10. 01 Mar, 2016 1 commit
  11. 26 Feb, 2016 1 commit
  12. 19 Oct, 2015 1 commit
  13. 01 Jan, 2015 1 commit
  14. 16 Jun, 2014 2 commits
  15. 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
  16. 26 Feb, 2014 4 commits
  17. 23 Feb, 2014 1 commit
  18. 21 Feb, 2014 1 commit
  19. 29 Jan, 2014 1 commit
  20. 24 Jan, 2014 1 commit
  21. 22 Jan, 2014 1 commit
  22. 13 Jan, 2014 1 commit
  23. 09 Jan, 2014 3 commits
  24. 07 Jan, 2014 1 commit
  25. 19 Oct, 2013 2 commits
  26. 15 Oct, 2013 1 commit
  27. 04 Sep, 2013 1 commit
  28. 30 Jul, 2013 1 commit
  29. 28 Jul, 2013 1 commit
  30. 30 Jan, 2013 1 commit
  31. 03 Jan, 2013 2 commits