aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-29Watcom makefiles overhaul.Guenter Knauf
2010-07-22Updated library versions.Guenter Knauf
2010-07-21build: Enable configure --enable-werrorBen Greear
2010-07-17remote-header-name: chop filename at next semicolonJeff Pohlmeyer
2010-07-14--retry: access violation with URL part sets continuedDaniel Stenberg
2010-07-07upload: Avoid infinite loop when checking for auth bitsTor Arntsen
2010-07-06upload: warn users trying to upload from stdin with anyauthDaniel Stenberg
2010-07-06--libcurl: list the tricky options instead of using [REMARK]Daniel Stenberg
2010-07-06curl: avoid setting libcurl options to its defaultDaniel Stenberg
2010-07-06--libcurl: hide setopt() calls setting default optionsDaniel Stenberg
2010-07-06--libcurl: use *_LARGE options with typecasted constantsDaniel Stenberg
2010-06-29glob: backslash escaping bugDaniel Stenberg
2010-06-01fix compiler warning: enumerated type mixed with another typeYang Tse
2010-05-31fix compiler warning: enumerated type mixed with another typeYang Tse
2010-05-29strtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MINKamil Dudka
2010-04-29telnet: Allow programatic use of telnet.Ben Greear
2010-04-24encourage users to take latest lib dependencies.Guenter Knauf
2010-04-24curl: added --proto and --proto-redirAlex Bligh
2010-04-21curl: -O crash on windowsDaniel Stenberg
2010-04-20replaced wsock32.lib usage with ws2_32.lib in MSVC makefilesRuslan Gazizov
2010-04-19parse_filename: strip trailing CRs and LFsDaniel Stenberg
2010-04-17parseconfig: Value stored to 'line' is never readDaniel Stenberg
2010-04-14ignore files generated by 'maketgz'Daniel Stenberg
2010-04-12fixed a path typo in src/Makefile.netware.Guenter Knauf
2010-03-31make folks use latest available dependent libraries.Guenter Knauf
2010-03-29use size_t to hold string lengthDaniel Stenberg
2010-03-25remove all .cvsignore filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-03-20provide an initial set of .gitignore filesDaniel Stenberg
2010-03-16Factored out some code into a few independent functionsDan Fandrich
2010-02-26fix sizeof shortYang Tse
2010-02-26Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systemsYang Tse
2010-02-25Fixed bug report #2958074 indicatingYang Tse
2010-02-16replaced tabs with spacesYang Tse
2010-02-15use (void) in front of fwrite() calls that ignore the return codeDaniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2010-02-12CURLOPT_MAIL_RCPT is *not* a string so we must not try to printf() itDaniel Stenberg
2010-02-12free --mail-from strings properlyDaniel Stenberg
2010-02-03Changed the Watcom makefiles to make them easier to keep in sync withDan Fandrich
2010-02-03Fix progressmode Configurable struct member data type. Changed toYang Tse
2010-02-02Fix compiler warnings:Yang Tse
2010-01-29fix printf-style format stringsYang Tse
2010-01-27fix compiler warningYang Tse
2010-01-25fix compiler warningYang Tse
2010-01-24HAVE_GETADDRINFO_THREADSAFE definition for non-configure win32 buildsYang Tse
2010-01-23Added -J/--remote-header-name.Bjorn Stenberg
2010-01-18Constantine Sapuntzakis enhancements to make memory tracking log file writingYang Tse
2010-01-02- Make curl support --ssl and --ssl-reqd instead of the previous FTP-specificDaniel Stenberg
2010-01-01update copyright year since we are in 2010 nowDaniel Stenberg
2010-01-01- Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. ThisDaniel Stenberg