aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
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
2005-09-07Ben Madsen reported a problem that only seemed to occur with certain specificDaniel Stenberg
2005-09-047.14.2 actuallyDaniel Stenberg
2005-09-04Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg
2005-08-24Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg
2005-08-16typecase the isspace() argument to intDaniel Stenberg
2005-08-15Added more verbose "warning" messages to the curl client for cases where itDaniel Stenberg
2005-08-12o curl -d @filename when 'filename' was not possible to access no longerDaniel Stenberg
2005-05-25output the full usec when --trace-time is usedDaniel Stenberg
2005-05-12warn about bad -z syntaxDaniel Stenberg
2005-05-08silence compiler warningsDaniel Stenberg
2005-05-02Added --trace-time that when used adds a time stamp to each trace line thatDaniel Stenberg
2005-05-02Made curl recognize the environment variables Lynx (and others?) support forDaniel Stenberg
2005-05-01prevent two compiler warnings on comparisons between signed and unsignedDaniel Stenberg
2005-04-27Paul Moore made curl check for the .curlrc file (_curlrc on windows) on twoDaniel Stenberg
2005-04-23Alex Suykov's ftp upload show progress meter patch, slightly adjusted.Daniel Stenberg