2003-05-22 |
Daniel Stenberg | Initial Digest support. At least partly working. |
blob | commitdiff | raw |
2003-05-12 |
Daniel Stenberg | Dan Fandrich changed CURLOPT_ENCODING to select all... |
blob | commitdiff | raw | diff to current |
2003-05-12 |
Daniel Stenberg | avoid the write loop |
blob | commitdiff | raw | diff to current |
2003-05-01 |
Daniel Stenberg | corrected a comment about gzip not being supported |
blob | commitdiff | raw | diff to current |
2003-04-30 |
Daniel Stenberg | modified to the new cookie function proto |
blob | commitdiff | raw | diff to current |
2003-04-22 |
Daniel Stenberg | Dan Fandrich corrected the error messages on "bad encod... |
blob | commitdiff | raw | diff to current |
2003-04-11 |
Daniel Stenberg | Dan Fandrich's gzip patch applied |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Daniel Stenberg | James Bursa fixed a flaw in the content-type extracting... |
blob | commitdiff | raw | diff to current |
2003-02-26 |
Daniel Stenberg | No longer loop to read multiple times before returning... |
blob | commitdiff | raw | diff to current |
2003-02-24 |
Daniel Stenberg | Fixes to bring back the the "Expect: 100-continue"... |
blob | commitdiff | raw | diff to current |
2003-01-30 |
Daniel Stenberg | typecast the argument to isspace() to an int to prevent... |
blob | commitdiff | raw | diff to current |
2003-01-30 |
Daniel Stenberg | Fixes bug #669059. We now extract the Content-Type... |
blob | commitdiff | raw | diff to current |
2003-01-29 |
Daniel Stenberg | John McGowan found a problem where the DEBUGFUNCTION... |
blob | commitdiff | raw | diff to current |
2003-01-29 |
Daniel Stenberg | removed the local variables for emacs and vim, use... |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Daniel Stenberg | Bertrand Demiddelaer found and fixed this memory leak. |
blob | commitdiff | raw | diff to current |
2003-01-21 |
Daniel Stenberg | when a chunked error is noticed, store the error number... |
blob | commitdiff | raw | diff to current |
2003-01-20 |
Daniel Stenberg | Markus F.X.J. Oberhumer's patch that reduces memory... |
blob | commitdiff | raw | diff to current |
2003-01-16 |
Daniel Stenberg | copyright year update in the source header |
blob | commitdiff | raw | diff to current |
2003-01-15 |
Daniel Stenberg | no TABs in source code |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Daniel Stenberg | Simon Liu's HTTP200ALIASES-patch! |
blob | commitdiff | raw | diff to current |
2002-12-18 |
Daniel Stenberg | CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERROR |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Daniel Stenberg | The initial HTTP request can now be sent in multiple... |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Daniel Stenberg | The fread() callback pointer and associated pointer... |
blob | commitdiff | raw | diff to current |
2002-12-05 |
Daniel Stenberg | read and write as much as possible until end of data... |
blob | commitdiff | raw | diff to current |
2002-11-28 |
Daniel Stenberg | compareheader() was moved over to http.c and got a... |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Daniel Stenberg | moved the bools in the connectdata struct into the... |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Daniel Stenberg | Now supports "Transfer-Encoding: chunked" for HTTP... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Daniel Stenberg | when using checkprefix(), the first argument must be... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Daniel Stenberg | Transfer-Encoding: needs 17 bytes passed, not 18 |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Daniel Stenberg | kromJx@crosswinds.net's fix that now uses checkprefix... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Daniel Stenberg | bad headers can come in two kinds, we either treat... |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Daniel Stenberg | Nikita Schmidt's fix to debian bug report #165382.... |
blob | commitdiff | raw | diff to current |
2002-10-18 |
Daniel Stenberg | make very sure that we return 'done' properly when... |
blob | commitdiff | raw | diff to current |
2002-10-18 |
Daniel Stenberg | if we found no string on the Location: line, don't... |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Daniel Stenberg | Make the COOKIESESSION work better by creating a list... |
blob | commitdiff | raw | diff to current |
2002-10-11 |
Daniel Stenberg | When we receive a "bad header" we must sure not to... |
blob | commitdiff | raw | diff to current |
2002-10-09 |
Daniel Stenberg | Junk data could get inserted when saving/getting HTTP... |
blob | commitdiff | raw | diff to current |
2002-10-07 |
Daniel Stenberg | Move the URL concat code to Curl_follow(), and added... |
blob | commitdiff | raw | diff to current |
2002-10-04 |
Daniel Stenberg | as Ralph Mitchell pointed out, the Location: following... |
blob | commitdiff | raw | diff to current |
2002-09-23 |
Daniel Stenberg | spell fix comment |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Daniel Stenberg | a follow-up fix to the previous fix for HTTP servers... |
blob | commitdiff | raw | diff to current |
2002-09-13 |
Daniel Stenberg | better deal with HTTP(S) servers that respond with... |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Daniel Stenberg | remove redundant comment |
blob | commitdiff | raw | diff to current |
2002-09-03 |
Daniel Stenberg | updated source code boilerplate/header |
blob | commitdiff | raw | diff to current |
2002-09-02 |
Daniel Stenberg | James Gallagher's Content-Encoding work |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Daniel Stenberg | remove the data and conn fields from the Curl_transfer_... |
blob | commitdiff | raw | diff to current |
2002-08-08 |
Daniel Stenberg | Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch |
blob | commitdiff | raw | diff to current |
2002-08-05 |
Daniel Stenberg | Make SessionHandle keep record if it is used with the... |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Daniel Stenberg | fixed the Curl_cookie_add() invoke to not assume a... |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Daniel Stenberg | CURLOPT_BUFFERSIZE allows an application to set a prefe... |
blob | commitdiff | raw | diff to current |
2002-06-12 |
Daniel Stenberg | Moved the secondarysocket cleanup. The 'conn' struct... |
blob | commitdiff | raw | diff to current |
2002-06-10 |
Daniel Stenberg | Gautam Mani found a socket descriptor leak that happene... |
blob | commitdiff | raw | diff to current |
2002-05-28 |
Daniel Stenberg | Adjusted to make curl_multi_perform() work properly... |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Daniel Stenberg | Better support for being used with the multi interface... |
blob | commitdiff | raw | diff to current |
2002-05-03 |
Daniel Stenberg | made the DEBUGFUNCTION get called properly on a few... |
blob | commitdiff | raw | diff to current |
2002-05-02 |
Daniel Stenberg | use and set the fd_set pointers instead of the actual... |
blob | commitdiff | raw | diff to current |
2002-05-02 |
Daniel Stenberg | Hanno Kranzhoff noticed we didn't properly reset the... |
blob | commitdiff | raw | diff to current |
2002-04-17 |
Daniel Stenberg | Dirk Manske's fix for HTTP response code 301, that... |
blob | commitdiff | raw | diff to current |
2002-04-16 |
Daniel Stenberg | Dirk Manske brought the patch that introduces two new... |
blob | commitdiff | raw | diff to current |
2002-04-15 |
Daniel Stenberg | Jonatan Lander fixed the "Disables POST, goes with... |
blob | commitdiff | raw | diff to current |
2002-04-10 |
Daniel Stenberg | error code cleanup, use the new SEND/RECV errors |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Daniel Stenberg | based on Jacky Lam's "HTTP 1.0 304-only" fix, this... |
blob | commitdiff | raw | diff to current |
2002-04-04 |
Daniel Stenberg | Fixes the problem Jacky Jam pointed out, where libcurl... |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Daniel Stenberg | crlf replacement on uploads did not work. test case... |
blob | commitdiff | raw | diff to current |
2002-03-19 |
Daniel Stenberg | copyright string (year) update |
blob | commitdiff | raw | diff to current |
2002-03-15 |
Daniel Stenberg | make sure we return CURLE_WRITE_ERROR if the write... |
blob | commitdiff | raw | diff to current |
2002-03-14 |
Daniel Stenberg | 2002 |
blob | commitdiff | raw | diff to current |
2002-02-28 |
Daniel Stenberg | Ralph Mitchell's SSL problems made me notice that we... |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Daniel Stenberg | Andrés García solved bug report #515228 by making sure... |
blob | commitdiff | raw | diff to current |
2002-02-06 |
Daniel Stenberg | Brent Beardsley found the content-type bug! |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Daniel Stenberg | upload progress counter fix, removed the adjustable... |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Daniel Stenberg | Giaslas Georgios introduced CURLINFO_CONTENT_TYPE |
blob | commitdiff | raw | diff to current |
2002-01-25 |
Daniel Stenberg | bug report #508235 identified a non-working Location... |
blob | commitdiff | raw | diff to current |
2002-01-23 |
Daniel Stenberg | Andrés García found out that we didn't properly stop... |
blob | commitdiff | raw | diff to current |
2002-01-16 |
Daniel Stenberg | modified to deal with the new non-blocking versions... |
blob | commitdiff | raw | diff to current |
2002-01-14 |
Daniel Stenberg | Curl_read() now returns a negative return code if EWOUL... |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Daniel Stenberg | removed silly check for >=0 of a supposedly unsigned... |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Daniel Stenberg | added proper breaks in the switch() |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Daniel Stenberg | HTTP response 204 should be treated similar to 304... |
blob | commitdiff | raw | diff to current |
2002-01-03 |
Daniel Stenberg | merged the multi-dev branch back into MAIN again |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Daniel Stenberg | i'm soooo funny |
blob | commitdiff | raw | diff to current |
2001-11-20 |
Daniel Stenberg | Georg Horn's STARTTRANSFER_TIME patch |
blob | commitdiff | raw | diff to current |
2001-11-07 |
Daniel Stenberg | we use signal() to ignore signals only as long as we... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Daniel Stenberg | myalarm() is history, we now use HAVE_ALARM and we... |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Daniel Stenberg | failf() now only overwrites the error buffer the first... |
blob | commitdiff | raw | diff to current |
2001-11-01 |
Daniel Stenberg | Update the byte counters in the loop so that aborted... |
blob | commitdiff | raw | diff to current |
2001-10-31 |
Daniel Stenberg | If Curl_do() fails with CURLE_WRITE_ERROR on a re-used... |
blob | commitdiff | raw | diff to current |
2001-10-22 |
Daniel Stenberg | failed transfers will now close the connection |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Daniel Stenberg | now counts header size return from server and if nothin... |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Daniel Stenberg | CURLOPT_FAILONERROR now only returns error if the HTTP... |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Daniel Stenberg | call Curl_done() in Curl_perform() after Transfer(... |
blob | commitdiff | raw | diff to current |
2001-10-12 |
Daniel Stenberg | better check for absolute URL redirects, adjusted to... |
blob | commitdiff | raw | diff to current |
2001-10-11 |
Sterling Hughes | looks nicer and is better compatible with older vim... |
blob | commitdiff | raw | diff to current |
2001-10-01 |
Daniel Stenberg | removed obsoletetd myalarm() calls |
blob | commitdiff | raw | diff to current |
2001-09-28 |
Daniel Stenberg | filetime should be -1 if the remote time was unknown... |
blob | commitdiff | raw | diff to current |
2001-09-26 |
Daniel Stenberg | Now we're setting a default domain for received cookies... |
blob | commitdiff | raw | diff to current |
2001-09-12 |
Daniel Stenberg | moved a 100K buffer from the transfer loop to the urlst... |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Sterling Hughes | Added formatting sections for emacs and vim |
blob | commitdiff | raw | diff to current |
2001-08-30 |
Daniel Stenberg | Major rename and redesign of the internal "backbone... |
blob | commitdiff | raw | diff to current |
2001-08-28 |
Daniel Stenberg | Georg Huettenegger added code to deal with error 417... |
blob | commitdiff | raw | diff to current |
next |