1. 12 Jun, 2006 1 commit
  2. 08 Jun, 2006 1 commit
  3. 07 Jun, 2006 1 commit
  4. 31 May, 2006 1 commit
  5. 25 May, 2006 1 commit
  6. 24 May, 2006 1 commit
  7. 10 May, 2006 2 commits
  8. 09 May, 2006 3 commits
  9. 08 May, 2006 1 commit
  10. 04 May, 2006 2 commits
    • Daniel Stenberg's avatar
      Roland Blom filed bug report #1481217 · e85e3054
      Daniel Stenberg authored
      (http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini
      and David Byron. libcurl previously wrongly used GetLastError() on windows to
      get error details after socket-related function calls, when it really should
      use WSAGetLastError() instead.
      
      When changing to this, the former function Curl_ourerrno() is now instead
      called Curl_sockerrno() as it is necessary to only use it to get errno from
      socket-related functions as otherwise it won't work as intended on Windows.
      e85e3054
    • Daniel Stenberg's avatar
      Mark Eichin submitted bug report #1480821 · 758f6eed
      Daniel Stenberg authored
      (http://curl.haxx.se/bug/view.cgi?id=1480821) He found and identified a
      problem with how libcurl dealt with GnuTLS and a case where gnutls returned
      GNUTLS_E_AGAIN indicating it would block. It would then return an unexpected
      return code, making Curl_ssl_send() confuse the upper layer - causing random
      28 bytes trash data to get inserted in the transfered stream.
      
      The proper fix was to make the Curl_gtls_send() function return the proper
      return codes that the callers would expect. The Curl_ossl_send() function
      already did this.
      758f6eed
  11. 02 May, 2006 1 commit
  12. 26 Apr, 2006 1 commit
  13. 25 Apr, 2006 1 commit
  14. 21 Apr, 2006 1 commit
  15. 18 Apr, 2006 2 commits
  16. 11 Apr, 2006 1 commit
  17. 10 Apr, 2006 1 commit
  18. 05 Apr, 2006 1 commit
  19. 28 Mar, 2006 1 commit
  20. 27 Mar, 2006 1 commit
  21. 26 Mar, 2006 1 commit
  22. 21 Mar, 2006 3 commits
  23. 20 Mar, 2006 4 commits
  24. 07 Mar, 2006 2 commits
  25. 06 Mar, 2006 1 commit
  26. 04 Mar, 2006 1 commit
  27. 03 Mar, 2006 1 commit
  28. 02 Mar, 2006 2 commits