summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-03-14curl 7.7 beta 3curl-7_7-beta3Daniel Stenberg
2001-03-14removed the two unnecessary include filesDaniel Stenberg
2001-03-14ssluse fixed, various win32 fixesDaniel 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-14the URL escape/unescape functions are also public but undocumentedDaniel Stenberg
2001-03-14First Jörn's updates were applied, thenDaniel Stenberg
2001-03-14no longer includes the curl/types.h and curl/easy.h include filesDaniel Stenberg
2001-03-14increased the 'current' number for the interfaceDaniel Stenberg
2001-03-14Curl_str(n)equal renamed to curl_str(n)equalDaniel Stenberg
2001-03-14documented the undocumented public functions in libcurlDaniel Stenberg
2001-03-14chunked bugfix, Jörn's fixes, the interface number increaseDaniel Stenberg
2001-03-14The Curl_* prefixes are now changed for curl_* ones, as these two functionsDaniel Stenberg
2001-03-14Jörn added "#define socklen_t int"Daniel 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-13removed the random seeding and persistant stuff, as both are already inDaniel 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-13made 'X to Y' sequences not include X twiceDaniel Stenberg
2001-03-13corrected the chunked formatDaniel Stenberg
2001-03-137.7 beta 2 fixescurl-7_7-beta2Daniel Stenberg
2001-03-13EXTRA_DIST got too long, I shortened it now but we have to do somethingDaniel Stenberg
2001-03-13failf() now respects the mute flagDaniel Stenberg
2001-03-13Guenole Bescon's bug found on march 8 is addedDaniel Stenberg
2001-03-13exchanged I and me to we and us in a lot of placesDaniel Stenberg
2001-03-13Added test case 37, HTTP GET with name+password in the URLDaniel Stenberg
2001-03-13a whole new section on persitant connections and how they're treatedDaniel Stenberg
2001-03-13we speak HTTP 1.1 nowDaniel Stenberg
2001-03-13close policiesDaniel 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-13curl_getinfo is removed, not a public functionDaniel Stenberg
2001-03-12added --random-file and --egd-file to the command line clientDaniel Stenberg
2001-03-12Added the two new seeding optionsDaniel 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-12better chunked error detectionDaniel Stenberg
2001-03-12Added test case 36:Daniel 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-12Added new libcurl options in include/curl/curl.h, they're documented inDaniel Stenberg
2001-03-12Added options for the persistant support, they're also documented inDaniel Stenberg
2001-03-12support for a few new libcurl 7.7 CURLOPT_* options addedDaniel Stenberg
2001-03-12Added four new options that come with the new persitant support:Daniel Stenberg
2001-03-12the client is adjusted to work with persistant curl handles, and *gee* itDaniel Stenberg