1. 17 Jun, 2019 1 commit
  2. 05 Apr, 2019 1 commit
  3. 31 Oct, 2018 1 commit
  4. 12 Dec, 2017 1 commit
  5. 03 Jan, 2017 1 commit
  6. 26 Feb, 2016 1 commit
  7. 01 Jan, 2015 1 commit
  8. 13 Jan, 2014 1 commit
  9. 06 Nov, 2013 1 commit
  10. 30 Oct, 2013 1 commit
  11. 20 Oct, 2013 2 commits
  12. 25 Sep, 2012 5 commits
  13. 07 Aug, 2012 1 commit
  14. 02 Aug, 2012 1 commit
  15. 29 Jan, 2011 1 commit
  16. 01 Jan, 2010 1 commit
  17. 29 Jul, 2009 1 commit
  18. 30 Mar, 2009 1 commit
  19. 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
  20. 02 Dec, 2008 1 commit
  21. 31 Oct, 2008 2 commits
  22. 22 Oct, 2008 4 commits
  23. 08 Oct, 2008 1 commit
  24. 07 Sep, 2008 3 commits
  25. 06 Sep, 2008 1 commit
  26. 29 Aug, 2008 2 commits
    • Max Kellermann's avatar
      export the function client_is_expired() · 8811c0e0
      Max Kellermann authored
      Instead of passing the pointer to the "expired" flag to
      processListOfCommands(), this function should use the client API to
      check this flag.  We can now remove the "global_expired" hack
      introduced recently.
      8811c0e0
    • Max Kellermann's avatar
      client: pass the client struct to processCommand() · 8b1b82b3
      Max Kellermann authored
      Start exporting the client struct as an opaque struct.  For now, pass
      it only to processCommand() and processListOfCommands(), and provide a
      function to extract the socket handle.  Later, we will propagate the
      pointer to all command implementations, and of course to
      client_print() etc.
      8b1b82b3
  27. 12 Apr, 2008 2 commits