fix compiler warning: enumerated type mixed with another type
[platform/upstream/curl.git] / src / main.c
2010-05-31 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-29 Kamil Dudkastrtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MIN
2010-04-29 Ben Greeartelnet: Allow programatic use of telnet.
2010-04-24 Alex Blighcurl: added --proto and --proto-redir
2010-04-21 Daniel Stenbergcurl: -O crash on windows
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-19 Daniel Stenbergparse_filename: strip trailing CRs and LFs
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-17 Daniel Stenbergparseconfig: Value stored to 'line' is never read
2010-03-29 Daniel Stenberguse size_t to hold string length
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-03-16 Dan FandrichFactored out some code into a few independent functions
2010-02-25 Yang TseFixed bug report #2958074 indicating
2010-02-15 Daniel Stenberguse (void) in front of fwrite() calls that ignore the...
2010-02-12 Daniel StenbergCURLOPT_MAIL_RCPT is *not* a string so we must not...
2010-02-12 Daniel Stenbergfree --mail-from strings properly
2010-02-03 Yang TseFix progressmode Configurable struct member data type...
2010-02-02 Yang TseFix compiler warnings:
2010-01-29 Yang Tsefix printf-style format strings
2010-01-27 Yang Tsefix compiler warning
2010-01-25 Yang Tsefix compiler warning
2010-01-23 Bjorn StenbergAdded -J/--remote-header-name.
2010-01-02 Daniel Stenberg- Make curl support --ssl and --ssl-reqd instead of...
2010-01-01 Daniel Stenbergupdate copyright year since we are in 2010 now
2010-01-01 Daniel Stenberg- Ingmar Runge enhanced libcurl's FTP engine to support...
2009-12-31 Daniel Stenbergturned CURLOPT_MAIL_RCPT into a curl_slist list instead...
2009-12-30 Daniel Stenbergs/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA simply because...
2009-12-30 Yang TseVMS specific preprocessor symbol checking adjustments
2009-12-12 Daniel Stenbergintroducing IMAP, POP3 and SMTP support (still lots...
2009-12-10 Daniel Stenberg- Siegfried Gyuricsko found out that the curl manual...
2009-12-10 Yang Tse- Fixed curl erroneously reporting output stream write...
2009-11-27 Daniel Stenberg- Markus Koetter provided a polished and updated versio...
2009-11-23 Daniel Stenberg- Bjorn Augustsson reported a bug which made curl not...
2009-10-27 Yang TseFix Pelles C Win32 target compilation issues
2009-10-21 Daniel Stenberg- A patch in bug report #2883177 (curl.haxx.se/bug...
2009-10-18 Yang TseCheck for basename() is now done the same as other...
2009-10-17 Yang TseFix invalid file name characters handling on Windows
2009-10-15 Yang TseReplace tabs with spaces
2009-10-14 Yang TseFix an OOM handling problem
2009-09-18 Yang Tsefix compiler warning: comparison between signed and...
2009-08-24 Daniel Stenberg- Eric Wong introduced support for the new option ...
2009-08-09 Dan FandrichFixed some memory leaks in the command-line tool that...
2009-08-06 Gunter Knaufadded a cast to silent compiler warning with 64bit...
2009-08-03 Daniel Stenbergrespect error code from ftruncate(), mentioned by Peter...
2009-07-25 Daniel Stenbergproperly free data returned by aprintf(), and bring...
2009-07-25 Gunter Knaufblocked new stuff with HAVE_LIBSSH2_KNOWNHOST_API...
2009-07-22 Daniel Stenberg- Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION...
2009-07-17 Gunter Knauftrial to fix a win64 compiler warning.
2009-07-09 Daniel Stenberg- Eric Wong introduced curlx_nonblock() that the curl...
2009-06-20 Gunter Knaufavoid pressanykey() call when curl finishes and was...
2009-06-16 Daniel Stenberg- Reuven Wachtfogel made curl -o - properly produce...
2009-06-16 Yang Tsefix compiler warning
2009-06-15 Gunter Knauffixed TRUE/FALSE case typo.
2009-06-15 Daniel Stenberg- Eric Wong's patch:
2009-06-10 Daniel Stenberg- Fabian Keil ran clang on the (lib)curl code, found...
2009-06-10 Yang TseVMS adjustments
2009-06-10 Yang TseAdjusted to take in account that...
2009-06-09 Yang Tsefix compiler warning
2009-06-08 Yang Tsefix compiler warning: signed and unsigned type in condi...
2009-06-07 Daniel Stenberg- Eric Wong fixed --no-buffer to actually switch off...
2009-06-05 Yang Tseintroduction of os-specific.c and os-specific.h
2009-05-01 Yang TseDavid McCreedy's "TPF-platform specific changes to...
2009-04-28 Daniel Stenberg- Bug report #2709004 (curl.haxx.se/bug/view.cgi?id...
2009-04-20 Daniel Stenberg- Gisle Vanem noticed that --libtool would produce...
2009-03-11 Daniel StenbergOops, make the memory magic debug stuff done before...
2009-03-11 Daniel Stenberg- Kamil Dudka made the curl tool properly call curl_glo...
2009-03-08 Daniel Stenberg- Bill Egert pointed out (curl.haxx.se/bug/view.cgi...
2009-02-17 Daniel Stenberg- CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to...
2009-02-05 Dan FandrichAdded an explicit buffer limit check in msdosify()...
2009-02-02 Daniel Stenberg- Craig A West brought us: libcurl now defaults to...
2009-01-28 Daniel Stenberg- Markus Moeller introduced two new options to libcurl:
2009-01-25 Daniel Stenberg- Craig A West brought CURLOPT_NOPROXY and the correspo...
2009-01-07 Dan FandrichCreated a CURLMIN macro to match CURLMAX
2008-12-16 Gisle VanemAdded the use of Watt-32 tcp/ip stack for Win32 targets.
2008-11-14 Daniel Stenbergcheck for NULL returns from strdup() - reported by...
2008-10-28 Dan Fandrichcurlx.h isn't a system include file so it gets double...
2008-10-24 Yang Tsefix compiler warning
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-10-19 Daniel StenbergFixed potential memory leak in OOM situations. Detected...
2008-10-19 Daniel Stenbergdumpeasycode() uses warnf() which uses config->errors...
2008-10-19 Daniel StenbergRemoved dead code, identified by coverity.com.
2008-10-17 Daniel StenbergAfter having studied one of the coverity.com reports...
2008-10-16 Daniel StenbergRenamed Curl_ascii_equal to Curl_raw_equal and bugfixed...
2008-10-15 Daniel Stenberg- Pascal Terjan filed bug #2154627
2008-10-13 Daniel StenbergPrevent the accidental passing along NULL for the cases...
2008-10-09 Dan FandrichUpdate docs now that SFTP supports file ranges.
2008-09-30 Yang Tseremove unnecessary typecast, otherwise triggering compi...
2008-09-17 Dan FandrichRemoved reference to curl-ca-bundle.crt in the host...
2008-09-13 Yang Tsefix compiler warning: external declaration in primary...
2008-09-10 Dan FandrichChecked in some code improvements and minor fixes that...
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-09-05 Daniel Stenberg- Martin Drasar provided the CURLOPT_POSTREDIR patch...
2008-09-04 Yang Tsefix print formatting string directives
2008-09-04 Yang Tseremove duplicate va_start() call
2008-09-02 Daniel Stenbergin the --libcurl output, mention that the large file...
2008-08-28 Yang TseWhen not using large file support WIN32's lseek offset...
2008-08-26 Yang TseFix default SIZEOF_OFF_T definition logic
2008-08-26 Yang TseUse SIZEOF_OFF_T definition from config file
2008-08-22 Dan FandrichFixed a problem when --dump-header - was given with...
2008-08-22 Yang TseReinstate struct_stat definition that got lost in previ...
next