1. 20 Feb, 2019 1 commit
  2. 15 Feb, 2019 2 commits
  3. 31 Oct, 2018 1 commit
  4. 02 Aug, 2018 1 commit
  5. 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
  6. 29 Jan, 2018 2 commits
  7. 02 Jan, 2018 1 commit
  8. 19 Dec, 2017 1 commit
  9. 15 May, 2017 1 commit
  10. 25 Feb, 2017 1 commit
  11. 17 Feb, 2017 2 commits
  12. 03 Jan, 2017 1 commit
  13. 27 Oct, 2016 1 commit
  14. 26 Oct, 2016 2 commits
  15. 18 Mar, 2016 2 commits
  16. 10 Mar, 2016 1 commit
  17. 05 Mar, 2016 3 commits
  18. 26 Feb, 2016 1 commit
  19. 07 Feb, 2016 1 commit
  20. 01 Jan, 2015 1 commit
  21. 12 Dec, 2014 1 commit
  22. 04 Feb, 2014 3 commits
  23. 31 Jan, 2014 1 commit
  24. 30 Jan, 2014 1 commit
  25. 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
  26. 13 Jan, 2014 1 commit
  27. 11 Jan, 2014 1 commit
  28. 10 Jan, 2014 1 commit
  29. 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
  30. 21 Oct, 2013 2 commits