aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-11-19use the ws2_32.lib now (Miklos Nemeth reporteD)Daniel Stenberg
2001-11-19long port => int port, as the c source uses! (Miklos Nemeth found this)Daniel Stenberg
2001-11-19Miklos Nemeth pointed out the missing connect.objDaniel Stenberg
2001-11-19recent fixesDaniel Stenberg
2001-11-19Lars M Gustafsson showed us that the free(urlbuffer) was totally unnecessaryDaniel Stenberg
2001-11-19Kevin Roth's fixesDaniel Stenberg
2001-11-16Klevtsov Vadim's time condition fixDaniel Stenberg
2001-11-15looks better on one line (testing the cvs diffing via mail, but I also thinkSterling Hughes
2001-11-14spell, slightly modified "what you can do" crapDaniel Stenberg
2001-11-14added Richard Prescott's emailDaniel Stenberg
2001-11-14added Richard Levitte's suggestion to support multiple -T optionsDaniel Stenberg
2001-11-14Samuel Listopad's fix to allow global_init => global_cleanup => global_initDaniel Stenberg
2001-11-13corrected the ftp_getsize() usage, as the HPUX compiler warned on themDaniel Stenberg
2001-11-13uninitialized variableDaniel Stenberg
2001-11-13interface to export/import SSL session IDsDaniel Stenberg
2001-11-13more more moreDaniel Stenberg
2001-11-132 removed, 1 addedDaniel Stenberg
2001-11-13disable QUOTEs with NULLDaniel Stenberg
2001-11-13my proxytunnel fix accidentally ruined the normal https connectsDaniel Stenberg
2001-11-13point out that calling this function more than once is a sever errorDaniel Stenberg
2001-11-12make sure to "read out" the server reply even if we didn't get any data fromDaniel Stenberg
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