커밋 기록

작성자 SHA1 메시지 날짜
  Daniel Stenberg 03c22b4576 Now supports "Transfer-Encoding: chunked" for HTTP PUT operations where the 22 년 전
  Daniel Stenberg cdba92ac3c when using checkprefix(), the first argument must be the prefix! 22 년 전
  Daniel Stenberg 6d28f92ffe Transfer-Encoding: needs 17 bytes passed, not 18 22 년 전
  Daniel Stenberg 01387f42c5 kromJx@crosswinds.net's fix that now uses checkprefix() instead of 22 년 전
  Daniel Stenberg b5a74715cf bad headers can come in two kinds, we either treat everything as one big 22 년 전
  Daniel Stenberg 0fa512f26d Nikita Schmidt's fix to debian bug report #165382. This is verified with 22 년 전
  Daniel Stenberg 9e612b5550 make very sure that we return 'done' properly when a transfer is done, as 22 년 전
  Daniel Stenberg 45bd009bb1 if we found no string on the Location: line, don't try to follow it 22 년 전
  Daniel Stenberg 156aad198f Make the COOKIESESSION work better by creating a list of cookie files files 22 년 전
  Daniel Stenberg 265c58611f When we receive a "bad header" we must sure not to write down the data part 22 년 전
  Daniel Stenberg c3cc616264 Junk data could get inserted when saving/getting HTTP headers, as discovered 22 년 전
  Daniel Stenberg 5f649a1649 Move the URL concat code to Curl_follow(), and added a proto for that 22 년 전
  Daniel Stenberg 3d5820648b as Ralph Mitchell pointed out, the Location: following code needs some 22 년 전
  Daniel Stenberg 5b3069e265 spell fix comment 22 년 전
  Daniel Stenberg fb5d267bd0 a follow-up fix to the previous fix for HTTP servers that don't reply *any* 22 년 전
  Daniel Stenberg c19844a0a3 better deal with HTTP(S) servers that respond with no headers at all, test 22 년 전
  Daniel Stenberg 371da7132f remove redundant comment 22 년 전
  Daniel Stenberg ba4e69bebc updated source code boilerplate/header 22 년 전
  Daniel Stenberg 64bbe9dfaf James Gallagher's Content-Encoding work 22 년 전
  Daniel Stenberg 7140baae72 remove the data and conn fields from the Curl_transfer_keeper struct, they 22 년 전
  Daniel Stenberg 4cf953678d Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch 22 년 전
  Daniel Stenberg 108cb14d1f Make SessionHandle keep record if it is used with the multi interface or 22 년 전
  Daniel Stenberg 7313501e30 fixed the Curl_cookie_add() invoke to not assume a space after the colon 22 년 전
  Daniel Stenberg e54e0c7877 CURLOPT_BUFFERSIZE allows an application to set a prefered buffer size 22 년 전
  Daniel Stenberg 407583e8e2 Moved the secondarysocket cleanup. The 'conn' struct may have been cleared 22 년 전
  Daniel Stenberg d866716565 Gautam Mani found a socket descriptor leak that happened when FTP transfers 22 년 전
  Daniel Stenberg 99c0456872 Adjusted to make curl_multi_perform() work properly even when 22 년 전
  Daniel Stenberg 44debdde62 Better support for being used with the multi interface without the *fd_set() 22 년 전
  Daniel Stenberg 86cc34c0de made the DEBUGFUNCTION get called properly on a few more places, especially 22 년 전
  Daniel Stenberg 913e997061 use and set the fd_set pointers instead of the actual values, as then we 22 년 전