aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2007-01-05- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg
2006-12-15Plug more leaks.Gisle Vanem
2006-12-14Free 'config->iface' if set.Gisle Vanem
2006-10-19Here's an effort to avoid saying 'data not shown' in the debug parts when theDaniel Stenberg
2006-10-17Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg
2006-10-13The tagging of application/x-www-form-urlencoded POST body data sentDan Fandrich
2006-10-12the textual arraw for "Send SSL data" was the wrong wayDaniel Stenberg
2006-10-11Remove redundant __CYGWIN__ symbol checkYang Tse
2006-09-30Support for FTP third party transfers is now droppedDaniel Stenberg
2006-09-24--ftp-ssl-control requires SSL/TLS, it does not "try" itDaniel Stenberg
2006-09-23--ftp-alternative-to-user was missing in the help textDaniel Stenberg
2006-09-23Mike Protts added --ftp-ssl-control to make curl use FTP-SSL, but onlyDaniel Stenberg
2006-09-13Fix error introduced in file version 1.369Yang Tse
2006-09-12Compiler warning fixYang Tse
2006-09-11- Fixed my breakage from earlier today so that doing curl_easy_cleanup() on aDaniel Stenberg
2006-08-16Minor portability fixes to get things running on UNICOS 9.0 on a Cray Y-MPDan Fandrich
2006-07-26David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for bothDaniel Stenberg
2006-07-25Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curlDaniel Stenberg
2006-07-25Added CURL_VERSION_CONV feature string.Gisle Vanem
2006-07-19Avoid variable declaration shadowing previously declared oneYang Tse
2006-07-11Moved strdup replacement from src/main.c into src/strdup.c so it's availableDan Fandrich
2006-06-22Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE andDaniel Stenberg
2006-06-19make -K on a bad file now displays a warningDaniel Stenberg
2006-06-08Brian Dessent's fixes for cygwin buildsDaniel Stenberg
2006-04-25--ftp-method was missing in the --help output, as mentioned by Manfred SchwarbDaniel Stenberg
2006-04-11#1468330 (http://curl.haxx.se/bug/view.cgi?id=1468330) pointed out a badDaniel Stenberg
2006-04-09CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore!Daniel Stenberg
2006-04-07First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg
2006-03-27David Byron found a problem multiple -d options when libcurl was built withDaniel Stenberg
2006-03-20off-by-one for the case when it adds /? and a terminating zero to the URLDaniel Stenberg
2006-03-14use the new types accordinglyDaniel Stenberg
2006-02-28Don't lock up at start when there aren't any free file descriptors.Dan Fandrich
2006-02-21two typos in commentsDaniel Stenberg
2006-02-21Peter Su added support for SOCKS4 proxies. Enable this by setting the proxyDaniel Stenberg
2006-02-07avoid illegal memory access when doing "-T [URL] [URL]"Daniel Stenberg
2006-02-01fixed --limit-rateDaniel Stenberg
2006-02-01Make --limit-rate [num] mean bytes. Seems I broke it back in november 2005...Daniel Stenberg
2006-01-30Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with theDaniel Stenberg
2005-12-19Fixed compiler warning on libc5.Dan Fandrich
2005-12-18Cleanup windows header includes. Where aplicable, inclusion ofYang Tse
2005-12-08Fix a couple of compiler warningsYang Tse
2005-12-05Another Yang Tse warning cleanup raid!Daniel Stenberg
2005-11-28new experimental "ftp method" codeDaniel Stenberg
2005-11-23Yang Tse fixed MSVC 6.0 warningsDaniel Stenberg
2005-11-13prevent compiler warningDaniel Stenberg
2005-11-13Debian bug report 338681 by Jan Kunder: make curl better detect and report badDaniel Stenberg
2005-10-27Nis Jorgensen filed bug report #1338648Daniel Stenberg
2005-10-27tommink[at]post.pl reported in bug report #1337723Daniel Stenberg
2005-10-27Jaz Fresh pointed out that if you used "-r [number]" as was wrongly describedDaniel Stenberg
2005-10-20shorted and unified language in the --help outputDaniel Stenberg