Age | Commit message (Expand) | Author |
2001-03-14 | removed the two unnecessary include files | Daniel Stenberg |
2001-03-14 | ssluse fixed, various win32 fixes | Daniel Stenberg |
2001-03-14 | Björn Stenberg corrected the silly '(void)data' usage when SSL is not | Daniel Stenberg |
2001-03-14 | Jörn's updated file | Daniel Stenberg |
2001-03-14 | the URL escape/unescape functions are also public but undocumented | Daniel Stenberg |
2001-03-14 | First Jörn's updates were applied, then | Daniel Stenberg |
2001-03-14 | no longer includes the curl/types.h and curl/easy.h include files | Daniel Stenberg |
2001-03-14 | increased the 'current' number for the interface | Daniel Stenberg |
2001-03-14 | Curl_str(n)equal renamed to curl_str(n)equal | Daniel Stenberg |
2001-03-14 | documented the undocumented public functions in libcurl | Daniel Stenberg |
2001-03-14 | chunked bugfix, Jörn's fixes, the interface number increase | Daniel Stenberg |
2001-03-14 | The Curl_* prefixes are now changed for curl_* ones, as these two functions | Daniel Stenberg |
2001-03-14 | Jörn added "#define socklen_t int" | Daniel Stenberg |
2001-03-14 | Jörn fixed it to compile on win32 again | Daniel Stenberg |
2001-03-14 | Jörn Hartroth added a set of files | Daniel Stenberg |
2001-03-14 | Jörn Hartroth fixed a bad #endif placement | Daniel Stenberg |
2001-03-13 | re-added the default switch for weird states | Daniel Stenberg |
2001-03-13 | removed the random seeding and persistant stuff, as both are already in | Daniel Stenberg |
2001-03-13 | Added a failf() error message when the chunked read returns failure | Daniel Stenberg |
2001-03-13 | updated the chunked state-machine to deal with the trailing CRLF that comes | Daniel Stenberg |
2001-03-13 | made 'X to Y' sequences not include X twice | Daniel Stenberg |
2001-03-13 | corrected the chunked format | Daniel Stenberg |
2001-03-13 | 7.7 beta 2 fixes | Daniel Stenberg |
2001-03-13 | EXTRA_DIST got too long, I shortened it now but we have to do something | Daniel Stenberg |
2001-03-13 | failf() now respects the mute flag | Daniel Stenberg |
2001-03-13 | Guenole Bescon's bug found on march 8 is added | Daniel Stenberg |
2001-03-13 | exchanged I and me to we and us in a lot of places | Daniel Stenberg |
2001-03-13 | Added test case 37, HTTP GET with name+password in the URL | Daniel Stenberg |
2001-03-13 | a whole new section on persitant connections and how they're treated | Daniel Stenberg |
2001-03-13 | we speak HTTP 1.1 now | Daniel Stenberg |
2001-03-13 | close policies | Daniel Stenberg |
2001-03-13 | initial close policy support | Daniel Stenberg |
2001-03-13 | Added 'created' to the connectdata struct to hold the creation date, to | Daniel Stenberg |
2001-03-13 | Curl_tvnow is now properly declared with (void) | Daniel Stenberg |
2001-03-13 | curl_getinfo is removed, not a public function | Daniel Stenberg |
2001-03-12 | added --random-file and --egd-file to the command line client | Daniel Stenberg |
2001-03-12 | Added the two new seeding options | Daniel Stenberg |
2001-03-12 | two new random seed options for the ssl config struct | Daniel Stenberg |
2001-03-12 | two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKET | Daniel Stenberg |
2001-03-12 | better chunked error detection | Daniel Stenberg |
2001-03-12 | Added test case 36: | Daniel Stenberg |
2001-03-12 | updated the comment for the chunked reading | Daniel Stenberg |
2001-03-12 | made it return illegal hex in case no hexadecimal digit was read when at | Daniel Stenberg |
2001-03-12 | added an error code for illegal hex values in the chunked stream | Daniel Stenberg |
2001-03-12 | Added new libcurl options in include/curl/curl.h, they're documented in | Daniel Stenberg |
2001-03-12 | Added options for the persistant support, they're also documented in | Daniel Stenberg |
2001-03-12 | support for a few new libcurl 7.7 CURLOPT_* options added | Daniel Stenberg |
2001-03-12 | Added four new options that come with the new persitant support: | Daniel Stenberg |
2001-03-12 | the client is adjusted to work with persistant curl handles, and *gee* it | Daniel Stenberg |
2001-03-12 | Added infof() calls for persistant connection info, we are very likely to | Daniel Stenberg |