summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added dependend libs for curl static linking.Guenter Knauf2010-08-011-0/+21
* Fixed curl.exe static linking.Guenter Knauf2010-07-311-2/+4
* Added a comment with an alternate idea to avoid the backslash line continatio...Guenter Knauf2010-07-291-1/+7
* Make Watcom makefiles use Makefile.inc to reduce future maintainance.Guenter Knauf2010-07-291-0/+6
* Watcom makefiles overhaul.Guenter Knauf2010-07-292-22/+86
* Updated library versions.Guenter Knauf2010-07-222-6/+6
* build: Enable configure --enable-werrorBen Greear2010-07-211-0/+3
* remote-header-name: chop filename at next semicolonJeff Pohlmeyer2010-07-171-1/+9
* --retry: access violation with URL part sets continuedDaniel Stenberg2010-07-141-2/+3
* upload: Avoid infinite loop when checking for auth bitsTor Arntsen2010-07-071-1/+1
* upload: warn users trying to upload from stdin with anyauthDaniel Stenberg2010-07-061-0/+25
* --libcurl: list the tricky options instead of using [REMARK]Daniel Stenberg2010-07-061-7/+34
* curl: avoid setting libcurl options to its defaultDaniel Stenberg2010-07-061-3/+4
* --libcurl: hide setopt() calls setting default optionsDaniel Stenberg2010-07-061-10/+17
* --libcurl: use *_LARGE options with typecasted constantsDaniel Stenberg2010-07-061-1/+1
* glob: backslash escaping bugDaniel Stenberg2010-06-291-21/+2
* fix compiler warning: enumerated type mixed with another typeYang Tse2010-06-011-2/+2
* fix compiler warning: enumerated type mixed with another typeYang Tse2010-05-311-2/+2
* strtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MINKamil Dudka2010-05-291-1/+1
* telnet: Allow programatic use of telnet.Ben Greear2010-04-291-1/+3
* encourage users to take latest lib dependencies.Guenter Knauf2010-04-242-4/+4
* 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