aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-10callbacks: acknowledge progress callback error returnsDaniel Stenberg
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-10llist: hide Curl_llist_initDaniel Stenberg
2010-08-10Added msys Perl since git for Win32 comes with own Perl which identifies as m...Guenter Knauf
2010-08-10Updated lib dependency versions.Guenter Knauf
2010-08-10Make testcurl.pl Watcom-aware.Guenter Knauf
2010-08-10parse_remote_port: fix ;type= URL suffix over HTTP proxyDaniel Stenberg
2010-08-10indent: white space fixes onlyDaniel Stenberg
2010-08-09build: fix previous pushYang Tse
2010-08-09build: don't build libhostname unless shared libcurl is builtYang Tse
2010-08-09build: libhostname and chkhostname linkage adjustments followupYang Tse
2010-08-08typo: remove duplicate semicolonDaniel Stenberg
2010-08-08multi: avoid a malloc() when a transfer is completeDaniel Stenberg
2010-08-08build: libhostname linkage adjustments followupYang Tse
2010-08-07Fix to overwrite libcurl name.Guenter Knauf
2010-08-07build: chkhostname build adjustments followupYang Tse
2010-08-07build: allow NTLM tests to run on more build configurationsU-D5B1PQ1J\Administrador
2010-08-07curl_easy_setopt.3: rename stream to userdataDaniel Stenberg
2010-08-07Block created curlbuild.h for NetWare to avoid usage from other platforms.Guenter Knauf
2010-08-07RELEASE-NOTES: synced with recent changesDaniel Stenberg
2010-08-06build: ensure that libhostname doesn't get installedYang Tse
2010-08-06multi_socket: set timeout for 100-continueDaniel Stenberg
2010-08-06Some more Watcom makefile massage ...Guenter Knauf
2010-08-05build: fix libssh2_scp_send64() availabilityYang Tse
2010-08-04build: remove unneeded cast to (void *)Yang Tse
2010-08-04build: remove unused fileYang Tse
2010-08-04SCP: send large files properly with new enough libssh2Daniel Stenberg
2010-08-03build: add missing new files to non-configure target build filesYang Tse
2010-08-03md4: replace bcopy usage with memcpyYang Tse
2010-08-03RELEASE-NOTES: synced with recent changesDaniel Stenberg
2010-08-02TODO-RELEASE: clear, file not really used ATMDaniel Stenberg
2010-08-02typecheck-gcc: add checks for recently added optionsDaniel Stenberg
2010-08-02.gitignore: ignore all built examplesDaniel Stenberg
2010-08-02example: fix code to build warning-freeDaniel Stenberg
2010-08-02Curl_connected_proxy: skip the bits.tcpconnect checkDaniel Stenberg
2010-08-02sethostname: provide local prototype for gethostnameDaniel Stenberg
2010-08-02build: add typecast to avoid warningDaniel Stenberg
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