aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-03-14Edin Kadribaic's bug report #408488 forced a rearrange of two struct fieldsDaniel Stenberg
2001-03-14Björn Stenberg corrected the silly '(void)data' usage when SSL is notDaniel Stenberg
2001-03-14Jörn's updated fileDaniel Stenberg
2001-03-14First Jörn's updates were applied, thenDaniel Stenberg
2001-03-14increased the 'current' number for the interfaceDaniel Stenberg
2001-03-14The Curl_* prefixes are now changed for curl_* ones, as these two functionsDaniel Stenberg
2001-03-14Jörn fixed it to compile on win32 againDaniel Stenberg
2001-03-14Jörn Hartroth added a set of filesDaniel Stenberg
2001-03-14Jörn Hartroth fixed a bad #endif placementDaniel Stenberg
2001-03-13re-added the default switch for weird statesDaniel Stenberg
2001-03-13Added a failf() error message when the chunked read returns failureDaniel Stenberg
2001-03-13updated the chunked state-machine to deal with the trailing CRLF that comesDaniel Stenberg
2001-03-13failf() now respects the mute flagDaniel Stenberg
2001-03-13initial close policy supportDaniel Stenberg
2001-03-13Added 'created' to the connectdata struct to hold the creation date, toDaniel Stenberg
2001-03-13Curl_tvnow is now properly declared with (void)Daniel Stenberg
2001-03-12two new random seed options for the ssl config structDaniel Stenberg
2001-03-12two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKETDaniel Stenberg
2001-03-12updated the comment for the chunked readingDaniel Stenberg
2001-03-12made it return illegal hex in case no hexadecimal digit was read when atDaniel Stenberg
2001-03-12added an error code for illegal hex values in the chunked streamDaniel Stenberg
2001-03-12support for a few new libcurl 7.7 CURLOPT_* options addedDaniel Stenberg
2001-03-12Added infof() calls for persistant connection info, we are very likely toDaniel Stenberg
2001-03-12modified Curl_disconnect() so that it unlinks itself from the data struct,Daniel Stenberg
2001-03-12bugfix: don't use the connectindex if it is -1Daniel Stenberg
2001-03-09use the new name and hostname even though an old connection is reused, sinceDaniel Stenberg
2001-03-09remake Host: for each connection and it'll work with proxies tooDaniel Stenberg
2001-03-09for HTTP/1.0 we default to non keep-alive connections, but when we get aDaniel Stenberg
2001-03-09Added httpversion to the progress struct, we do read it, we can just as wellDaniel Stenberg
2001-03-09all comments for the former public "low level" interface have been removedDaniel Stenberg
2001-03-09removed handles and states from the main structsDaniel Stenberg
2001-03-09curl_transfer became Curl_perform() to better match the public name andDaniel Stenberg
2001-03-09prefix changes curl_ to Curl_Daniel Stenberg
2001-03-09#include <string.h> removed a warningDaniel Stenberg
2001-03-09removed curl_read() and curl_write() - they weren't used and the publicDaniel Stenberg
2001-03-09uses socklen_t nowDaniel Stenberg
2001-03-09curl_ prefix modified to Curl_Daniel Stenberg
2001-03-09accept() and getsockname() now use socklen_t types, as that was just addedDaniel Stenberg
2001-03-09use unsigned int hex to receive the hex digit in, caused a warning withDaniel Stenberg
2001-03-09Modified to use Curl_* functions instead of curl_* onesDaniel Stenberg
2001-03-08return from transfer when all headers have been received and nobody is set,Daniel Stenberg
2001-03-07"Transfer-Encoding: chunked" support addedDaniel Stenberg
2001-03-07added the http_chunks filesDaniel Stenberg
2001-03-07chunked transfer encoding supportDaniel Stenberg
2001-03-07initial chunked transfer-encoding supportDaniel Stenberg
2001-03-07removed compiler warning if HAVE_RAND_STATUS is falseDaniel Stenberg
2001-03-06new seeding stuff as mentioned by Albert ChinDaniel Stenberg
2001-03-05removed an incorrect commentDaniel Stenberg
2001-03-05free the struct on doneDaniel Stenberg
2001-03-05telnet without any static variablesDaniel Stenberg