1. 15 May, 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. 25 Feb, 2017 1 commit
  4. 17 Feb, 2017 3 commits
  5. 10 Feb, 2017 1 commit
  6. 03 Jan, 2017 1 commit
  7. 10 Nov, 2016 1 commit
  8. 26 Oct, 2016 2 commits
  9. 12 Oct, 2016 1 commit
  10. 17 Jun, 2016 1 commit
  11. 18 Mar, 2016 1 commit
  12. 10 Mar, 2016 6 commits
  13. 05 Mar, 2016 5 commits
  14. 26 Feb, 2016 1 commit
  15. 01 Jan, 2015 1 commit
  16. 09 Feb, 2014 1 commit
  17. 06 Feb, 2014 1 commit
  18. 05 Feb, 2014 1 commit
  19. 04 Feb, 2014 5 commits
  20. 30 Jan, 2014 2 commits
  21. 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
  22. 24 Jan, 2014 1 commit
  23. 13 Jan, 2014 1 commit