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