summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* curl: added --proto and --proto-redirAlex Bligh2010-04-241-0/+131
* curl: -O crash on windowsDaniel Stenberg2010-04-211-1/+2
* replaced wsock32.lib usage with ws2_32.lib in MSVC makefilesRuslan Gazizov2010-04-201-3/+2
* parse_filename: strip trailing CRs and LFsDaniel Stenberg2010-04-191-3/+20
* parseconfig: Value stored to 'line' is never readDaniel Stenberg2010-04-171-1/+1
* ignore files generated by 'maketgz'Daniel Stenberg2010-04-141-0/+3
* fixed a path typo in src/Makefile.netware.Guenter Knauf2010-04-121-2/+2
* make folks use latest available dependent libraries.Guenter Knauf2010-03-312-16/+23
* use size_t to hold string lengthDaniel Stenberg2010-03-291-1/+1
* remove all .cvsignore filesDaniel Stenberg2010-03-251-21/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-2426-26/+0
* provide an initial set of .gitignore filesDaniel Stenberg2010-03-201-0/+5
* Factored out some code into a few independent functionsDan Fandrich2010-03-161-75/+105
* fix sizeof shortYang Tse2010-02-261-1/+1
* Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systemsYang Tse2010-02-265-2/+32
* Fixed bug report #2958074 indicatingYang Tse2010-02-251-10/+12
* replaced tabs with spacesYang Tse2010-02-161-13/+13
* use (void) in front of fwrite() calls that ignore the return codeDaniel Stenberg2010-02-151-4/+4
* removed trailing whitespaceYang Tse2010-02-1411-59/+60
* 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
* Changed the Watcom makefiles to make them easier to keep in sync withDan Fandrich2010-02-031-4/+9
* 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
* HAVE_GETADDRINFO_THREADSAFE definition for non-configure win32 buildsYang Tse2010-01-241-9/+12
* Added -J/--remote-header-name.Bjorn Stenberg2010-01-231-14/+131
* Constantine Sapuntzakis enhancements to make memory tracking log file writingYang Tse2010-01-181-4/+6
* - 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
* VMS adjustments by Steven M. SchwedaYang Tse2009-12-311-0/+109
* 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-303-8/+8
* 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
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* Remove enable-thread / disable-thread configure option. These were only placeboYang Tse2009-11-151-3/+0
* Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse2009-11-141-0/+11
* I removed leading 'curl' path on the 'curlbuild.h' include statement inYang Tse2009-11-051-6/+8
* Fix spellingYang Tse2009-10-271-1/+1
* Fix Pelles C Win32 target compilation issuesYang Tse2009-10-272-22/+81
* - 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