1. 10 Dec, 2017 1 commit
    • Jay Satiro's avatar
      openssl: Disable file buffering for Win32 SSLKEYLOGFILE · 7ab4e7ad
      Jay Satiro authored
      Prior to this change SSLKEYLOGFILE used line buffering on WIN32 just
      like it does for other platforms. However, the Windows CRT does not
      actually support line buffering (_IOLBF) and will use full buffering
      (_IOFBF) instead. We can't use full buffering because multiple processes
      may be writing to the file and that could lead to corruption, and since
      full buffering is the only buffering available this commit disables
      buffering for Windows SSLKEYLOGFILE entirely (_IONBF).
      
      Ref: https://github.com/curl/curl/pull/1346#issuecomment-350530901
      7ab4e7ad
  2. 09 Dec, 2017 3 commits
  3. 08 Dec, 2017 6 commits
  4. 07 Dec, 2017 4 commits
  5. 06 Dec, 2017 4 commits
  6. 05 Dec, 2017 10 commits
  7. 04 Dec, 2017 4 commits
  8. 03 Dec, 2017 2 commits
  9. 02 Dec, 2017 3 commits
  10. 01 Dec, 2017 3 commits