summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added S_ISREG define for Win32.Guenter Knauf2010-09-021-0/+5
* Gopher protocol support (initial release)Cameron Kaiser2010-08-251-0/+1
* Fixed a NULL pointer dereference in form postingDan Fandrich2010-08-241-2/+7
* cmdline: make -F type= accept ;charset=Daniel Stenberg2010-08-211-0/+8
* Use the S_ISREG macro to determine what is a regular fileDan Fandrich2010-08-191-1/+1
* It is sufficient to pipe stderr to NUL to get rid of the nasty messages.Guenter Knauf2010-08-182-3/+3
* Syncroniszed vclean target; fixed some comments.Guenter Knauf2010-08-153-6/+5
* curl -T: ignore file size of special filesKamil Dudka2010-08-151-1/+4
* Added OpenSSL builds to Watcom makefiles.Guenter Knauf2010-08-111-0/+13
* More Watcom makefile fixes ...Guenter Knauf2010-08-101-4/+8
* Fixed my wrong edit.Guenter Knauf2010-08-101-2/+2
* More Watcom makefile fixes.Guenter Knauf2010-08-101-2/+11
* Changed test for -u switch in order to enable other wmake switches.Guenter Knauf2010-08-101-1/+1
* Updated lib dependency versions.Guenter Knauf2010-08-101-4/+4
* Fix to overwrite libcurl name.Guenter Knauf2010-08-071-4/+9
* Some more Watcom makefile massage ...Guenter Knauf2010-08-061-21/+21
* Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.Guenter Knauf2010-08-027-9/+12
* Removed ugly dependency lists since wmake knows the .autodepend directive.Guenter Knauf2010-08-021-69/+1
* Use suffix search path for sources in lib folder.Guenter Knauf2010-08-021-8/+3
* Changed src/Makefile.Watcom to use CURL_SOURCES from src/Makefile.inc.Guenter Knauf2010-08-021-5/+2
* Renamed curl_SOURCES to CURL_ALLFILES to overcome wmake's case-insensitivity.Guenter Knauf2010-08-022-3/+3
* Removed wlink from DLL loader list because it doesnt work with Watcom < 1.8.Guenter Knauf2010-08-021-1/+0
* retry: consider retrying even if -f is usedDaniel Stenberg2010-08-021-2/+6
* 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