1. 26 Feb, 2016 1 commit
  2. 22 Jun, 2015 6 commits
  3. 01 Jan, 2015 1 commit
  4. 06 Feb, 2014 1 commit
  5. 25 Jan, 2014 2 commits
  6. 23 Jan, 2014 1 commit
  7. 13 Jan, 2014 1 commit
  8. 20 Oct, 2013 1 commit
  9. 14 Jan, 2013 1 commit
  10. 04 Jan, 2013 2 commits
  11. 03 Jan, 2013 3 commits
  12. 29 Jan, 2011 1 commit
  13. 01 Jan, 2010 1 commit
  14. 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
  15. 28 Jul, 2009 2 commits
  16. 23 Jul, 2009 2 commits
  17. 19 Jul, 2009 1 commit
  18. 04 Jun, 2009 2 commits
  19. 25 Apr, 2009 1 commit
  20. 17 Apr, 2009 1 commit
  21. 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
  22. 30 Mar, 2009 2 commits
  23. 14 Mar, 2009 1 commit
  24. 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
  25. 28 Feb, 2009 1 commit
  26. 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
  27. 30 Jan, 2009 1 commit