New authentication code added, particularly noticable when doing POST or PUT
[platform/upstream/curl.git] / lib / transfer.c
2004-04-06 Daniel StenbergNew authentication code added, particularly noticable...
2004-03-30 Daniel StenbergDavid Byron made CURLOPT_FAILONERROR work with authenti...
2004-03-22 Daniel StenbergMakes CURLINFO_CONTENT_LENGTH_DOWNLOAD work even if...
2004-03-16 Daniel Stenbergremoved the min() macro define
2004-03-11 Daniel StenbergGisle Vanem's fixes to use CURL_SOCKET_BAD more instead...
2004-03-10 Daniel StenbergUse more curl_off_t variables when doing the progress...
2004-03-10 Daniel Stenbergcurl_socket_t mistakes cleanup
2004-03-09 Daniel StenbergUse curl_socket_t instead of int for holding sockets...
2004-03-05 Daniel Stenbergmore fixing to make the progress/getinfo stuff to work...
2004-03-02 Daniel StenbergYet another curl_off_t printf format attempt, we now...
2004-03-02 Daniel Stenberguse FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce...
2004-03-01 Daniel StenbergNow uses CURL_FORMAT_OFF_T instead of %Od
2004-02-20 Daniel Stenbergwe call the macro CURLMAX() isntead of MAX(), just...
2004-02-18 Daniel Stenbergremoved some "jhrg" from comments
2004-02-15 Daniel StenbergCURLcode/int cleanup to reduce IRIX warnings
2004-02-13 Daniel StenbergGreg Hewgill found out 'contentlength' wasn't big enoug...
2004-02-06 Daniel StenbergThe MIPSPro compiler complains on constructs such as...
2004-02-02 Daniel Stenbergset the 'retry' bit to TRUE when the connection is...
2004-01-30 Daniel Stenbergmake sure the connection is closed when it was detected...
2004-01-30 Daniel StenbergSomewhat crude attempt at fixing the test 91 failures...
2004-01-28 Daniel StenbergChunked-transfers should have an additional CRLF after...
2004-01-22 Daniel Stenberguse curl_off_t instead of off_t!
2004-01-21 Daniel Stenberguse the proper timecond defines, not the obsolete ones!
2004-01-07 Daniel Stenbergupdated year in the copyright string
2004-01-05 Daniel StenbergDavid J Meyer's large file support.
2003-12-18 Daniel Stenbergredirect from a bad url such as "com?moo=foo" to an...
2003-12-10 Daniel Stenbergassert that we get a good index to Curl_transfer()
2003-12-03 Daniel StenbergIgnore content-length when chunked transfer-encoding...
2003-12-02 Daniel Stenbergfix compiler warnings
2003-12-02 Daniel StenbergIf HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when...
2003-11-24 Daniel StenbergFTPS support added as RFC2228 and the murray-ftp-auth...
2003-11-20 Daniel Stenbergcombine the two identical cases
2003-11-06 Daniel Stenbergunitialized variable fix, reported by both Marty Kuhrt...
2003-10-24 Daniel StenbergResuming a download of an already downloaded document...
2003-10-22 Daniel StenbergDo the auth stuff at the end-of-headers and not at...
2003-10-18 Daniel Stenbergfixed gcc -Wshadow warnings
2003-10-17 Daniel StenbergDominick Meglio implemented CURLOPT_MAXFILESIZE and...
2003-10-16 Daniel Stenbergpassword promting support removed from libcurl
2003-10-14 Daniel StenbergGisle Vanem's IPv6-on-Windows patch applied!
2003-09-03 Daniel StenbergRe-arranged code to make the proxy-CONNECT loop able...
2003-08-29 Daniel Stenbergtypecast to prevent compiler warning
2003-08-20 Daniel Stenbergtransfer fix for multi interface
2003-08-14 Daniel StenbergCurl_SSL_InitSessions can return error, so check the...
2003-08-11 Daniel StenbergSerge Semashko added CURLOPT_PROXYAUTH support, and...
2003-08-11 Daniel Stenbergthe new cookie functions that require 'data' passed in
2003-08-06 Daniel Stenberginclude "share.h" for the cookie sharing
2003-08-05 Daniel Stenbergares awareness/usage/support added. If configure -...
2003-08-04 Daniel StenbergDirk Manske's patch that introduces cookie support...
2003-07-25 Daniel StenbergRemoved #include <sys/resource.h>, as pointed out by...
2003-07-22 Daniel StenbergThe NTLM functions now take a 'proxy' argument as well.
2003-07-15 Daniel StenbergFix to the endless loop of bad Basic authentication...
2003-07-04 Daniel StenbergPeter Sylvester's patch was applied that introduces...
2003-06-26 Daniel StenbergAdjusted to work properly with the new authentication...
2003-06-12 Daniel Stenbergmodified
2003-06-12 Daniel Stenbergcorrected a comment
2003-06-12 Daniel StenbergCURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now...
2003-06-11 Daniel Stenbergfixing details for NTLM
2003-06-11 Daniel Stenbergwhen we get the auth headers, we still need to read...
2003-06-11 Daniel StenbergInitial take at NTLM authentication. It doesn't really...
2003-06-10 Daniel StenbergDaniel Kouril's patch that adds HTTP negotiation suppor...
2003-06-02 Daniel StenbergMake the Content-Length info override the Connection...
2003-06-02 Daniel Stenbergmake a more descriptive error message when CURLE_HTTP_R...
2003-05-23 Daniel StenbergRudy Koento's problem fixed, test case 66 verifies...
2003-05-22 Daniel StenbergBetter Digest stuff
2003-05-22 Daniel StenbergInitial Digest support. At least partly working.
2003-05-12 Daniel Stenberg Dan Fandrich changed CURLOPT_ENCODING to select all...
2003-05-12 Daniel Stenbergavoid the write loop
2003-05-01 Daniel Stenbergcorrected a comment about gzip not being supported
2003-04-30 Daniel Stenbergmodified to the new cookie function proto
2003-04-22 Daniel StenbergDan Fandrich corrected the error messages on "bad encod...
2003-04-11 Daniel StenbergDan Fandrich's gzip patch applied
2003-04-08 Daniel StenbergJames Bursa fixed a flaw in the content-type extracting...
2003-02-26 Daniel StenbergNo longer loop to read multiple times before returning...
2003-02-24 Daniel StenbergFixes to bring back the the "Expect: 100-continue"...
2003-01-30 Daniel Stenbergtypecast the argument to isspace() to an int to prevent...
2003-01-30 Daniel StenbergFixes bug #669059. We now extract the Content-Type...
2003-01-29 Daniel StenbergJohn McGowan found a problem where the DEBUGFUNCTION...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-24 Daniel StenbergBertrand Demiddelaer found and fixed this memory leak.
2003-01-21 Daniel Stenbergwhen a chunked error is noticed, store the error number...
2003-01-20 Daniel StenbergMarkus F.X.J. Oberhumer's patch that reduces memory...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2003-01-15 Daniel Stenbergno TABs in source code
2003-01-07 Daniel StenbergSimon Liu's HTTP200ALIASES-patch!
2002-12-18 Daniel StenbergCURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERROR
2002-12-10 Daniel StenbergThe initial HTTP request can now be sent in multiple...
2002-12-09 Daniel StenbergThe fread() callback pointer and associated pointer...
2002-12-05 Daniel Stenbergread and write as much as possible until end of data...
2002-11-28 Daniel Stenbergcompareheader() was moved over to http.c and got a...
2002-11-11 Daniel Stenbergmoved the bools in the connectdata struct into the...
2002-11-11 Daniel StenbergNow supports "Transfer-Encoding: chunked" for HTTP...
2002-10-28 Daniel Stenbergwhen using checkprefix(), the first argument must be...
2002-10-28 Daniel StenbergTransfer-Encoding: needs 17 bytes passed, not 18
2002-10-28 Daniel StenbergkromJx@crosswinds.net's fix that now uses checkprefix...
2002-10-23 Daniel Stenbergbad headers can come in two kinds, we either treat...
2002-10-21 Daniel StenbergNikita Schmidt's fix to debian bug report #165382....
2002-10-18 Daniel Stenbergmake very sure that we return 'done' properly when...
2002-10-18 Daniel Stenbergif we found no string on the Location: line, don't...
2002-10-17 Daniel StenbergMake the COOKIESESSION work better by creating a list...
2002-10-11 Daniel StenbergWhen we receive a "bad header" we must sure not to...
next