1. 31 May, 2019 1 commit
  2. 29 May, 2019 1 commit
  3. 25 Apr, 2019 2 commits
  4. 24 Apr, 2019 2 commits
  5. 20 Feb, 2019 1 commit
  6. 15 Feb, 2019 2 commits
  7. 31 Oct, 2018 1 commit
  8. 02 Aug, 2018 1 commit
  9. 16 Feb, 2018 1 commit
    • Max Kellermann's avatar
      output/alsa: use a new I/O thread with real-time scheduling · d29d186d
      Max Kellermann authored
      The normal I/O event thread can have a large latency, e.g. when
      libgnutls loads all TLS CA certificates for a https connect.  This
      makes it unreliable for the ALSA I/O notifications, and causes ring
      buffer xruns.  To avoid interfering with high latency events such as
      CURL's, we move the ALSA I/O events to a separate I/O thread which
      also obtains real-time scheduling (if possible).
      
      Closes #221
      d29d186d
  10. 29 Jan, 2018 2 commits
  11. 02 Jan, 2018 1 commit
  12. 19 Dec, 2017 1 commit
  13. 15 May, 2017 1 commit
  14. 25 Feb, 2017 1 commit
  15. 17 Feb, 2017 2 commits
  16. 03 Jan, 2017 1 commit
  17. 27 Oct, 2016 1 commit
  18. 26 Oct, 2016 2 commits
  19. 18 Mar, 2016 2 commits
  20. 10 Mar, 2016 1 commit
  21. 05 Mar, 2016 3 commits
  22. 26 Feb, 2016 1 commit
  23. 07 Feb, 2016 1 commit
  24. 01 Jan, 2015 1 commit
  25. 12 Dec, 2014 1 commit
  26. 04 Feb, 2014 3 commits
  27. 31 Jan, 2014 1 commit
  28. 30 Jan, 2014 1 commit
  29. 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