1. 29 Jul, 2016 1 commit
  2. 09 Jul, 2016 1 commit
  3. 22 Jun, 2016 1 commit
  4. 22 Apr, 2016 1 commit
  5. 11 Aug, 2015 1 commit
  6. 25 Jun, 2015 1 commit
  7. 22 Jan, 2015 1 commit
  8. 04 Dec, 2014 1 commit
  9. 24 Aug, 2014 1 commit
  10. 11 Nov, 2013 1 commit
  11. 08 Nov, 2013 1 commit
  12. 07 Nov, 2013 2 commits
  13. 30 Oct, 2013 1 commit
  14. 11 Jan, 2013 1 commit
  15. 10 Jan, 2013 3 commits
  16. 14 Aug, 2012 1 commit
  17. 27 Jun, 2012 1 commit
  18. 23 Feb, 2011 1 commit
  19. 09 Feb, 2011 1 commit
  20. 25 Sep, 2010 1 commit
    • Thomas Jansen's avatar
      output/httpd: bind_to_address support (including IPv6) · 9af9fd14
      Thomas Jansen authored
      Added support for a new optional configuration setting for the httpd output
      named "bind_to_address". Setting it to a specific IP address (v4 or v6) will
      cause the httpd output to bind to that address exclusively. Supporting
      multiple addresses in parallel is future work.
      
      This implements the feature requests #2998 and #2646.
      9af9fd14
  21. 13 Apr, 2010 1 commit
  22. 03 Nov, 2009 1 commit
  23. 29 Oct, 2009 1 commit
  24. 26 Oct, 2009 1 commit
  25. 17 Oct, 2009 1 commit
  26. 28 Sep, 2009 1 commit
  27. 20 Sep, 2009 1 commit
  28. 10 Sep, 2009 1 commit
  29. 30 Aug, 2009 1 commit
  30. 24 Aug, 2009 1 commit
  31. 19 Jul, 2009 1 commit
    • Michal Nazarewicz's avatar
      daemon: added "group" configuration option · d718a8b5
      Michal Nazarewicz authored
      The "group" configuration option is similar to "user" as it
      sets user set what group MPD shall run as.  With "user"
      option, MPD changed GID to the GID of the user, however,
      more control could be desired.
      
      Moreover, the patch changes the way of checking whether no
      setuid(2)/setgid(2) is required -- previously user names
      were compered, now UID and GIDs are compered (ie. the one we
      already have (getuid(2)/getgid(2)) with the one we want to
      change to).
      d718a8b5
  32. 06 Jul, 2009 1 commit
    • Max Kellermann's avatar
      output: use the software mixer plugin · 0275690b
      Max Kellermann authored
      Do all the software volume stuff inside each output thread, not in the
      player thread.  This allows one software mixer per output device, and
      also allows the user to configure the mixer type (hardware or
      software) for each audio output.
      
      This moves the global "mixer_type" setting into the "audio_output"
      section, deprecating the "mixer_enabled" flag.
      0275690b
  33. 28 Apr, 2009 1 commit
  34. 25 Apr, 2009 1 commit
  35. 30 Mar, 2009 1 commit
  36. 29 Mar, 2009 2 commits