1. 21 Aug, 2017 1 commit
  2. 02 Aug, 2017 1 commit
  3. 31 Jul, 2017 1 commit
  4. 20 Jul, 2017 1 commit
  5. 15 Jun, 2017 1 commit
  6. 04 Jun, 2017 1 commit
  7. 03 Jun, 2017 2 commits
  8. 29 May, 2017 2 commits
  9. 19 May, 2017 2 commits
  10. 16 May, 2017 3 commits
  11. 15 May, 2017 3 commits
  12. 08 May, 2017 1 commit
    • Max Kellermann's avatar
      *: remove "pure" and "const" attributes from throwing functions · 788e3b31
      Max Kellermann authored
      The "pure" and "const" attributes are not so well-defined, and a
      recent clang version implements an optimization which pushes the
      definition's boundary beyond what I believed it was.  clang now
      assumes that functions declared "pure" cannot throw exceptions, even
      if they lack the "noexcept" specification.
      
      When compiled with this new clang version, MPD will crash randomly if
      an exception happens to get thrown by such as "pure" function
      (https://github.com/MusicPlayerDaemon/MPD/issues/41).
      
      This commit removes all such misplaced "pure" and "const" attributes,
      closing #41.
      788e3b31
  13. 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
  14. 16 Mar, 2017 1 commit
  15. 10 Mar, 2017 4 commits
  16. 01 Mar, 2017 4 commits
  17. 20 Feb, 2017 1 commit
  18. 19 Feb, 2017 1 commit
  19. 09 Feb, 2017 2 commits
  20. 08 Feb, 2017 1 commit
  21. 06 Feb, 2017 1 commit
  22. 01 Feb, 2017 3 commits
  23. 31 Jan, 2017 1 commit
  24. 27 Jan, 2017 1 commit