aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-10Kevin Roth's fixes to make tests work on cygwinDaniel Stenberg
2001-10-10CURLOPT_WRITEFUNCTION description correctedDaniel Stenberg
2001-10-10cookiejar now enables the cookie engineDaniel Stenberg
2001-10-09hmDaniel Stenberg
2001-10-09added chunked encoding testsDaniel Stenberg
2001-10-09added test 47 - enforced http 1.0 requestDaniel Stenberg
2001-10-09resolve problem fixed, memory leak with ipv6 gone, configure improved,Daniel Stenberg
MSVC++ project files fixed, connecthost() compiler errors, ignore SIGPIPE, support CURLOPT_HTTP_VERSION etc...
2001-10-09New: CURLOPT_HTTP_VERSIONDaniel Stenberg
Renamed: the TimeCond type to curl_TimeCond
2001-10-09Added -0/--http1.0 to enforce HTTP 1.0 requestsDaniel Stenberg
2001-10-09added the option CURLOPT_HTTP_VERSION that can specify which HTTP versionDaniel Stenberg
libcurl should use in its request
2001-10-09ignore SIGPIPE, as that can be actually get sent when we write to a socketDaniel Stenberg
2001-10-08updated the cookiejar commentDaniel Stenberg
2001-10-08hm, an unknown error from bind() when binding the outgoing socket wouldDaniel Stenberg
failf("%d") without the error as argument... it would always make a weird number get output
2001-10-08corrected cookie-jar commentDaniel Stenberg
2001-10-05using a HTTP proxy will disable some protocol-specific features that non-Daniel Stenberg
HTTP procotols may allow
2001-10-05SM's patch applied, we should not use arguments or variables that have theDaniel Stenberg
same name as common functions...
2001-10-05VC ID project workspace - fixes compile under win32sm
2001-10-05VC ID project now uses ws2_32.lib - fixes compile under win32sm
2001-10-05Makefile.vc6 changed to include connect.csm
2001-10-04Albert Chin's improved gethostbyname_r() testsDaniel Stenberg
2001-10-04made sure the correct pieces of code are compiled on IPv4-only hosts, andDaniel Stenberg
the pack_hostent() is only compiled if gethostbyname_r() isn't present.
2001-10-04supports the new ADDR prefix for getaddrinfo() and freeaddrinfo() tracingDaniel Stenberg
2001-10-04getaddrinfo() cleanupsDaniel Stenberg
2001-10-03Keith McGuigan's excellent fix that makes a cloned copy of the hostent structDaniel Stenberg
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.
2001-10-03Nico Baggus' updated for 7.9Daniel Stenberg
2001-10-03Björn Stenberg reported successfully having built curl on StrongARM LinuxDaniel Stenberg
2001-10-03non-blocking connects *done*Daniel Stenberg
2001-10-03me fix curl_formadd() againDaniel Stenberg
2001-10-03hm, I edited away the fine functionality and with this edit test case 9Daniel Stenberg
is once again running OK
2001-10-037.9.1 pre-release 1 statusDaniel Stenberg
2001-10-03The ARRAY stuff is now addedDaniel Stenberg
2001-10-03added new curl_formadd() stuffDaniel Stenberg
2001-10-03Georg Huettenegger's fix that makes us no longer use curl_formparse() butDaniel Stenberg
instead entirely rely on the curl_formadd() function. The former one is subject for removal in a future release.
2001-10-03Georg Huettenegger's curl_formadd fixesDaniel Stenberg
2001-10-02the changes done since the 7.9 releaseDaniel Stenberg
2001-10-02praise Bjorn Reese for mastering these dusty corners of socket hacking, nowDaniel Stenberg
we check for the error state before believing we are connected in IPv6 cases
2001-10-02added port number in informational connect messageDaniel Stenberg
2001-10-02IPv6 adjustments, connect()ing to bad ports still don't work properly forDaniel Stenberg
IPv6
2001-10-02major connecting updatesDaniel Stenberg
2001-10-01pick the correct timeout before the connecthost callDaniel Stenberg
2001-10-01faster bailout on timeoutsDaniel Stenberg
2001-10-01added comment to the tvdiffDaniel Stenberg
2001-10-01removed warningDaniel Stenberg
2001-10-01corrected for IPv6Daniel Stenberg
2001-10-01added five non-blocking #definesDaniel Stenberg
2001-10-01conn->hp is now conn->hostaddrDaniel Stenberg
changed the Curl_connethost() proto again
2001-10-01sessionhandle->hp => hostaddrDaniel Stenberg
2001-10-01renamed the stupid 'hp' to 'hostaddr' which actually says what it isDaniel Stenberg
2001-10-01removed obsoletetd myalarm() callsDaniel Stenberg
2001-10-01moved the myalarm() usage, and now makes sure to switch it off after theDaniel Stenberg
name resolving, as that should be the *ONLY* section in libcurl that may take a while in a synchronous call.