a426818a | 14-Mar-2001 |
Daniel Stenberg |
no longer includes the curl/types.h and curl/easy.h include files explicitly, as they're taken care of indirectly by curl/curl.h these days. |
bfe413d8 | 14-Mar-2001 |
Daniel Stenberg |
increased the 'current' number for the interface |
dbbd2064 | 14-Mar-2001 |
Daniel Stenberg |
Curl_str(n)equal renamed to curl_str(n)equal |
b8fe4deb | 14-Mar-2001 |
Daniel Stenberg |
documented the undocumented public functions in libcurl |
332a016e | 14-Mar-2001 |
Daniel Stenberg |
chunked bugfix, J�rn's fixes, the interface number increase |
3738e4bd | 14-Mar-2001 |
Daniel Stenberg |
The Curl_* prefixes are now changed for curl_* ones, as these two functions are used externally and thus are public symbols. |
3201d2da | 14-Mar-2001 |
Daniel Stenberg |
J�rn added "#define socklen_t int" |
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 |