1. 04 Jun, 2017 1 commit
  2. 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
  3. 04 Jan, 2017 2 commits
  4. 03 Jan, 2017 1 commit
  5. 27 Aug, 2016 1 commit
  6. 16 Aug, 2016 2 commits
  7. 26 Feb, 2016 1 commit
  8. 18 Dec, 2015 1 commit
  9. 21 Jan, 2015 1 commit
  10. 01 Jan, 2015 1 commit
  11. 07 Aug, 2014 2 commits
  12. 30 Jul, 2014 1 commit
  13. 13 Jan, 2014 1 commit
  14. 30 Oct, 2013 1 commit
  15. 25 Oct, 2013 2 commits
  16. 02 Oct, 2013 1 commit
  17. 07 Jan, 2013 2 commits
  18. 29 Jan, 2011 1 commit
  19. 30 May, 2010 1 commit
  20. 25 Apr, 2010 1 commit
  21. 17 Feb, 2010 3 commits
  22. 15 Feb, 2010 2 commits
  23. 04 Jan, 2010 3 commits
  24. 01 Jan, 2010 1 commit
  25. 17 Oct, 2009 1 commit
  26. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  27. 11 Nov, 2008 4 commits