summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* - Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA.Daniel Stenberg2009-07-221-0/+10
* trial to fix a win64 compiler warning.Gunter Knauf2009-07-171-2/+2
* - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses forDaniel Stenberg2009-07-091-17/+2
* avoid pressanykey() call when curl finishes and was launched from bash.Gunter Knauf2009-06-201-1/+2
* - Reuven Wachtfogel made curl -o - properly produce a binary output on windowsDaniel Stenberg2009-06-161-1/+1
* fix compiler warningYang Tse2009-06-161-0/+3
* fixed TRUE/FALSE case typo.Gunter Knauf2009-06-151-3/+3
* - Eric Wong's patch:Daniel Stenberg2009-06-151-2/+29
* - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings andDaniel Stenberg2009-06-101-2/+0
* VMS adjustmentsYang Tse2009-06-101-4/+4
* Adjusted to take in account that...Yang Tse2009-06-101-0/+1
* fix compiler warningYang Tse2009-06-091-1/+1
* fix compiler warning: signed and unsigned type in conditional expressionYang Tse2009-06-081-1/+4
* - Eric Wong fixed --no-buffer to actually switch off output buffering. BeenDaniel Stenberg2009-06-071-2/+3
* introduction of os-specific.c and os-specific.hYang Tse2009-06-051-20/+26
* David McCreedy's "TPF-platform specific changes to various files" patchYang Tse2009-05-011-0/+2
* - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by TimDaniel Stenberg2009-04-281-3/+4
* - Gisle Vanem noticed that --libtool would produce bogus strings at times forDaniel Stenberg2009-04-201-40/+41
* Oops, make the memory magic debug stuff done before global init too just toDaniel Stenberg2009-03-111-6/+9
* - Kamil Dudka made the curl tool properly call curl_global_init() before anyDaniel Stenberg2009-03-111-4/+6
* - Bill Egert pointed out (http://curl.haxx.se/bug/view.cgi?id=2671602) thatDaniel Stenberg2009-03-081-4/+5
* - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 forDaniel Stenberg2009-02-171-14/+8
* Added an explicit buffer limit check in msdosify() (patch based on FreeBSD).Dan Fandrich2009-02-051-3/+5
* - Craig A West brought us: libcurl now defaults to do CONNECT with HTTPDaniel Stenberg2009-02-021-0/+11
* - Markus Moeller introduced two new options to libcurl:Daniel Stenberg2009-01-281-0/+34
* - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.Daniel Stenberg2009-01-251-1/+11
* Created a CURLMIN macro to match CURLMAXDan Fandrich2009-01-071-8/+0
* Added the use of Watt-32 tcp/ip stack for Win32 targets.Gisle Vanem2008-12-161-4/+6
* check for NULL returns from strdup() - reported by Jim MeyeringDaniel Stenberg2008-11-141-8/+21
* curlx.h isn't a system include file so it gets double quotesDan Fandrich2008-10-281-1/+1
* fix compiler warningYang Tse2008-10-241-6/+6
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-0/+1
* Fixed potential memory leak in OOM situations. Detected by coverity.comDaniel Stenberg2008-10-191-1/+1
* dumpeasycode() uses warnf() which uses config->errors so we must not closeDaniel Stenberg2008-10-191-2/+5
* Removed dead code, identified by coverity.com.Daniel Stenberg2008-10-191-3/+1
* After having studied one of the coverity.com reports at length last night, IDaniel Stenberg2008-10-171-0/+7
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-7/+7
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-7/+7
* Prevent the accidental passing along NULL for the cases where the --traceDaniel Stenberg2008-10-131-11/+14
* Update docs now that SFTP supports file ranges.Dan Fandrich2008-10-091-1/+1
* remove unnecessary typecast, otherwise triggering compiler warning:Yang Tse2008-09-301-1/+1
* Removed reference to curl-ca-bundle.crt in the host verification failureDan Fandrich2008-09-171-2/+2
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-131-4/+4
* Checked in some code improvements and minor fixes that I discovered in theDan Fandrich2008-09-101-2/+7
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-8/+7
* - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renamesDaniel Stenberg2008-09-051-10/+19
* fix print formatting string directivesYang Tse2008-09-041-3/+3
* remove duplicate va_start() callYang Tse2008-09-041-1/+0
* in the --libcurl output, mention that the large file stuff is only needed forDaniel Stenberg2008-09-021-1/+1
* When not using large file support WIN32's lseek offset is a 'long'.Yang Tse2008-08-281-1/+1