1. 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
  2. 03 Jan, 2017 1 commit
  3. 28 Oct, 2016 1 commit
  4. 26 Feb, 2016 1 commit
  5. 17 Mar, 2015 1 commit
  6. 01 Jan, 2015 1 commit
  7. 13 Jan, 2014 1 commit
  8. 04 Sep, 2013 1 commit
  9. 03 Aug, 2013 1 commit
  10. 30 Jan, 2013 2 commits
  11. 02 Aug, 2012 1 commit
  12. 31 Mar, 2011 1 commit
  13. 29 Jan, 2011 1 commit
  14. 01 Jan, 2010 1 commit
  15. 21 Oct, 2009 2 commits
  16. 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
  17. 01 Mar, 2009 1 commit
  18. 11 Feb, 2009 1 commit
  19. 07 Jan, 2009 2 commits
  20. 03 Jan, 2009 1 commit
  21. 30 Dec, 2008 2 commits
  22. 27 Dec, 2008 2 commits
  23. 31 Oct, 2008 1 commit
    • Max Kellermann's avatar
      added prefix to header macros · ea515494
      Max Kellermann authored
      "LOG_H" is a macro which is also used by ffmpeg/log.h.  This is
      ffmpeg's fault, because short macros should be reserved for
      applications, but since it's always a good idea to choose prefixed
      macro names, even for applications, we are going to do that in MPD.
      ea515494
  24. 08 Oct, 2008 1 commit
  25. 09 Sep, 2008 2 commits
  26. 08 Sep, 2008 1 commit
  27. 07 Sep, 2008 3 commits
  28. 29 Aug, 2008 2 commits
  29. 26 Aug, 2008 1 commit
  30. 12 Apr, 2008 2 commits