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. 10 Nov, 2016 1 commit
  4. 26 Oct, 2016 2 commits
  5. 12 Oct, 2016 1 commit
  6. 17 Jun, 2016 1 commit
  7. 18 Mar, 2016 1 commit
  8. 10 Mar, 2016 6 commits
  9. 05 Mar, 2016 5 commits
  10. 26 Feb, 2016 1 commit
  11. 01 Jan, 2015 1 commit
  12. 09 Feb, 2014 1 commit
  13. 06 Feb, 2014 1 commit
  14. 05 Feb, 2014 1 commit
  15. 04 Feb, 2014 5 commits
  16. 30 Jan, 2014 2 commits
  17. 25 Jan, 2014 1 commit
    • Max Kellermann's avatar
      neighbor: new subsystem to detect file servers on the local network · 5c4a42ca
      Max Kellermann authored
      This commit adds the NeighborPlugin API which can be used to detect
      nearby file servers that can be used by input plugins.  This list of
      servers is exported using the new "listneighbors" command.  The idle
      even "neighbor" notifies interested clients when a new neighbor is
      found or an existing one is lost.
      
      There's a lot missing currently: protocol&user documentation, and a
      way to "mount" remote servers into the music database.  Obviously,
      some code from the UPnP database plugin can be moved to a neighbor
      plugin.
      5c4a42ca
  18. 24 Jan, 2014 1 commit
  19. 13 Jan, 2014 1 commit
  20. 11 Jan, 2014 1 commit
  21. 09 Jan, 2014 1 commit
    • Max Kellermann's avatar
      DetachedSong: fork of struct Song · 322b0616
      Max Kellermann authored
      From now on, struct Song will be used by the database only, and
      DetachedSong will be used by everybody else.  DetachedSong is easier
      to use, but Song has lower overhead.
      322b0616
  22. 21 Oct, 2013 1 commit
  23. 28 Jul, 2013 1 commit
  24. 17 Apr, 2013 1 commit
  25. 10 Jan, 2013 1 commit