0a1e002c | 14-Mar-2001 |
Daniel Stenberg |
J�rn fixed it to compile on win32 again |
9195bb64 | 14-Mar-2001 |
Daniel Stenberg |
J�rn Hartroth added a set of files |
11ee547a | 14-Mar-2001 |
Daniel Stenberg |
J�rn Hartroth fixed a bad #endif placement |
147de35d | 13-Mar-2001 |
Daniel Stenberg |
re-added the default switch for weird states |
e16e9b91 | 13-Mar-2001 |
Daniel Stenberg |
removed the random seeding and persistant stuff, as both are already in this version! |
f9cde064 | 13-Mar-2001 |
Daniel Stenberg |
Added a failf() error message when the chunked read returns failure |
195233ed | 13-Mar-2001 |
Daniel Stenberg |
updated the chunked state-machine to deal with the trailing CRLF that comes after the data part |
048e6545 | 13-Mar-2001 |
Daniel Stenberg |
made 'X to Y' sequences not include X twice |
dfbd4514 | 13-Mar-2001 |
Daniel Stenberg |
corrected the chunked format |
ff681f7b | 13-Mar-2001 |
Daniel Stenberg |
7.7 beta 2 fixes |
60bbb64a | 13-Mar-2001 |
Daniel Stenberg |
EXTRA_DIST got too long, I shortened it now but we have to do something else as it will grow a lot more... |
c622f2bb | 13-Mar-2001 |
Daniel Stenberg |
failf() now respects the mute flag |
cd59f13d | 13-Mar-2001 |
Daniel Stenberg |
Guenole Bescon's bug found on march 8 is added |
11d718bf | 13-Mar-2001 |
Daniel Stenberg |
exchanged I and me to we and us in a lot of places updated for persistant connections and 7.7 |
8e8846d8 | 13-Mar-2001 |
Daniel Stenberg |
Added test case 37, HTTP GET with name+password in the URL |
7d562bb6 | 13-Mar-2001 |
Daniel Stenberg |
a whole new section on persitant connections and how they're treated internally |
20ddd356 | 13-Mar-2001 |
Daniel Stenberg |
we speak HTTP 1.1 now more braging about the portability |
063f88cd | 13-Mar-2001 |
Daniel Stenberg |
close policies |
87b0b7ca | 13-Mar-2001 |
Daniel Stenberg |
initial close policy support |
70d0d9d4 | 13-Mar-2001 |
Daniel Stenberg |
Added 'created' to the connectdata struct to hold the creation date, to be used for the close policy decision |
4ae3bd71 | 13-Mar-2001 |
Daniel Stenberg |
Curl_tvnow is now properly declared with (void) |
a9390665 | 13-Mar-2001 |
Daniel Stenberg |
curl_getinfo is removed, not a public function |
fb7a6e34 | 12-Mar-2001 |
Daniel Stenberg |
added --random-file and --egd-file to the command line client |
cc99e3f7 | 12-Mar-2001 |
Daniel Stenberg |
Added the two new seeding options |
e6b40bb6 | 12-Mar-2001 |
Daniel Stenberg |
two new random seed options for the ssl config struct |