Age | Commit message (Expand) | Author |
2003-05-01 | corrected a comment about gzip not being supported | Daniel Stenberg |
2003-04-30 | modified to the new cookie function proto | Daniel Stenberg |
2003-04-22 | Dan Fandrich corrected the error messages on "bad encoding". | Daniel Stenberg |
2003-04-11 | Dan Fandrich's gzip patch applied | Daniel Stenberg |
2003-04-08 | James Bursa fixed a flaw in the content-type extracting code that could | Daniel Stenberg |
2003-02-26 | No longer loop to read multiple times before returning back from the transfer | Daniel Stenberg |
2003-02-24 | Fixes to bring back the the "Expect: 100-continue" functionality. If the | Daniel Stenberg |
2003-01-30 | typecast the argument to isspace() to an int to prevent warnings on some | Daniel Stenberg |
2003-01-30 | Fixes bug #669059. We now extract the Content-Type better and more accurate. | Daniel Stenberg |
2003-01-29 | John McGowan found a problem where the DEBUGFUNCTION was called with bad | Daniel Stenberg |
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg |
2003-01-24 | Bertrand Demiddelaer found and fixed this memory leak. | Daniel Stenberg |
2003-01-21 | when a chunked error is noticed, store the error number in the error string | Daniel Stenberg |
2003-01-20 | Markus F.X.J. Oberhumer's patch that reduces memory usage quite a bit by | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2003-01-15 | no TABs in source code | Daniel Stenberg |
2003-01-07 | Simon Liu's HTTP200ALIASES-patch! | Daniel Stenberg |
2002-12-18 | CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERROR | Daniel Stenberg |
2002-12-10 | The initial HTTP request can now be sent in multiple parts, as part of the | Daniel Stenberg |
2002-12-09 | The fread() callback pointer and associated pointer is now stored in the | Daniel Stenberg |
2002-12-05 | read and write as much as possible until end of data or EWOULDBLOCK before | Daniel Stenberg |
2002-11-28 | compareheader() was moved over to http.c and got a Curl_ prefix | Daniel Stenberg |
2002-11-11 | moved the bools in the connectdata struct into the substruct named | Daniel Stenberg |
2002-11-11 | Now supports "Transfer-Encoding: chunked" for HTTP PUT operations where the | Daniel Stenberg |
2002-10-28 | when using checkprefix(), the first argument must be the prefix! | Daniel Stenberg |
2002-10-28 | Transfer-Encoding: needs 17 bytes passed, not 18 | Daniel Stenberg |
2002-10-28 | kromJx@crosswinds.net's fix that now uses checkprefix() instead of | Daniel Stenberg |
2002-10-23 | bad headers can come in two kinds, we either treat everything as one big | Daniel Stenberg |
2002-10-21 | Nikita Schmidt's fix to debian bug report #165382. This is verified with | Daniel Stenberg |
2002-10-18 | make very sure that we return 'done' properly when a transfer is done, as | Daniel Stenberg |
2002-10-18 | if we found no string on the Location: line, don't try to follow it | Daniel Stenberg |
2002-10-17 | Make the COOKIESESSION work better by creating a list of cookie files files | Daniel Stenberg |
2002-10-11 | When we receive a "bad header" we must sure not to write down the data part | Daniel Stenberg |
2002-10-09 | Junk data could get inserted when saving/getting HTTP headers, as discovered | Daniel Stenberg |
2002-10-07 | Move the URL concat code to Curl_follow(), and added a proto for that | Daniel Stenberg |
2002-10-04 | as Ralph Mitchell pointed out, the Location: following code needs some | Daniel Stenberg |
2002-09-23 | spell fix comment | Daniel Stenberg |
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 |