aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2008-12-16Added the use of Watt-32 tcp/ip stack for Win32 targets.Gisle Vanem
2008-11-14check for NULL returns from strdup() - reported by Jim MeyeringDaniel Stenberg
2008-10-28curlx.h isn't a system include file so it gets double quotesDan Fandrich
2008-10-24fix compiler warningYang Tse
2008-10-23moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg
2008-10-19Fixed potential memory leak in OOM situations. Detected by coverity.comDaniel Stenberg
2008-10-19dumpeasycode() uses warnf() which uses config->errors so we must not closeDaniel Stenberg
2008-10-19Removed dead code, identified by coverity.com.Daniel Stenberg
2008-10-17After having studied one of the coverity.com reports at length last night, IDaniel Stenberg
2008-10-16Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg
2008-10-15- Pascal Terjan filed bug #2154627Daniel Stenberg
2008-10-13Prevent the accidental passing along NULL for the cases where the --traceDaniel Stenberg
2008-10-09Update docs now that SFTP supports file ranges.Dan Fandrich
2008-09-30remove unnecessary typecast, otherwise triggering compiler warning:Yang Tse
2008-09-17Removed reference to curl-ca-bundle.crt in the host verification failureDan Fandrich
2008-09-13fix compiler warning: external declaration in primary source fileYang Tse
2008-09-10Checked in some code improvements and minor fixes that I discovered in theDan Fandrich
2008-09-06remove unnecessary typecasting of malloc()Yang Tse
2008-09-05- Martin Drasar provided the CURLOPT_POSTREDIR patch. It renamesDaniel Stenberg
2008-09-04fix print formatting string directivesYang Tse
2008-09-04remove duplicate va_start() callYang Tse
2008-09-02in the --libcurl output, mention that the large file stuff is only needed forDaniel Stenberg
2008-08-28When not using large file support WIN32's lseek offset is a 'long'.Yang Tse
2008-08-26Fix default SIZEOF_OFF_T definition logicYang Tse
2008-08-26Use SIZEOF_OFF_T definition from config fileYang Tse
2008-08-22Fixed a problem when --dump-header - was given with more than one URL,Dan Fandrich
2008-08-22Reinstate struct_stat definition that got lost in previous commit.Yang Tse
2008-08-22Adjustments to better select/differentiate when large/small fileYang Tse
2008-08-14Use our CURL_LLONG_MAX and CURL_LLONG_MIN which are defined with the proper s...Yang Tse
2008-08-13The size of long is a build time characteristic and as such it is now recordedYang Tse
2008-08-13Split comparison among several lines for debuggingYang Tse
2008-08-13Adjustment due to curl_off_t no longer following off_tYang Tse
2008-08-11 s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/gYang Tse
2008-08-01Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn'tDan Fandrich
2008-07-31Fixed a couple of buffer overflows in the MS-DOS port of the curl tool.Dan Fandrich
2008-07-10--remote-name-allDaniel Stenberg
2008-06-26Honour --stderr with the -v option.Dan Fandrich
2008-06-19Fixed a memory leak in the command-line tool that caused a valgrind error.Dan Fandrich
2008-06-08- curl the tool now deals with its command line options somewhat differently!Daniel Stenberg
2008-06-04Mention a few options that require an argument in --helpDan Fandrich
2008-06-01return CURLE_OK instead of CURLE_FAILED_INIT if PARAM_HEKP_REQUESTED returned...Marty Kuhrt
2008-04-25Made --stderr able to redirect all stderr messages.Dan Fandrich
2008-04-22Added support for running on Symbian OS.Dan Fandrich
2008-04-21Fixed typo in log messageDan Fandrich
2008-04-14- Brock Noland reported that curl behaved differently depending on which orderDaniel Stenberg
2008-01-23STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO clone macrosYang Tse
2008-01-22check availability of poll.h header at configuration time, and includeYang Tse
2008-01-19rephrased the --socks5-hostname help output somewhatDaniel Stenberg
2008-01-18to actually allow really big HTTP POSTs curl's postfieldsize type is changed toYang Tse
2008-01-17fix compiler warningYang Tse