aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-25Gopher protocol support (initial release)Cameron Kaiser
2010-08-24Fixed a NULL pointer dereference in form postingDan Fandrich
2010-08-21cmdline: make -F type= accept ;charset=Daniel Stenberg
2010-08-19Use the S_ISREG macro to determine what is a regular fileDan Fandrich
2010-08-18It is sufficient to pipe stderr to NUL to get rid of the nasty messages.Guenter Knauf
2010-08-15Syncroniszed vclean target; fixed some comments.Guenter Knauf
2010-08-15curl -T: ignore file size of special filesKamil Dudka
2010-08-11Added OpenSSL builds to Watcom makefiles.Guenter Knauf
2010-08-10More Watcom makefile fixes ...Guenter Knauf
2010-08-10Fixed my wrong edit.Guenter Knauf
2010-08-10More Watcom makefile fixes.Guenter Knauf
2010-08-10Changed test for -u switch in order to enable other wmake switches.Guenter Knauf
2010-08-10Updated lib dependency versions.Guenter Knauf
2010-08-07Fix to overwrite libcurl name.Guenter Knauf
2010-08-06Some more Watcom makefile massage ...Guenter Knauf
2010-08-02Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.Guenter Knauf
2010-08-02Removed ugly dependency lists since wmake knows the .autodepend directive.Guenter Knauf
2010-08-02Use suffix search path for sources in lib folder.Guenter Knauf
2010-08-02Changed src/Makefile.Watcom to use CURL_SOURCES from src/Makefile.inc.Guenter Knauf
2010-08-02Renamed curl_SOURCES to CURL_ALLFILES to overcome wmake's case-insensitivity.Guenter Knauf
2010-08-02Removed wlink from DLL loader list because it doesnt work with Watcom < 1.8.Guenter Knauf
2010-08-02retry: consider retrying even if -f is usedDaniel Stenberg
2010-08-01Added dependend libs for curl static linking.Guenter Knauf
2010-07-31Fixed curl.exe static linking.Guenter Knauf
2010-07-29Added a comment with an alternate idea to avoid the backslash line continatio...Guenter Knauf
2010-07-29Make Watcom makefiles use Makefile.inc to reduce future maintainance.Guenter Knauf
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