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