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