aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-02Moved the LDAP API defines from Makefile.Watcom to config-win32.h.Guenter Knauf
2010-08-02retry: consider retrying even if -f is usedDaniel Stenberg
2010-08-01multi: fix FTPS connecting the data connection with OpenSSLDaniel Stenberg
2010-08-01Fixed curlbuild.h rule.Guenter Knauf
2010-08-01Added rule to create curlbuild.h if not present (for builds from git).Guenter Knauf
2010-08-01Added dependend libs for curl static linking.Guenter Knauf
2010-07-31Fixed curl.exe static linking.Guenter Knauf
2010-07-30warning: silence a win64 compiler warningDaniel Stenberg
2010-07-30KNOWN_BUG: The SOCKET type in Win64 is 64 bitsDaniel Stenberg
2010-07-30smtp_connect: always provide host name bufferDaniel Stenberg
2010-07-30sethostname: avoid including unistd.h to duck for warningsDaniel Stenberg
2010-07-30sethostname: ISO C does not allow extra `;' outside of a functionDaniel Stenberg
2010-07-30NTLM tests: boost coverage by forcing the hostnameKamil Dudka
2010-07-29Added a comment with an alternate idea to avoid the backslash line continatio...Guenter Knauf
2010-07-29Changed comparison to match size_t var type.Guenter Knauf
2010-07-29Removed unused vars to avoid compiler warnings.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-28some cosmetic changes.Guenter Knauf
2010-07-26Added md4.c to the Watcom makefileDan Fandrich
2010-07-26Added PolarSSL to the docsDan Fandrich
2010-07-25curl-config: --built-shared returns shared infoDaniel Stenberg
2010-07-24add_buffer_send: fix compiler warningDaniel Stenberg
2010-07-22Updated library versions.Guenter Knauf
2010-07-22Fixed script version which was still based on CVS Revision tag.Guenter Knauf
2010-07-21FAQ: Why doesn't cURL error out when the cable is unplugged?Dan Fandrich
2010-07-21ssh: Fix compile error on 64-bit systems.Ben Greear
2010-07-21build: Enable configure --enable-werrorBen Greear
2010-07-21pingpong: Fix indentation (whitespace change only)Ben Greear
2010-07-18CUSTOMREQUEST: shouldn't be disabled when HTTP is disabledJan Van Boghout
2010-07-18pingpong: response_time is millisecondsJan Van Boghout
2010-07-18ftp: response timeout bug in "quote" sendingJan Van Boghout
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-14releasnote: synch up with commit f3b77e5611dDaniel Stenberg
2010-07-14examples: add curl_multi_timeoutConstantine Sapuntzakis
2010-07-12configure: document the STATICLIB variableDaniel Stenberg
2010-07-12multi: fix condition that remove timers before triggerConstantine Sapuntzakis
2010-07-12threaded resolver: fix timeout issueConstantine Sapuntzakis
2010-07-12configure: allow environments variable to override internalsDaniel Stenberg
2010-07-09Improved the Android build instructionsDan Fandrich
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-06http: don't enable chunked during authentication negotiationsDaniel Stenberg