1. 21 Jan, 2018 1 commit
  2. 17 Jan, 2018 1 commit
  3. 02 Jan, 2018 6 commits
  4. 21 Dec, 2017 1 commit
  5. 19 Dec, 2017 1 commit
  6. 18 Dec, 2017 3 commits
  7. 12 Dec, 2017 1 commit
  8. 14 Nov, 2017 1 commit
  9. 12 Nov, 2017 2 commits
  10. 10 Nov, 2017 3 commits
  11. 01 Sep, 2017 3 commits
  12. 29 Aug, 2017 1 commit
  13. 18 Aug, 2017 1 commit
  14. 04 Jun, 2017 1 commit
  15. 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
  16. 16 May, 2017 1 commit
  17. 08 May, 2017 2 commits
  18. 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
  19. 11 Feb, 2017 3 commits
  20. 10 Feb, 2017 1 commit
  21. 06 Feb, 2017 1 commit
  22. 25 Jan, 2017 1 commit
  23. 08 Jan, 2017 1 commit
  24. 03 Jan, 2017 2 commits