aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-11-28Added an in_addr_t checkDaniel Stenberg
2001-11-28EPSV and SIZE adjustmentsDaniel Stenberg
2001-11-28Added EPSV which is now unconditionally always tried before PASV, whichDaniel Stenberg
makes it work reaaaaly nicely on IPv6-enabled hosts! Added SIZE before RETR is made, always done on downloads. It makes us know the size prior to download much more frequently. Unfortunately, this breaks all the FTP test cases. *fixfixfix*
2001-11-28use in_addr_t for inet_addr() return code. Now, now portable is this *REALLY*?Daniel Stenberg
We should add some configure tests for this!
2001-11-28used in the new multi interface, not yet actually part of libcurl butDaniel Stenberg
added to CVS to make them available to others
2001-11-27support para makes more sense nowDaniel Stenberg
2001-11-27languageDaniel Stenberg
2001-11-27the list of contributors are in the THANKS file these daysDaniel Stenberg
2001-11-27Eric Lavigne updatesDaniel Stenberg
2001-11-27for building on Mac before OS XDaniel Stenberg
2001-11-27greep at mindspring.com provided an index.html file that links to all theDaniel Stenberg
existing HTML documents. It makes it easier to browse all the docs with your browser.
2001-11-27EPSV detailsDaniel Stenberg
2001-11-27commented out the EPSV supportDaniel Stenberg
2001-11-27initial code added to support EPSV (IPv6-style PASV)Daniel Stenberg
2001-11-27recent changesDaniel Stenberg
2001-11-26made the -C more correct and detailedDaniel Stenberg
2001-11-23Andrés García's minor fix to make it compile on win32Daniel Stenberg
2001-11-22recent fixesDaniel Stenberg
2001-11-22this fix seems to make the connect fail properly even on IPv4-only LinuxDaniel Stenberg
machines!
2001-11-22updated the list of machinesDaniel Stenberg
2001-11-22Eric fixed a wild writeDaniel Stenberg
2001-11-22Eric found a missing comma!!Daniel Stenberg
2001-11-22Fixed release-ssl buildsm
2001-11-22Undefine long_long - not supported by VCsm
2001-11-21SM corrected wsock32 to ws2_32Daniel Stenberg
2001-11-21SM added connect.objDaniel Stenberg
2001-11-21init the errorbuf to prevent junk from being outputDaniel Stenberg
2001-11-21SM's vc target updatesDaniel Stenberg
2001-11-21added error text for a failed connect caseDaniel Stenberg
2001-11-21another Kevin Roth updateDaniel Stenberg
2001-11-20Georg Horn's STARTTRANSFER_TIME patchDaniel Stenberg
2001-11-20-p, not -P, for proxy tunnelingDaniel Stenberg
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
and plain wrong.
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
this looks a bit better ;)
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
for ssl
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