Initial Digest support. At least partly working.
[platform/upstream/curl.git] / lib / transfer.c
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...
2002-10-09 Daniel StenbergJunk data could get inserted when saving/getting HTTP...
2002-10-07 Daniel StenbergMove the URL concat code to Curl_follow(), and added...
2002-10-04 Daniel Stenbergas Ralph Mitchell pointed out, the Location: following...
2002-09-23 Daniel Stenbergspell fix comment
2002-09-16 Daniel Stenberga follow-up fix to the previous fix for HTTP servers...
2002-09-13 Daniel Stenbergbetter deal with HTTP(S) servers that respond with...
2002-09-09 Daniel Stenbergremove redundant comment
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-09-02 Daniel StenbergJames Gallagher's Content-Encoding work
2002-08-29 Daniel Stenbergremove the data and conn fields from the Curl_transfer_...
2002-08-08 Daniel StenbergMarkus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch
2002-08-05 Daniel StenbergMake SessionHandle keep record if it is used with the...
2002-07-29 Daniel Stenbergfixed the Curl_cookie_add() invoke to not assume a...
2002-06-15 Daniel StenbergCURLOPT_BUFFERSIZE allows an application to set a prefe...
2002-06-12 Daniel StenbergMoved the secondarysocket cleanup. The 'conn' struct...
2002-06-10 Daniel StenbergGautam Mani found a socket descriptor leak that happene...
2002-05-28 Daniel StenbergAdjusted to make curl_multi_perform() work properly...
2002-05-05 Daniel StenbergBetter support for being used with the multi interface...
2002-05-03 Daniel Stenbergmade the DEBUGFUNCTION get called properly on a few...
2002-05-02 Daniel Stenberguse and set the fd_set pointers instead of the actual...
2002-05-02 Daniel StenbergHanno Kranzhoff noticed we didn't properly reset the...
2002-04-17 Daniel StenbergDirk Manske's fix for HTTP response code 301, that...
2002-04-16 Daniel StenbergDirk Manske brought the patch that introduces two new...
2002-04-15 Daniel StenbergJonatan Lander fixed the "Disables POST, goes with...
2002-04-10 Daniel Stenbergerror code cleanup, use the new SEND/RECV errors
2002-04-08 Daniel Stenbergbased on Jacky Lam's "HTTP 1.0 304-only" fix, this...
2002-04-04 Daniel StenbergFixes the problem Jacky Jam pointed out, where libcurl...
2002-03-20 Daniel Stenbergcrlf replacement on uploads did not work. test case...
2002-03-19 Daniel Stenbergcopyright string (year) update
2002-03-15 Daniel Stenbergmake sure we return CURLE_WRITE_ERROR if the write...
2002-03-14 Daniel Stenberg2002
2002-02-28 Daniel StenbergRalph Mitchell's SSL problems made me notice that we...
2002-02-20 Daniel StenbergAndrés García solved bug report #515228 by making sure...
2002-02-06 Daniel StenbergBrent Beardsley found the content-type bug!
2002-01-29 Daniel Stenbergupload progress counter fix, removed the adjustable...
2002-01-29 Daniel StenbergGiaslas Georgios introduced CURLINFO_CONTENT_TYPE
2002-01-25 Daniel Stenbergbug report #508235 identified a non-working Location...
2002-01-23 Daniel StenbergAndrés García found out that we didn't properly stop...
2002-01-16 Daniel Stenbergmodified to deal with the new non-blocking versions...
2002-01-14 Daniel StenbergCurl_read() now returns a negative return code if EWOUL...
2002-01-07 Daniel Stenbergremoved silly check for >=0 of a supposedly unsigned...
2002-01-07 Daniel Stenbergadded proper breaks in the switch()
2002-01-07 Daniel StenbergHTTP response 204 should be treated similar to 304...
2002-01-03 Daniel Stenbergmerged the multi-dev branch back into MAIN again
2001-12-04 Daniel Stenbergi'm soooo funny
2001-11-20 Daniel StenbergGeorg Horn's STARTTRANSFER_TIME patch
2001-11-07 Daniel Stenbergwe use signal() to ignore signals only as long as we...
2001-11-06 Daniel Stenbergmyalarm() is history, we now use HAVE_ALARM and we...
2001-11-02 Daniel Stenbergfailf() now only overwrites the error buffer the first...
2001-11-01 Daniel StenbergUpdate the byte counters in the loop so that aborted...
2001-10-31 Daniel StenbergIf Curl_do() fails with CURLE_WRITE_ERROR on a re-used...
2001-10-22 Daniel Stenbergfailed transfers will now close the connection
2001-10-19 Daniel Stenbergnow counts header size return from server and if nothin...
2001-10-19 Daniel StenbergCURLOPT_FAILONERROR now only returns error if the HTTP...
2001-10-17 Daniel Stenbergcall Curl_done() in Curl_perform() after Transfer(...
2001-10-12 Daniel Stenbergbetter check for absolute URL redirects, adjusted to...
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-10-01 Daniel Stenbergremoved obsoletetd myalarm() calls
2001-09-28 Daniel Stenbergfiletime should be -1 if the remote time was unknown...
2001-09-26 Daniel StenbergNow we're setting a default domain for received cookies...
2001-09-12 Daniel Stenbergmoved a 100K buffer from the transfer loop to the urlst...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-30 Daniel StenbergMajor rename and redesign of the internal "backbone...
2001-08-28 Daniel StenbergGeorg Huettenegger added code to deal with error 417...
next