summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Georg Horn's STARTTRANSFER_TIME patchDaniel Stenberg2001-11-209-11/+41
* -p, not -P, for proxy tunnelingDaniel Stenberg2001-11-201-2/+2
* use the ws2_32.lib now (Miklos Nemeth reporteD)Daniel Stenberg2001-11-191-1/+1
* long port => int port, as the c source uses! (Miklos Nemeth found this)Daniel Stenberg2001-11-191-1/+1
* Miklos Nemeth pointed out the missing connect.objDaniel Stenberg2001-11-191-2/+2
* recent fixesDaniel Stenberg2001-11-191-3/+31
* Lars M Gustafsson showed us that the free(urlbuffer) was totally unnecessaryDaniel Stenberg2001-11-191-2/+0
* Kevin Roth's fixesDaniel Stenberg2001-11-192-36/+64
* Klevtsov Vadim's time condition fixDaniel Stenberg2001-11-161-1/+1
* looks better on one line (testing the cvs diffing via mail, but I also thinkSterling Hughes2001-11-151-2/+1
* spell, slightly modified "what you can do" crapDaniel Stenberg2001-11-141-5/+7
* added Richard Prescott's emailDaniel Stenberg2001-11-141-1/+1
* added Richard Levitte's suggestion to support multiple -T optionsDaniel Stenberg2001-11-141-0/+4
* Samuel Listopad's fix to allow global_init => global_cleanup => global_initDaniel Stenberg2001-11-141-0/+2
* corrected the ftp_getsize() usage, as the HPUX compiler warned on themDaniel Stenberg2001-11-131-2/+4
* uninitialized variableDaniel Stenberg2001-11-131-1/+1
* interface to export/import SSL session IDsDaniel Stenberg2001-11-131-0/+6
* more more moreDaniel Stenberg2001-11-131-0/+8
* 2 removed, 1 addedDaniel Stenberg2001-11-131-2/+2
* disable QUOTEs with NULLDaniel Stenberg2001-11-131-3/+5
* my proxytunnel fix accidentally ruined the normal https connectsDaniel Stenberg2001-11-131-7/+7
* point out that calling this function more than once is a sever errorDaniel Stenberg2001-11-131-3/+5
* make sure to "read out" the server reply even if we didn't get any data fromDaniel Stenberg2001-11-121-6/+9
* made Curl_tvdiff round the diff better and make the subtraction beforeDaniel Stenberg2001-11-121-3/+3
* post-weekend fixesDaniel Stenberg2001-11-121-0/+36
* made CURLOPT_HTTPPROXYTUNNEL work for plain HTTP as wellDaniel Stenberg2001-11-123-18/+18
* include setup.hDaniel Stenberg2001-11-122-3/+4
* new Curl_ConnectHTTPProxyTunnel() function, needs a **lot** of testing!!!Daniel Stenberg2001-11-121-33/+113
* We need at least one millisecond to calculate current speed with! I alsoDaniel Stenberg2001-11-121-3/+5
* Marcus Webster reported and fixed this read-one-byte-too-many problem...Daniel Stenberg2001-11-081-1/+1
* now we make sure that NULL is defined in the gethostbyname_r() compilesDaniel Stenberg2001-11-081-0/+8
* Added two missing return codes...Daniel Stenberg2001-11-081-1/+5
* the proof I did something yesterday as wellDaniel Stenberg2001-11-081-0/+7
* we use signal() to ignore signals only as long as we have to, and we nowDaniel Stenberg2001-11-072-15/+53
* get the previous struct keep_sigactDaniel Stenberg2001-11-071-0/+1
* adjusted after Ramana Mokkapati's commentsDaniel Stenberg2001-11-071-2/+2
* mooDaniel Stenberg2001-11-071-9/+8
* Added VERSIONS that explains about the (lib)curl version numbersDaniel Stenberg2001-11-072-1/+65
* bug report #478780 fixed, cygwin stripped on install, some more details onDaniel Stenberg2001-11-061-3/+19
* myalarm() is history, we now use HAVE_ALARM and we now do our very best toDaniel Stenberg2001-11-063-40/+82
* Kevin's patch to install the binary strippedDaniel Stenberg2001-11-061-1/+1
* Ramana Mokkapati's, John Lask's and Detlef Schmier's reports/changesDaniel Stenberg2001-11-051-0/+11
* John Lask's fix that adds "-1/--TLSv1" supportDaniel Stenberg2001-11-051-3/+9
* Added an CURL_SSLVERSION_* enum for SSL protocol versionsDaniel Stenberg2001-11-051-1/+10
* we can now tell ssl to use TLSv1 protocol, and we now use defines insteadDaniel Stenberg2001-11-051-3/+9
* Ramana Mokkapati did some good bug hunting, and we these fixes ldap transfersDaniel Stenberg2001-11-051-1/+5
* corrected the Curl_tvnow prototype (-Wstrict-prototypes found it)Daniel Stenberg2001-11-051-1/+1
* Curl_ftpsendf() had wrong return typeDaniel Stenberg2001-11-051-1/+1
* added john laskDaniel Stenberg2001-11-051-0/+1
* John Lask's new makefileDaniel Stenberg2001-11-051-368/+208