summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* travis: enable warnings also in release modeMarcel Raad2017-07-121-1/+1
* travis: install libssh2Max Dymond2017-07-121-0/+1
* system.h: include winsock2.h before windows.hMarcel Raad2017-07-121-1/+1
* build: remove WIN32_LEAN_AND_MEAN from individual build systemsMarcel Raad2017-07-112-5/+0
* ISSUE_TEMPLATE: Add a comment not to file security issues on githubJay Satiro2017-07-111-2/+2
* curl_setup: always define WIN32_LEAN_AND_MEAN on WindowsMarcel Raad2017-07-113-7/+12
* strerror: Preserve Windows error code in some functionsJay Satiro2017-07-116-48/+51
* tests: Fix up issues with errno in test filesMax Dymond2017-07-107-25/+25
* errno: fix non-windows builds after af0216251b94e7Daniel Stenberg2017-07-102-6/+8
* make: fix docs build on OpenBSDRyan Winograd2017-07-101-0/+3
* ldap: fix MinGW compiler warningMarcel Raad2017-07-101-2/+1
* curl-compilers.m4: disable warning spam with Cygwin's clangMarcel Raad2017-07-101-1/+9
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-1014-93/+76
* tool_getparam: fix potentially uninitialized errJay Satiro2017-07-091-1/+2
* smb: rename variable to fix shadowing warningMarcel Raad2017-07-091-5/+5
* tool_cb_wrt: fix variable shadowing warningMarcel Raad2017-07-091-3/+3
* RELEASE-NOTES: synced with be2c999b8Daniel Stenberg2017-07-081-6/+29
* travis: install stunnelDaniel Stenberg2017-07-071-0/+1
* valgrind.supp: supress OpenSSL false positive seen on travisDaniel Stenberg2017-07-071-0/+21
* travis: detect and use valgrind for normal buildsDaniel Stenberg2017-07-071-1/+1
* travis: add SMB, DICT, TELNET torture to coverage testDaniel Stenberg2017-07-071-1/+1
* cmake: offer CMAKE_DEBUG_POSTFIX when building with MSVCPaul Harris2017-07-072-5/+10
* CURLOPT_POSTFIELDS.3: explain the 100-continue magic betterDaniel Stenberg2017-07-071-3/+5
* test1452: add telnet negotiationMax Dymond2017-07-076-4/+552
* travis: do more tests in the coverage runDaniel Stenberg2017-07-071-2/+3
* curl_easy_escape.3: mention the (lack of) encodingDaniel Stenberg2017-07-071-1/+10
* memdebug: don't setbuf() if the file open failedGisle Vanem2017-07-061-1/+2
* appveyor: enable CURL_WERROR on all buildsDaniel Stenberg2017-07-061-1/+1
* cmake: add CURL_WERROR for enabling "warning as errors"Daniel Stenberg2017-07-061-0/+11
* cmake: remove spurious "-l" from linker flagsHannes Magnusson2017-07-061-1/+1
* test506: skip if threaded-resolverDaniel Stenberg2017-07-061-0/+5
* runtests: support "threaded-resolver" as a featureDaniel Stenberg2017-07-062-0/+11
* asyn-thread.c: fix unused variable warnings on macOSDaniel Stenberg2017-07-061-13/+14
* http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLDDaniel Stenberg2017-07-062-4/+9
* cmake: if inet_pton is used, bump _WIN32_WINNTDaniel Stenberg2017-07-051-7/+11
* select.h: avoid macro redefinition harderDaniel Stenberg2017-07-051-2/+3
* inet_pton: fix include on windows to get prototypeDaniel Stenberg2017-07-051-1/+4
* TODO: 1.10 auto-detect proxyDaniel Stenberg2017-07-051-0/+13
* TODO: HTTP proxy CONNECT is non-blocking nowDaniel Stenberg2017-07-051-1/+0
* cmake: fix send/recv argument scanner for windowsDaniel Stenberg2017-07-051-6/+6
* RELEASE-NOTES: synced with 596cfb6c0Daniel Stenberg2017-07-051-5/+42
* smb: add support for CURLOPT_FILETIMEGisle Vanem2017-07-041-3/+24
* travis: install nghttp2 on linux buildsDaniel Stenberg2017-07-041-1/+10
* smb: fix build for djgpp/MSDOSGisle Vanem2017-07-041-1/+1
* configure: try ldap/lber in reversed order firstDaniel Stenberg2017-07-041-1/+1
* configure: remove checks for 5 functions never usedDaniel Stenberg2017-07-042-19/+1
* dist: add SMB python deps into the tarballDaniel Stenberg2017-07-041-1/+8
* test1451: add SMB support to the testbedMax Dymond2017-07-047-511/+889
* test: add impacket for SMB testingMax Dymond2017-07-0413-0/+18266
* travis.yml: use --enable-werror on debug buildsDaniel Stenberg2017-07-041-1/+1