Age | Commit message (Expand) | Author |
2010-08-25 | Gopher protocol support (initial release) | Cameron Kaiser |
2010-08-24 | Fixed a NULL pointer dereference in form posting | Dan Fandrich |
2010-08-21 | cmdline: make -F type= accept ;charset= | Daniel Stenberg |
2010-08-19 | Use the S_ISREG macro to determine what is a regular file | Dan Fandrich |
2010-08-18 | It is sufficient to pipe stderr to NUL to get rid of the nasty messages. | Guenter Knauf |
2010-08-15 | Syncroniszed vclean target; fixed some comments. | Guenter Knauf |
2010-08-15 | curl -T: ignore file size of special files | Kamil Dudka |
2010-08-11 | Added OpenSSL builds to Watcom makefiles. | Guenter Knauf |
2010-08-10 | More Watcom makefile fixes ... | Guenter Knauf |
2010-08-10 | Fixed my wrong edit. | Guenter Knauf |
2010-08-10 | More Watcom makefile fixes. | Guenter Knauf |
2010-08-10 | Changed test for -u switch in order to enable other wmake switches. | Guenter Knauf |
2010-08-10 | Updated lib dependency versions. | Guenter Knauf |
2010-08-07 | Fix to overwrite libcurl name. | Guenter Knauf |
2010-08-06 | Some more Watcom makefile massage ... | Guenter Knauf |
2010-08-02 | Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro. | Guenter Knauf |
2010-08-02 | Removed ugly dependency lists since wmake knows the .autodepend directive. | Guenter Knauf |
2010-08-02 | Use suffix search path for sources in lib folder. | Guenter Knauf |
2010-08-02 | Changed src/Makefile.Watcom to use CURL_SOURCES from src/Makefile.inc. | Guenter Knauf |
2010-08-02 | Renamed curl_SOURCES to CURL_ALLFILES to overcome wmake's case-insensitivity. | Guenter Knauf |
2010-08-02 | Removed wlink from DLL loader list because it doesnt work with Watcom < 1.8. | Guenter Knauf |
2010-08-02 | retry: consider retrying even if -f is used | Daniel Stenberg |
2010-08-01 | Added dependend libs for curl static linking. | Guenter Knauf |
2010-07-31 | Fixed curl.exe static linking. | Guenter Knauf |
2010-07-29 | Added a comment with an alternate idea to avoid the backslash line continatio... | Guenter Knauf |
2010-07-29 | Make Watcom makefiles use Makefile.inc to reduce future maintainance. | Guenter Knauf |
2010-07-29 | Watcom makefiles overhaul. | Guenter Knauf |
2010-07-22 | Updated library versions. | Guenter Knauf |
2010-07-21 | build: Enable configure --enable-werror | Ben Greear |
2010-07-17 | remote-header-name: chop filename at next semicolon | Jeff Pohlmeyer |
2010-07-14 | --retry: access violation with URL part sets continued | Daniel Stenberg |
2010-07-07 | upload: Avoid infinite loop when checking for auth bits | Tor Arntsen |
2010-07-06 | upload: warn users trying to upload from stdin with anyauth | Daniel Stenberg |
2010-07-06 | --libcurl: list the tricky options instead of using [REMARK] | Daniel Stenberg |
2010-07-06 | curl: avoid setting libcurl options to its default | Daniel Stenberg |
2010-07-06 | --libcurl: hide setopt() calls setting default options | Daniel Stenberg |
2010-07-06 | --libcurl: use *_LARGE options with typecasted constants | Daniel Stenberg |
2010-06-29 | glob: backslash escaping bug | Daniel Stenberg |
2010-06-01 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2010-05-31 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2010-05-29 | strtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MIN | Kamil Dudka |
2010-04-29 | telnet: Allow programatic use of telnet. | Ben Greear |
2010-04-24 | encourage users to take latest lib dependencies. | Guenter Knauf |
2010-04-24 | curl: added --proto and --proto-redir | Alex Bligh |
2010-04-21 | curl: -O crash on windows | Daniel Stenberg |
2010-04-20 | replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles | Ruslan Gazizov |
2010-04-19 | parse_filename: strip trailing CRs and LFs | Daniel Stenberg |
2010-04-17 | parseconfig: Value stored to 'line' is never read | Daniel Stenberg |
2010-04-14 | ignore files generated by 'maketgz' | Daniel Stenberg |
2010-04-12 | fixed a path typo in src/Makefile.netware. | Guenter Knauf |