1. 04 May, 2012 1 commit
  2. 03 May, 2012 1 commit
    • Ian Barber's avatar
      Patch from Mato that fixes a subtle connect bug: EAGAIN was being used as a… · 1075005b
      Ian Barber authored
      Patch from Mato that fixes a subtle connect bug: EAGAIN was being used as a translation value for EINPROGRESS, thus
      shadowing a real EAGAIN return value from the OS.  This caused later
      assertions of "Invalid argument" in stream_engine.cpp when it attempted to
      use a socket which was not connected.
      
      I also add EINTR to mean EINPROGRESS, as per the POSIX and FreeBSD
      documentation which specifies that a connect() call interrupted due to a
      signal will complete asynchronously.
      Signed-off-by: 's avatarMartin Lucina <martin@lucina.net>
      1075005b
  3. 20 Mar, 2012 1 commit
  4. 16 Feb, 2012 1 commit
  5. 21 Dec, 2011 1 commit
  6. 15 Dec, 2011 1 commit
  7. 13 Dec, 2011 1 commit
  8. 01 Nov, 2011 1 commit
  9. 31 Oct, 2011 1 commit
  10. 15 Sep, 2011 1 commit
  11. 02 Sep, 2011 1 commit
  12. 18 Aug, 2011 1 commit
  13. 16 Aug, 2011 1 commit
  14. 29 Jul, 2011 1 commit
  15. 28 Jul, 2011 3 commits
  16. 26 Jul, 2011 2 commits
  17. 25 Jul, 2011 1 commit
  18. 19 Jun, 2011 1 commit
  19. 14 Jun, 2011 1 commit
  20. 08 May, 2011 1 commit
  21. 29 Apr, 2011 1 commit
  22. 21 Apr, 2011 1 commit
  23. 02 Mar, 2011 1 commit
  24. 30 Oct, 2010 1 commit
  25. 13 Jul, 2010 1 commit
  26. 11 Jun, 2010 2 commits
  27. 10 Jun, 2010 1 commit
  28. 07 Jun, 2010 1 commit
  29. 12 May, 2010 1 commit
  30. 11 Mar, 2010 1 commit
    • Martin Lucina's avatar
      Restructure language bindings · 27e2d084
      Martin Lucina authored
      C and C++ headers moved from bindings/ to include/, bindings/ removed
      --with-c and --with-cpp options to configure removed, C and C++ now built
      and installed by default
      27e2d084
  31. 10 Feb, 2010 1 commit
  32. 05 Feb, 2010 1 commit
  33. 04 Feb, 2010 2 commits
  34. 23 Jan, 2010 1 commit
  35. 22 Jan, 2010 1 commit