1. 13 Jan, 2014 1 commit
  2. 19 Oct, 2013 2 commits
  3. 02 Oct, 2013 1 commit
  4. 15 Jan, 2013 1 commit
  5. 03 Jan, 2013 2 commits
  6. 29 Jan, 2011 1 commit
  7. 01 Jan, 2010 1 commit
  8. 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
  9. 28 Jul, 2009 2 commits
  10. 23 Jul, 2009 2 commits
  11. 19 Jul, 2009 1 commit
  12. 04 Jun, 2009 2 commits
  13. 25 Apr, 2009 1 commit
  14. 17 Apr, 2009 1 commit
  15. 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
  16. 30 Mar, 2009 2 commits
  17. 14 Mar, 2009 1 commit
  18. 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
  19. 28 Feb, 2009 1 commit
  20. 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
  21. 30 Jan, 2009 1 commit
  22. 25 Jan, 2009 3 commits
    • Max Kellermann's avatar
      client: use the GIOChannel for I/O · 8bc6bca5
      Max Kellermann authored
      GIOChannel is more portable than raw read()/write() calls.  We're
      using GIOChannel anyway, because we need it for plugging the client
      into the GLib main loop.
      
      Configure the GIOChannel to the bare minimum: no character set, no
      buffering.
      8bc6bca5
    • Max Kellermann's avatar
      client: use GLib's win32 IO channel on WIN32 · b0ea9756
      Max Kellermann authored
      Use g_io_channel_win32_new_socket() instead of g_io_channel_unix_new()
      on WIN32.
      b0ea9756
    • Max Kellermann's avatar
      use g_free() instead of free() · a45922cd
      Max Kellermann authored
      On some platforms, g_free() must be used for memory allocated by
      GLib.  This patch intends to correct a lot of occurrences, but is
      probably not complete.
      a45922cd
  23. 21 Jan, 2009 1 commit
  24. 17 Jan, 2009 1 commit
  25. 10 Jan, 2009 1 commit
  26. 08 Jan, 2009 1 commit
  27. 07 Jan, 2009 1 commit
  28. 03 Jan, 2009 2 commits
  29. 01 Jan, 2009 1 commit
  30. 31 Dec, 2008 1 commit
  31. 30 Dec, 2008 1 commit