Commit History

Author SHA1 Message Date
  Daniel Stenberg 8ed44e8dfb New authentication code added, particularly noticable when doing POST or PUT 20 years ago
  Daniel Stenberg 8e92600ddd David Byron made CURLOPT_FAILONERROR work with authentications such as NTLM 20 years ago
  Daniel Stenberg 76c36688d0 Makes CURLINFO_CONTENT_LENGTH_DOWNLOAD work even if CURLOPT_NOBODY is set 20 years ago
  Daniel Stenberg fc67cca882 removed the min() macro define 20 years ago
  Daniel Stenberg e545e33d5f Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets. 20 years ago
  Daniel Stenberg 0d1fc73f21 Use more curl_off_t variables when doing the progress meter calculations and 20 years ago
  Daniel Stenberg 7225b14002 curl_socket_t mistakes cleanup 20 years ago
  Daniel Stenberg ce5805a955 Use curl_socket_t instead of int for holding sockets. The typedefs and 20 years ago
  Daniel Stenberg 6717240650 more fixing to make the progress/getinfo stuff to work properly when doing 20 years ago
  Daniel Stenberg 353f764119 Yet another curl_off_t printf format attempt, we now exclude the %-letter from 20 years ago
  Daniel Stenberg 7ab3b5b3bb use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of 20 years ago
  Daniel Stenberg 71d81f1f75 Now uses CURL_FORMAT_OFF_T instead of %Od 20 years ago
  Daniel Stenberg a39669198f we call the macro CURLMAX() isntead of MAX(), just because it turned up 20 years ago
  Daniel Stenberg 9efddfedab removed some "jhrg" from comments 20 years ago
  Daniel Stenberg f3d91528a1 CURLcode/int cleanup to reduce IRIX warnings 20 years ago
  Daniel Stenberg e7d9ea8919 Greg Hewgill found out 'contentlength' wasn't big enough to hold a large file! 20 years ago
  Daniel Stenberg e5165af5a6 The MIPSPro compiler complains on constructs such as "(void)foo;" so 20 years ago
  Daniel Stenberg b84eaff1d5 set the 'retry' bit to TRUE when the connection is about to be retried, 20 years ago
  Daniel Stenberg 14cb9d296c make sure the connection is closed when it was detected reset! 20 years ago
  Daniel Stenberg df750c236c Somewhat crude attempt at fixing the test 91 failures. I commit this now 20 years ago
  Daniel Stenberg 958987c214 Chunked-transfers should have an additional CRLF after the final 0 CRLF 20 years ago
  Daniel Stenberg b791e158f0 use curl_off_t instead of off_t! 20 years ago
  Daniel Stenberg e262a7265a use the proper timecond defines, not the obsolete ones! 20 years ago
  Daniel Stenberg 053f6c85ef updated year in the copyright string 21 years ago
  Daniel Stenberg b60e0fa97e David J Meyer's large file support. 21 years ago
  Daniel Stenberg 6c6e5522cb redirect from a bad url such as "www.com?moo=foo" to an absolute path didn't 21 years ago
  Daniel Stenberg a13f85fb33 assert that we get a good index to Curl_transfer() 21 years ago
  Daniel Stenberg 0f4d042d3e Ignore content-length when chunked transfer-encoding is transfered. 21 years ago
  Daniel Stenberg 1b99d33b59 fix compiler warnings 21 years ago
  Daniel Stenberg 2cf209d3f7 If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() and 21 years ago