summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removed the native Makefile.riscos filesDan Fandrich2010-10-212-65/+1
* options: check for features for some optionsDaniel Stenberg2010-10-141-0/+8
* Some more small Watcom makefile fixes.Guenter Knauf2010-10-141-0/+1
* Modified Watcom makefiles to work on Linux too.Guenter Knauf2010-10-131-25/+38
* gitignore: ignore Makefile.vc10.dist made by maketgzDaniel Stenberg2010-10-131-0/+1
* header_callback: strip off file path separated with backslashesDaniel Stenberg2010-10-121-0/+12
* Get the curl source files for Amiga from Makefile.incDan Fandrich2010-10-121-3/+6
* Added build bits for librtmp / libssh2 to Watcom makefiles.Guenter Knauf2010-10-121-0/+18
* Added build bits for librtmp to NetWare makefiles.Guenter Knauf2010-10-121-0/+14
* Added build bits for librtmp to MingW32 makefiles.Guenter Knauf2010-10-111-2/+10
* globbing: fix crash on unballanced open braceDaniel Stenberg2010-10-081-3/+6
* Some NetWare makefile tweaks.Guenter Knauf2010-10-031-37/+43
* whitespace: unified sourceDaniel Stenberg2010-09-161-535/+535
* remote-header-name: don't output filename when NULLDaniel Stenberg2010-09-161-1/+2
* glob_word: remove a check that is always falseDaniel Stenberg2010-09-121-2/+0
* Use checkprefix() to compare protocol-specific stringsDan Fandrich2010-09-021-6/+6
* Moved S_ISREG define to setup as suggested by Dan.Guenter Knauf2010-09-022-5/+5
* 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