1. 15 May, 2017 1 commit
  2. 08 May, 2017 1 commit
  3. 25 Feb, 2017 3 commits
  4. 03 Jan, 2017 1 commit
  5. 26 Oct, 2016 2 commits
  6. 26 Feb, 2016 1 commit
  7. 01 Jan, 2015 1 commit
  8. 06 Feb, 2014 1 commit
  9. 04 Feb, 2014 1 commit
  10. 23 Jan, 2014 1 commit
  11. 13 Jan, 2014 1 commit
  12. 19 Oct, 2013 2 commits
  13. 02 Oct, 2013 1 commit
  14. 15 Jan, 2013 1 commit
  15. 03 Jan, 2013 2 commits
  16. 29 Jan, 2011 1 commit
  17. 01 Jan, 2010 1 commit
  18. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  19. 28 Jul, 2009 2 commits
  20. 23 Jul, 2009 2 commits
  21. 19 Jul, 2009 1 commit
  22. 04 Jun, 2009 2 commits
  23. 25 Apr, 2009 1 commit
  24. 17 Apr, 2009 1 commit
  25. 01 Apr, 2009 1 commit
    • Max Kellermann's avatar
      client, event_pipe: explicitly ignore the write() result · 8ce2ec7a
      Max Kellermann authored
      On both locations, the result of write() can be ignored safely.  In
      event_pipe_emit_fast(), that can only be "EAGAIN", which means that
      the pipe buffer is full - no further notification required.  In
      client_init(), that would be a fatal connection error, which would be
      caught by the next event.
      
      This patch fixes gcc warnings.
      8ce2ec7a
  26. 30 Mar, 2009 2 commits
  27. 14 Mar, 2009 1 commit
  28. 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
  29. 28 Feb, 2009 1 commit
  30. 27 Feb, 2009 1 commit
    • Max Kellermann's avatar
      client: removed duplicate "client" string from log · 9dd00dfa
      Max Kellermann authored
      Since we introduced a GLib logging domain, the "client" string appears
      twice in the log lines:
      
       client: client 0: command returned 0
      
      Removed the second one, now it looks like this:
      
       client: [0] command returned 0
      
      Still not quite good, but better than before.
      9dd00dfa
  31. 30 Jan, 2009 1 commit