1. 18 Jan, 2020 1 commit
  2. 17 Jun, 2019 1 commit
  3. 16 Jun, 2019 1 commit
  4. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  5. 31 Oct, 2018 1 commit
  6. 26 Oct, 2017 2 commits
  7. 07 Aug, 2017 1 commit
  8. 03 Jan, 2017 1 commit
  9. 10 Nov, 2016 1 commit
  10. 04 Sep, 2016 1 commit
  11. 01 Jul, 2016 1 commit
  12. 26 Feb, 2016 1 commit
  13. 01 Jan, 2015 1 commit
  14. 24 Jan, 2014 1 commit
  15. 13 Jan, 2014 1 commit
  16. 13 Nov, 2013 1 commit
  17. 03 Aug, 2013 1 commit
  18. 02 Feb, 2013 1 commit
  19. 30 Jan, 2013 1 commit
  20. 29 Jan, 2011 1 commit
  21. 01 Jan, 2010 1 commit
  22. 06 Jul, 2009 1 commit
  23. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  24. 08 Oct, 2008 1 commit
  25. 09 Sep, 2008 1 commit
    • Max Kellermann's avatar
      timer: constant pointers · 182746b9
      Max Kellermann authored
      The audio_format argument to timer_new() should be constant, because
      it is not modified.  The same is true for ShoutData.audioFormat.
      182746b9
  26. 07 Sep, 2008 1 commit
  27. 26 Aug, 2008 1 commit
  28. 12 Jun, 2007 1 commit
    • J. Alexander Treuman's avatar
      Redoing remiss's shout patch. This time, just block on open() instead of · 3c5cecb8
      J. Alexander Treuman authored
      pretending to play while we wait for the connection to timeout.  This
      removes the need for timers, and thus removes the now unnecessary
      timer_get_runtime_* function(s) from the timer code.
      
      The changes made compared to the pre-patch shout plugin are:
      * Block while connecting, timing out after 2 seconds.
      * Close the device, and not just the connection, if play returns -1.
      * Remove sd->last_err (it's always assigned before use).
      * Some minor cleanups.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@6555 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      3c5cecb8
  29. 09 Jun, 2007 2 commits
  30. 30 May, 2007 1 commit
  31. 05 Apr, 2007 1 commit
  32. 20 Aug, 2006 1 commit
  33. 27 Jul, 2006 1 commit
  34. 22 Jul, 2006 1 commit
  35. 20 Jul, 2006 1 commit
  36. 14 Jul, 2006 2 commits
  37. 13 Jul, 2006 1 commit