Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
libtool 1.4.3, and it's required to allow "make install" to function properly
on cygwin.
|
|
|
|
HTTP server we return error
|
|
- patch by T. Bharath
|
|
|
|
unconditionalliy. Previously, the code check was for >= 300 unless follow-
location was enabled...
|
|
makes it easier to disable debug output when built with debug functions
|
|
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
|
|
also, always kill/restart the HTTP server on startup if it is our test server
|
|
|
|
|
|
|
|
|
|
now more accurate since it is based on actual spent time without the
assumptions from before
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MSVC++ project files fixed, connecthost() compiler errors, ignore SIGPIPE,
support CURLOPT_HTTP_VERSION etc...
|
|
Renamed: the TimeCond type to curl_TimeCond
|
|
|
|
libcurl should use in its request
|
|
|
|
|
|
failf("%d") without the error as argument... it would always make a weird
number get output
|
|
|
|
HTTP procotols may allow
|
|
same name as common functions...
|
|
|
|
|
|
|
|
|
|
the pack_hostent() is only compiled if gethostbyname_r() isn't present.
|
|
|
|
|
|
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.
|
|
|
|
|