aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2007-10-03Based on a patch brought by Johnny Luong, libcurl now offersDaniel Stenberg
2007-09-26Philip Langdale provided the new CURLOPT_POST301 option forDaniel Stenberg
2007-09-21Mark Davies fixed Negotiate authentication over proxy, and also introducedDaniel Stenberg
2007-08-31Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich
2007-08-30Renamed several libcurl error codes and options to make them more generalDan Fandrich
2007-08-12minor change in language for the --libcurl source headerDaniel Stenberg
2007-07-10Fixed a curl memory leak reported by Song Ma with a modified versionDan Fandrich
2007-07-01Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg
2007-06-30minor patches to enable building for NetWare CLIB.Gunter Knauf
2007-06-20Adam Piggott filed bug report #1740263Daniel Stenberg
2007-06-06make -s/--silent properly toggle as it is documentedDaniel Stenberg
2007-05-24'mytx' in bug report #1723194 (http://curl.haxx.se/bug/view.cgi?id=1723194)Daniel Stenberg
2007-05-02Fixed a logic error in the last patch and another out of memory issue.Dan Fandrich
2007-05-01Improved behaviour in out of memory conditions.Dan Fandrich
2007-04-25Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse
2007-04-22- Song Ma's warning if -r/--range is given with a "bad" range, also noted inDaniel Stenberg
2007-04-15Minor updates to --help outputDan Fandrich
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