aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-07-01unit1399: add logging to time comparisonDaniel Stenberg
2017-06-30make: build the docs subdir only from within srcDaniel Stenberg
2017-06-30test1450: fix up DICT server in torture modeMax Dymond
2017-06-30test1450: add simple testing for DICTMax Dymond
2017-06-30test1521: fix out-of-tree builds, broken with 467da3afDan Fandrich
2017-06-30http2: handle PING framesMax Dymond
2017-06-30handler: refactor connection checkingMax Dymond
2017-06-30openssl: improve fallback seed of PRNG with a time based hashdmitrykos
2017-06-30progress: prevent resetting t_starttransferRyan Winograd