Age | Commit message (Expand) | Author |
2010-08-06 | multi_socket: set timeout for 100-continue | Daniel Stenberg |
2010-08-06 | Some more Watcom makefile massage ... | Guenter Knauf |
2010-08-05 | build: fix libssh2_scp_send64() availability | Yang Tse |
2010-08-04 | build: remove unneeded cast to (void *) | Yang Tse |
2010-08-04 | build: remove unused file | Yang Tse |
2010-08-04 | SCP: send large files properly with new enough libssh2 | Daniel Stenberg |
2010-08-03 | build: add missing new files to non-configure target build files | Yang Tse |
2010-08-03 | md4: replace bcopy usage with memcpy | Yang Tse |
2010-08-03 | RELEASE-NOTES: synced with recent changes | Daniel Stenberg |
2010-08-02 | TODO-RELEASE: clear, file not really used ATM | Daniel Stenberg |
2010-08-02 | typecheck-gcc: add checks for recently added options | Daniel Stenberg |
2010-08-02 | .gitignore: ignore all built examples | Daniel Stenberg |
2010-08-02 | example: fix code to build warning-free | Daniel Stenberg |
2010-08-02 | Curl_connected_proxy: skip the bits.tcpconnect check | Daniel Stenberg |
2010-08-02 | sethostname: provide local prototype for gethostname | Daniel Stenberg |
2010-08-02 | build: add typecast to avoid warning | Daniel Stenberg |
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 | Moved the LDAP API defines from Makefile.Watcom to config-win32.h. | Guenter Knauf |
2010-08-02 | retry: consider retrying even if -f is used | Daniel Stenberg |
2010-08-01 | multi: fix FTPS connecting the data connection with OpenSSL | Daniel Stenberg |
2010-08-01 | Fixed curlbuild.h rule. | Guenter Knauf |
2010-08-01 | Added rule to create curlbuild.h if not present (for builds from git). | Guenter Knauf |
2010-08-01 | Added dependend libs for curl static linking. | Guenter Knauf |
2010-07-31 | Fixed curl.exe static linking. | Guenter Knauf |
2010-07-30 | warning: silence a win64 compiler warning | Daniel Stenberg |
2010-07-30 | KNOWN_BUG: The SOCKET type in Win64 is 64 bits | Daniel Stenberg |
2010-07-30 | smtp_connect: always provide host name buffer | Daniel Stenberg |
2010-07-30 | sethostname: avoid including unistd.h to duck for warnings | Daniel Stenberg |
2010-07-30 | sethostname: ISO C does not allow extra `;' outside of a function | Daniel Stenberg |
2010-07-30 | NTLM tests: boost coverage by forcing the hostname | Kamil Dudka |
2010-07-29 | Added a comment with an alternate idea to avoid the backslash line continatio... | Guenter Knauf |
2010-07-29 | Changed comparison to match size_t var type. | Guenter Knauf |
2010-07-29 | Removed unused vars to avoid compiler warnings. | 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-28 | some cosmetic changes. | Guenter Knauf |
2010-07-26 | Added md4.c to the Watcom makefile | Dan Fandrich |
2010-07-26 | Added PolarSSL to the docs | Dan Fandrich |
2010-07-25 | curl-config: --built-shared returns shared info | Daniel Stenberg |
2010-07-24 | add_buffer_send: fix compiler warning | Daniel Stenberg |
2010-07-22 | Updated library versions. | Guenter Knauf |
2010-07-22 | Fixed script version which was still based on CVS Revision tag. | Guenter Knauf |
2010-07-21 | FAQ: Why doesn't cURL error out when the cable is unplugged? | Dan Fandrich |
2010-07-21 | ssh: Fix compile error on 64-bit systems. | Ben Greear |
2010-07-21 | build: Enable configure --enable-werror | Ben Greear |