summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* use size_t to hold string lengthDaniel Stenberg2010-03-291-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Factored out some code into a few independent functionsDan Fandrich2010-03-161-75/+105
* Fixed bug report #2958074 indicatingYang Tse2010-02-251-10/+12
* use (void) in front of fwrite() calls that ignore the return codeDaniel Stenberg2010-02-151-4/+4
* CURLOPT_MAIL_RCPT is *not* a string so we must not try to printf() itDaniel Stenberg2010-02-121-3/+3
* free --mail-from strings properlyDaniel Stenberg2010-02-121-0/+2
* Fix progressmode Configurable struct member data type. Changed toYang Tse2010-02-031-2/+5
* Fix compiler warnings:Yang Tse2010-02-021-4/+4
* fix printf-style format stringsYang Tse2010-01-291-7/+13
* fix compiler warningYang Tse2010-01-271-1/+2
* fix compiler warningYang Tse2010-01-251-1/+1
* Added -J/--remote-header-name.Bjorn Stenberg2010-01-231-14/+131
* - Make curl support --ssl and --ssl-reqd instead of the previous FTP-specificDaniel Stenberg2010-01-021-4/+8
* update copyright year since we are in 2010 nowDaniel Stenberg2010-01-011-1/+1
* - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. ThisDaniel Stenberg2010-01-011-0/+10
* turned CURLOPT_MAIL_RCPT into a curl_slist list instead to support multipleDaniel Stenberg2009-12-311-2/+6
* s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA simply because it is a better nameDaniel Stenberg2009-12-301-1/+1
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-121-0/+19
* - Siegfried Gyuricsko found out that the curl manual said --retry would retryDaniel Stenberg2009-12-101-4/+4
* - Fixed curl erroneously reporting output stream write failures with disabled...Yang Tse2009-12-101-2/+3
* - Markus Koetter provided a polished and updated version of Chad Monroe's TFTPDaniel Stenberg2009-11-271-2/+10
* - Bjorn Augustsson reported a bug which made curl not report any problems evenDaniel Stenberg2009-11-231-4/+16
* Fix Pelles C Win32 target compilation issuesYang Tse2009-10-271-7/+21
* - A patch in bug report #2883177 (http://curl.haxx.se/bug/view.cgi?id=2883177)Daniel Stenberg2009-10-211-0/+11
* Check for basename() is now done the same as other function checksYang Tse2009-10-181-1/+8
* Fix invalid file name characters handling on WindowsYang Tse2009-10-171-22/+37
* Replace tabs with spacesYang Tse2009-10-151-11/+11
* Fix an OOM handling problemYang Tse2009-10-141-6/+4
* fix compiler warning: comparison between signed and unsignedYang Tse2009-09-181-3/+9
* - Eric Wong introduced support for the new option -T. (dot) that makes curlDaniel Stenberg2009-08-241-4/+11
* Fixed some memory leaks in the command-line tool that caused most of theDan Fandrich2009-08-091-8/+43
* added a cast to silent compiler warning with 64bit systems.Gunter Knauf2009-08-061-1/+1
* respect error code from ftruncate(), mentioned by Peter SylvesterDaniel Stenberg2009-08-031-1/+8
* properly free data returned by aprintf(), and bring back the code to beDaniel Stenberg2009-07-251-4/+4
* blocked new stuff with HAVE_LIBSSH2_KNOWNHOST_API to check if this is our cu...Gunter Knauf2009-07-251-0/+3
* - 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