- Oct 17, 2001
-
-
Daniel Stenberg authored
returned an error as there might be stuff in there we must free/cleanup. This fixes the memory leak Yanick Pelletier posted about 16 Oct 2001
-
Daniel Stenberg authored
also, always kill/restart the HTTP server on startup if it is our test server
-
- Oct 16, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 12, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
now more accurate since it is based on actual spent time without the assumptions from before
-
Daniel Stenberg authored
-
- Oct 11, 2001
-
-
Sterling Hughes authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 10, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 09, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
MSVC++ project files fixed, connecthost() compiler errors, ignore SIGPIPE, support CURLOPT_HTTP_VERSION etc...
-
Daniel Stenberg authored
Renamed: the TimeCond type to curl_TimeCond
-
Daniel Stenberg authored
-
Daniel Stenberg authored
libcurl should use in its request
-
Daniel Stenberg authored
-
- Oct 08, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
failf("%d") without the error as argument... it would always make a weird number get output
-
Daniel Stenberg authored
-
- Oct 05, 2001
-
-
Daniel Stenberg authored
HTTP procotols may allow
-
Daniel Stenberg authored
same name as common functions...
-
sm authored
-
sm authored
-
sm authored
-
- Oct 04, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the pack_hostent() is only compiled if gethostbyname_r() isn't present.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 03, 2001
-
-
Daniel Stenberg authored
for when gethostbyname() is used so that we have the memory of the struct allocated. This turns out to be needed if the curl handled is passed between threads on Windows and possibly other operating systems where we use that function.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-