aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-11-12made Curl_tvdiff round the diff better and make the subtraction beforeDaniel Stenberg
2001-11-12post-weekend fixesDaniel Stenberg
2001-11-12made CURLOPT_HTTPPROXYTUNNEL work for plain HTTP as wellDaniel Stenberg
2001-11-12include setup.hDaniel Stenberg
2001-11-12new Curl_ConnectHTTPProxyTunnel() function, needs a **lot** of testing!!!Daniel Stenberg
2001-11-12We need at least one millisecond to calculate current speed with! I alsoDaniel Stenberg
2001-11-08Marcus Webster reported and fixed this read-one-byte-too-many problem...Daniel Stenberg
2001-11-08now we make sure that NULL is defined in the gethostbyname_r() compilesDaniel Stenberg
2001-11-08Added two missing return codes...Daniel Stenberg
2001-11-08the proof I did something yesterday as wellDaniel Stenberg
2001-11-07we use signal() to ignore signals only as long as we have to, and we nowDaniel Stenberg
2001-11-07get the previous struct keep_sigactDaniel Stenberg
2001-11-07adjusted after Ramana Mokkapati's commentsDaniel Stenberg
2001-11-07mooDaniel Stenberg
2001-11-07Added VERSIONS that explains about the (lib)curl version numbersDaniel Stenberg
2001-11-06bug report #478780 fixed, cygwin stripped on install, some more details onDaniel Stenberg
2001-11-06myalarm() is history, we now use HAVE_ALARM and we now do our very best toDaniel Stenberg
2001-11-06Kevin's patch to install the binary strippedDaniel Stenberg
2001-11-05Ramana Mokkapati's, John Lask's and Detlef Schmier's reports/changesDaniel Stenberg
2001-11-05John Lask's fix that adds "-1/--TLSv1" supportDaniel Stenberg
2001-11-05Added an CURL_SSLVERSION_* enum for SSL protocol versionsDaniel Stenberg
2001-11-05we can now tell ssl to use TLSv1 protocol, and we now use defines insteadDaniel Stenberg
2001-11-05Ramana Mokkapati did some good bug hunting, and we these fixes ldap transfersDaniel Stenberg
2001-11-05corrected the Curl_tvnow prototype (-Wstrict-prototypes found it)Daniel Stenberg
2001-11-05Curl_ftpsendf() had wrong return typeDaniel Stenberg
2001-11-05added john laskDaniel Stenberg
2001-11-05John Lask's new makefileDaniel Stenberg
2001-11-047.9.1 cleanup commitDaniel Stenberg
2001-11-04added test 30, it checks that we return error on no content returned from aDaniel Stenberg
2001-11-02improved functionality for new timeout testsDaniel Stenberg
2001-11-02new testsDaniel Stenberg
2001-11-02failf() now only overwrites the error buffer the first time it gets calledDaniel Stenberg
2001-11-02Replaced read() and write() with recv() and send()Daniel Stenberg
2001-11-02more accurateDaniel Stenberg
2001-11-02Replaced read() and write() with recv() and send() for socket operationsDaniel Stenberg
2001-11-02re-ordered, cleaned upDaniel Stenberg
2001-11-02Added connect.c. I really need someone to better maintain this makefile...Daniel Stenberg
2001-11-02Jörn added connect.cDaniel Stenberg
2001-11-01another day another commitDaniel Stenberg
2001-11-01libcurl can init winsock since 7.8.1Daniel Stenberg
2001-11-01ConnectionExists() now returns FALSE immediately if it finds a connectionDaniel Stenberg
2001-11-01added comments and function headersDaniel Stenberg
2001-11-01Update the byte counters in the loop so that aborted transfers have theDaniel Stenberg
2001-11-01Use Curl_tvdiff to compare timesDaniel Stenberg
2001-11-01less I, more weDaniel Stenberg
2001-11-01minor mods to make solaris plain 'make' to not die on thisDaniel Stenberg
2001-10-31fixed FTPSENDF for ipv6 compilesDaniel Stenberg
2001-10-31a bunchDaniel Stenberg
2001-10-31Removed the SocketIsDead() stuff for SSL again as it doesn't work. We mustDaniel Stenberg
2001-10-31If Curl_do() fails with CURLE_WRITE_ERROR on a re-used connection, thisDaniel Stenberg