199a0311 | 03-Dec-2002 |
Daniel Stenberg |
updated to reality |
fa446f86 | 03-Dec-2002 |
Daniel Stenberg |
Nicolas Berloquin's fix of his previous dir creation patch |
7a74303f | 02-Dec-2002 |
Daniel Stenberg |
Nicolas Berloquin's description of his -@/--create-dirs fix |
7d9eabb9 | 02-Dec-2002 |
Daniel Stenberg |
Nicolas Berloquin's added code for dealing with -@/--create-dirs to create the necessary directories as specified with -o. |
ff5308a5 | 02-Dec-2002 |
Daniel Stenberg |
if the PWD reply parser failed, we leaked memory |
3f8ba3a9 | 02-Dec-2002 |
Daniel Stenberg |
clarified SSL_VERIFYPEER and SSL_VERIFYHOST a bit, thanks to Soren Spies |
4a555de1 | 01-Dec-2002 |
Daniel Stenberg |
wrapped the line for PRIVATE nicer |
d27e4a08 | 01-Dec-2002 |
Daniel Stenberg |
more to ignore |
bf678a1c | 01-Dec-2002 |
Daniel Stenberg |
only use Content-Length: header if not transfering data chunked |
13a903de | 30-Nov-2002 |
Daniel Stenberg |
mention CVS-INFO for more info when checked out from CVS removed old section about problems with old autoconfs, I don't think that happens anymore |
a3c14c03 | 29-Nov-2002 |
Daniel Stenberg |
stuff done since the 7.10.2 release |
e90d5280 | 29-Nov-2002 |
Daniel Stenberg |
let the Curl_FormReader() return 0 when it reaches end of data to that the chunked transfer work |
d64dd779 | 28-Nov-2002 |
Daniel Stenberg |
fix the hash init to call the correct dns cleanup function |
113850a7 | 28-Nov-2002 |
Daniel Stenberg |
added compareheader proto |
1c49a00d | 28-Nov-2002 |
Daniel Stenberg |
compareheader() was moved over to http.c and got a Curl_ prefix The chunked transfer upload never stopped due to a silly add before we checked for >0! |
eef6c835 | 28-Nov-2002 |
Daniel Stenberg |
Moved the compareheader function into this file and added Curl_ prefix We now check if the chunked transfer-encoding header has been added "by force" and if so, we enabled the chunky upload! |
ceb5648e | 28-Nov-2002 |
Daniel Stenberg |
mention how to generate patches |
a0eadb76 | 28-Nov-2002 |
Daniel Stenberg |
bad use of AM_CONDITIONAL removed and now configure runs better when used with --disable-ipv6 --without-zlib |
065852e4 | 27-Nov-2002 |
Daniel Stenberg |
execve.net is an official download mirror in HK |
e5e2fb82 | 26-Nov-2002 |
Daniel Stenberg |
Dan Becker fixed a minor memory leak on persistent connnections using FOLLOWLOCATION and CURLOPT_USERPWD. |
0210b3c8 | 26-Nov-2002 |
Daniel Stenberg |
removed extra space from trace output 'Send data' |
7df5677b | 26-Nov-2002 |
Daniel Stenberg |
fixed Curl_freeaddrinfo() to only free addrinfo, and added Curl_freednsinfo() for freeing single dns cache entries |
2e71876b | 26-Nov-2002 |
sm |
Removed MFC dependency in Release Build when using VC++ IDE |
11576b11 | 24-Nov-2002 |
Daniel Stenberg |
Nedelcho Stanev's work-around for SFU 3.0 |
ce011b8a | 22-Nov-2002 |
Daniel Stenberg |
bug fix for the problem Juan Ignacio Herv�s discovered today |