aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2007-04-04Fixed curl_slist_append handling of out of memory conditions on theDan Fandrich
2007-04-03fix MSDOS symbol checkYang Tse
2007-04-03djgpp isn't the only possible DOS target.Gisle Vanem
2007-04-03Simplify setting binary mode on file-descriptors.Gisle Vanem
2007-04-03Added --ftp-account to --help output.Dan Fandrich
2007-04-01Matt Kraai provided a patch that makes curl build on QNX 6 fine again. MostlyDaniel Stenberg
2007-03-31Since the str2num() function gets called with the 'nextarg' pointer fromDaniel Stenberg
2007-03-31check the correct variable to want about --stderr failures properlyDaniel Stenberg
2007-03-31fix memory leak in case of memory problemsDaniel Stenberg
2007-03-31fix a (minor) memory leak in case of errorDaniel Stenberg
2007-03-30pointless check for 'out' being non-NULL, since it was badly done and isDaniel Stenberg
2007-03-23Added --pubkey option to curl and made --key also work for SCP/SFTP,Dan Fandrich
2007-03-22Free some additional strings on exit to avoid memory leaks.Dan Fandrich
2007-03-09- Justin Fletcher fixed a file descriptor leak in the curl tool when trying toDaniel Stenberg
2007-03-06Fixed a couple of problems detected by valgrind in test cases 181 & 216Dan Fandrich
2007-02-28proper symbol definition check for all AmigaOS flavoursYang Tse
2007-02-25Constify some arguments.Gisle Vanem
2007-02-23- Added warning outputs if the command line uses more than one of the optionsDaniel Stenberg
2007-02-20New FTP CCC functionality - adds passive and active mode to accomodate for di...Linus Nielsen Feltzing
2007-02-20curl tool was using functions curlx_tvnow and curlx_tvdiff which are notYang Tse
2007-02-16use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse
2007-02-12- Shmulik Regev fixed so that the final CRLF of HTTP response headers are sentDaniel Stenberg
2007-01-27- David McCreedy fixed the Curl command line tool for HTTP on non-ASCIIDaniel Stenberg
2007-01-26Remove LoadLibrary() (from my private build).Gisle Vanem
2007-01-26Free 'config->libcurl' at exit.Gisle Vanem
2007-01-26Use "%Od" instead of CURL_FORMAT_OFF_T for <curlx.h> functions.Gisle Vanem
2007-01-26Options of type CURLOPTTYPE_FUNCTIONPOINT are never printable.Gisle Vanem
2007-01-25ugha, prevent a buffer overflow and allow very long strings in the generatedDaniel Stenberg
2007-01-25- Added the --libcurl [file] option to curl. Append this option to anyDaniel Stenberg
2007-01-23Speed-up djgpp's stat() by avoid checking for uneeded stuff.Gisle Vanem
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