ef48c737 | 12-Oct-2001 |
Daniel Stenberg |
extensively commented source code, parts refreshened, the "current speed" is now more accurate since it is based on actual spent time without the assumptions from before |
2c5e4165 | 12-Oct-2001 |
Daniel Stenberg |
better check for absolute URL redirects, adjusted to new Curl_tvdiff() proto |
8e91d5de | 11-Oct-2001 |
Sterling Hughes |
looks nicer and is better compatible with older vim versions |
2f85f3b1 | 11-Oct-2001 |
Daniel Stenberg |
cleanup on language, content and facts |
20a47acb | 11-Oct-2001 |
Daniel Stenberg |
getservbyname is not used by libcurl, don't check for it |
6bc85a94 | 11-Oct-2001 |
Daniel Stenberg |
removed WRITEINFO from here, it's not been supported since 7.4... |
71bf8a69 | 10-Oct-2001 |
Daniel Stenberg |
checkserver() bugged, Kevin Roth detected and fixed |
59a76e40 | 10-Oct-2001 |
Daniel Stenberg |
Kevin Roth's fixes to make tests work on cygwin |
65b9c0d4 | 10-Oct-2001 |
Daniel Stenberg |
CURLOPT_WRITEFUNCTION description corrected |
f2a25966 | 10-Oct-2001 |
Daniel Stenberg |
cookiejar now enables the cookie engine |
51afc3d8 | 09-Oct-2001 |
Daniel Stenberg |
hm |
0c2f6003 | 09-Oct-2001 |
Daniel Stenberg |
added chunked encoding tests |
3dcdcfc5 | 09-Oct-2001 |
Daniel Stenberg |
added test 47 - enforced http 1.0 request |
9f8c51cb | 09-Oct-2001 |
Daniel Stenberg |
resolve problem fixed, memory leak with ipv6 gone, configure improved, MSVC++ project files fixed, connecthost() compiler errors, ignore SIGPIPE, support CURLOPT_HTTP_VERSION etc... |
de79348a | 09-Oct-2001 |
Daniel Stenberg |
New: CURLOPT_HTTP_VERSION Renamed: the TimeCond type to curl_TimeCond |
56bc31e9 | 09-Oct-2001 |
Daniel Stenberg |
Added -0/--http1.0 to enforce HTTP 1.0 requests |
a9181f8f | 09-Oct-2001 |
Daniel Stenberg |
added the option CURLOPT_HTTP_VERSION that can specify which HTTP version libcurl should use in its request |
3685f792 | 09-Oct-2001 |
Daniel Stenberg |
ignore SIGPIPE, as that can be actually get sent when we write to a socket |
e227a276 | 08-Oct-2001 |
Daniel Stenberg |
updated the cookiejar comment |
7b5b60d2 | 08-Oct-2001 |
Daniel Stenberg |
hm, an unknown error from bind() when binding the outgoing socket would failf("%d") without the error as argument... it would always make a weird number get output |
e719f416 | 08-Oct-2001 |
Daniel Stenberg |
corrected cookie-jar comment |
d8fb2b2e | 05-Oct-2001 |
Daniel Stenberg |
using a HTTP proxy will disable some protocol-specific features that non- HTTP procotols may allow |
fdeaae67 | 05-Oct-2001 |
Daniel Stenberg |
SM's patch applied, we should not use arguments or variables that have the same name as common functions... |
a27ac6f3 | 05-Oct-2001 |
sm |
VC ID project now uses ws2_32.lib - fixes compile under win32 |
093c0a09 | 05-Oct-2001 |
sm |
Makefile.vc6 changed to include connect.c |