aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-11strerror: Preserve Windows error code in some functionsJay Satiro
2017-07-10tests: Fix up issues with errno in test filesMax Dymond
2017-07-10errno: fix non-windows builds after af0216251b94e7Daniel Stenberg
2017-07-10make: fix docs build on OpenBSDRyan Winograd
2017-07-10ldap: fix MinGW compiler warningMarcel Raad
2017-07-10curl-compilers.m4: disable warning spam with Cygwin's clangMarcel Raad
2017-07-10curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2017-07-09tool_getparam: fix potentially uninitialized errJay Satiro
2017-07-09smb: rename variable to fix shadowing warningMarcel Raad
2017-07-09tool_cb_wrt: fix variable shadowing warningMarcel Raad
2017-07-08RELEASE-NOTES: synced with be2c999b8Daniel Stenberg
2017-07-07travis: install stunnelDaniel Stenberg
2017-07-07valgrind.supp: supress OpenSSL false positive seen on travisDaniel Stenberg
2017-07-07travis: detect and use valgrind for normal buildsDaniel Stenberg
2017-07-07travis: add SMB, DICT, TELNET torture to coverage testDaniel Stenberg
2017-07-07cmake: offer CMAKE_DEBUG_POSTFIX when building with MSVCPaul Harris
2017-07-07CURLOPT_POSTFIELDS.3: explain the 100-continue magic betterDaniel Stenberg
2017-07-07test1452: add telnet negotiationMax Dymond
2017-07-07travis: do more tests in the coverage runDaniel Stenberg
2017-07-07curl_easy_escape.3: mention the (lack of) encodingDaniel Stenberg
2017-07-06memdebug: don't setbuf() if the file open failedGisle Vanem
2017-07-06appveyor: enable CURL_WERROR on all buildsDaniel Stenberg
2017-07-06cmake: add CURL_WERROR for enabling "warning as errors"Daniel Stenberg
2017-07-06cmake: remove spurious "-l" from linker flagsHannes Magnusson
2017-07-06test506: skip if threaded-resolverDaniel Stenberg
2017-07-06runtests: support "threaded-resolver" as a featureDaniel Stenberg
2017-07-06asyn-thread.c: fix unused variable warnings on macOSDaniel Stenberg
2017-07-06http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLDDaniel Stenberg
2017-07-05cmake: if inet_pton is used, bump _WIN32_WINNTDaniel Stenberg
2017-07-05select.h: avoid macro redefinition harderDaniel Stenberg
2017-07-05inet_pton: fix include on windows to get prototypeDaniel Stenberg
2017-07-05TODO: 1.10 auto-detect proxyDaniel Stenberg
2017-07-05TODO: HTTP proxy CONNECT is non-blocking nowDaniel Stenberg
2017-07-05cmake: fix send/recv argument scanner for windowsDaniel Stenberg
2017-07-05RELEASE-NOTES: synced with 596cfb6c0Daniel Stenberg
2017-07-04smb: add support for CURLOPT_FILETIMEGisle Vanem
2017-07-04travis: install nghttp2 on linux buildsDaniel Stenberg
2017-07-04smb: fix build for djgpp/MSDOSGisle Vanem
2017-07-04configure: try ldap/lber in reversed order firstDaniel Stenberg
2017-07-04configure: remove checks for 5 functions never usedDaniel Stenberg
2017-07-04dist: add SMB python deps into the tarballDaniel Stenberg
2017-07-04test1451: add SMB support to the testbedMax Dymond
2017-07-04test: add impacket for SMB testingMax Dymond
2017-07-04travis.yml: use --enable-werror on debug buildsDaniel Stenberg
2017-07-04tool_sleep: typecast to avoid macos compiler warningDaniel Stenberg
2017-07-04timeval.c: Use long long constant type for timeval assignmentMartin Kepplinger
2017-07-03url: make the original string get used on subsequent transfersDaniel Stenberg
2017-07-03gtls: fix build when sizeof(long) < sizeof(void *)Johannes Schindelin
2017-07-03unit1399: fix integer overflowRyan Winograd
2017-07-02cmake: Added compatibility options for older Windows versionsPer Malmberg