Age | Commit message (Expand) | Author |
2002-09-16 | a follow-up fix to the previous fix for HTTP servers that don't reply *any* | Daniel Stenberg |
2002-09-13 | better deal with HTTP(S) servers that respond with no headers at all, test | Daniel Stenberg |
2002-09-09 | remove redundant comment | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-09-02 | James Gallagher's Content-Encoding work | Daniel Stenberg |
2002-08-29 | remove the data and conn fields from the Curl_transfer_keeper struct, they | Daniel Stenberg |
2002-08-08 | Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch | Daniel Stenberg |
2002-08-05 | Make SessionHandle keep record if it is used with the multi interface or | Daniel Stenberg |
2002-07-29 | fixed the Curl_cookie_add() invoke to not assume a space after the colon | Daniel Stenberg |
2002-06-15 | CURLOPT_BUFFERSIZE allows an application to set a prefered buffer size | Daniel Stenberg |
2002-06-12 | Moved the secondarysocket cleanup. The 'conn' struct may have been cleared | Daniel Stenberg |
2002-06-10 | Gautam Mani found a socket descriptor leak that happened when FTP transfers | Daniel Stenberg |
2002-05-28 | Adjusted to make curl_multi_perform() work properly even when | Daniel Stenberg |
2002-05-05 | Better support for being used with the multi interface without the *fd_set() | Daniel Stenberg |
2002-05-03 | made the DEBUGFUNCTION get called properly on a few more places, especially | Daniel Stenberg |
2002-05-02 | use and set the fd_set pointers instead of the actual values, as then we | Daniel Stenberg |
2002-05-02 | Hanno Kranzhoff noticed we didn't properly reset the download/upload counters | Daniel Stenberg |
2002-04-17 | Dirk Manske's fix for HTTP response code 301, that now behaves more like | Daniel Stenberg |
2002-04-16 | Dirk Manske brought the patch that introduces two new CURLINFO_* values: | Daniel Stenberg |
2002-04-15 | Jonatan Lander fixed the "Disables POST, goes with GET" output to be more | Daniel Stenberg |
2002-04-10 | error code cleanup, use the new SEND/RECV errors | Daniel Stenberg |
2002-04-08 | based on Jacky Lam's "HTTP 1.0 304-only" fix, this change makes a 304 reply | Daniel Stenberg |
2002-04-04 | Fixes the problem Jacky Jam pointed out, where libcurl will "hang" for an | Daniel Stenberg |
2002-03-20 | crlf replacement on uploads did not work. test case 128 was added just now | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-03-15 | make sure we return CURLE_WRITE_ERROR if the write callback returned | Daniel Stenberg |
2002-03-14 | 2002 | Daniel Stenberg |
2002-02-28 | Ralph Mitchell's SSL problems made me notice that we didn't increase the | Daniel Stenberg |
2002-02-20 | Andrés García solved bug report #515228 by making sure the progress meter | Daniel Stenberg |
2002-02-06 | Brent Beardsley found the content-type bug! | Daniel Stenberg |
2002-01-29 | upload progress counter fix, removed the adjustable upload buffer size | Daniel Stenberg |
2002-01-29 | Giaslas Georgios introduced CURLINFO_CONTENT_TYPE | Daniel Stenberg |
2002-01-25 | bug report #508235 identified a non-working Location: following, and this | Daniel Stenberg |
2002-01-23 | Andrés García found out that we didn't properly stop reading from a connection | Daniel Stenberg |
2002-01-16 | modified to deal with the new non-blocking versions of Curl_read() and | Daniel Stenberg |
2002-01-14 | Curl_read() now returns a negative return code if EWOULDBLOCK or similar | Daniel Stenberg |
2002-01-07 | removed silly check for >=0 of a supposedly unsigned value! | Daniel Stenberg |
2002-01-07 | added proper breaks in the switch() | Daniel Stenberg |
2002-01-07 | HTTP response 204 should be treated similar to 304, that is we must not | Daniel Stenberg |
2002-01-03 | merged the multi-dev branch back into MAIN again | Daniel Stenberg |
2001-12-04 | i'm soooo funny | Daniel Stenberg |
2001-11-20 | Georg Horn's STARTTRANSFER_TIME patch | Daniel Stenberg |
2001-11-07 | we use signal() to ignore signals only as long as we have to, and we now | Daniel Stenberg |
2001-11-06 | myalarm() is history, we now use HAVE_ALARM and we now do our very best to | Daniel Stenberg |
2001-11-02 | failf() now only overwrites the error buffer the first time it gets called | Daniel Stenberg |
2001-11-01 | Update the byte counters in the loop so that aborted transfers have the | Daniel Stenberg |
2001-10-31 | If Curl_do() fails with CURLE_WRITE_ERROR on a re-used connection, this | Daniel Stenberg |
2001-10-22 | failed transfers will now close the connection | Daniel Stenberg |
2001-10-19 | now counts header size return from server and if nothing is returned from a | Daniel Stenberg |
2001-10-19 | CURLOPT_FAILONERROR now only returns error if the HTTP code is 400 or above | Daniel Stenberg |