aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-10-09added the option CURLOPT_HTTP_VERSION that can specify which HTTP versionDaniel Stenberg
2001-10-09ignore SIGPIPE, as that can be actually get sent when we write to a socketDaniel Stenberg
2001-10-08hm, an unknown error from bind() when binding the outgoing socket wouldDaniel Stenberg
2001-10-08corrected cookie-jar commentDaniel Stenberg
2001-10-05SM's patch applied, we should not use arguments or variables that have theDaniel Stenberg
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-04made sure the correct pieces of code are compiled on IPv4-only hosts, andDaniel Stenberg
2001-10-04getaddrinfo() cleanupsDaniel Stenberg
2001-10-03Keith McGuigan's excellent fix that makes a cloned copy of the hostent structDaniel Stenberg
2001-10-03hm, I edited away the fine functionality and with this edit test case 9Daniel Stenberg
2001-10-03Georg Huettenegger's curl_formadd fixesDaniel Stenberg
2001-10-02praise Bjorn Reese for mastering these dusty corners of socket hacking, nowDaniel Stenberg
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
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-01conn->hp is now conn->hostaddrDaniel Stenberg
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
2001-10-01fixed the connecthost proto: added the timeout argumentDaniel Stenberg
2001-10-01corrected the #include filesDaniel Stenberg
2001-10-01introduced non-blocking connectsDaniel Stenberg
2001-09-28filetime should be -1 if the remote time was unknown as 0 is actually aDaniel Stenberg
2001-09-28improved readability slightlyDaniel Stenberg
2001-09-28fixed the missing getftpresponse editsDaniel Stenberg
2001-09-28removed the socket argument from some functions that always passed in theDaniel Stenberg
2001-09-28now compiles warning-free when IPv6-enabledDaniel Stenberg
2001-09-28moved the PORT and PASV code into separate smaller functions for readabilityDaniel Stenberg
2001-09-28more ipv6 cleanups to make smaller functions that are easier to readDaniel Stenberg
2001-09-28more transparant support for IPv6 name resolvingDaniel Stenberg
2001-09-26Now we're setting a default domain for received cookies so that we canDaniel Stenberg
2001-09-25winsock 2 fixesDaniel Stenberg
2001-09-23test 119 proved a memory leak in the FTP parts when IPv6 is enabled and theDaniel Stenberg
2001-09-19Lots of praise and glory to Vojtech Minarik for setting up a test serverDaniel Stenberg
2001-09-18fixed bug report #462600, following a Location: when the initial URL didn'tDaniel Stenberg
2001-09-18removed Curl_http_close()Daniel Stenberg
2001-09-18the stuff formerly done in Curl_http_close is now done in Curl_closeDaniel Stenberg
2001-09-18modified GetLine(), removed Curl_http_close()Daniel Stenberg
2001-09-17Linus Nielsen Feltzing changed winsock lib for linkingDaniel Stenberg
2001-09-17Linus Nielsen Feltzing's telnet-for-win32 fixesDaniel Stenberg
2001-09-14modified error message when PWD failsDaniel Stenberg
2001-09-13Added curl_easy_duphandleDaniel Stenberg
2001-09-13minor informatinal output changesDaniel Stenberg