aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-10-14options: check for features for some optionsDaniel Stenberg
2010-10-14Some more small Watcom makefile fixes.Guenter Knauf
2010-10-13Modified Watcom makefiles to work on Linux too.Guenter Knauf
2010-10-13gitignore: ignore Makefile.vc10.dist made by maketgzDaniel Stenberg
2010-10-12header_callback: strip off file path separated with backslashesDaniel Stenberg
2010-10-12Get the curl source files for Amiga from Makefile.incDan Fandrich
2010-10-12Added build bits for librtmp / libssh2 to Watcom makefiles.Guenter Knauf
2010-10-12Added build bits for librtmp to NetWare makefiles.Guenter Knauf
2010-10-11Added build bits for librtmp to MingW32 makefiles.Guenter Knauf
2010-10-08globbing: fix crash on unballanced open braceDaniel Stenberg
2010-10-03Some NetWare makefile tweaks.Guenter Knauf
2010-09-16whitespace: unified sourceDaniel Stenberg
2010-09-16remote-header-name: don't output filename when NULLDaniel Stenberg
2010-09-12glob_word: remove a check that is always falseDaniel Stenberg
2010-09-02Use checkprefix() to compare protocol-specific stringsDan Fandrich
2010-09-02Moved S_ISREG define to setup as suggested by Dan.Guenter Knauf
2010-09-02Added S_ISREG define for Win32.Guenter Knauf
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