aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-17windows: suppress UI in all CryptAcquireContext() callsViktor Szakats
2020-03-17writeout_json: add missing comma to fix the HTTP versionDaniel Stenberg
2020-03-17test 970: verify --write-out '%{json}'Daniel Stenberg
2020-03-17writeout: support to generate JSON outputMathias Gumz
2020-03-17CI: stop ignoring 323, it is disabledDaniel Stenberg
2020-03-17DISABLED: disable test 323Daniel Stenberg
2020-03-17ci/tests: increase timeouts for torture builds on Azure PipelinesMarc Hoersken
2020-03-16cmake: add support for building with wolfSSLDaniel Stenberg
2020-03-16tool_operate: fix add_parallel_transfers when more are in queueDaniel Stenberg
2020-03-16vtls: free ssl_config leftovers on out-of-memoryDaniel Stenberg
2020-03-16ci/tests: fix Azure Pipelines not running for pull requestsMarc Hoersken
2020-03-15gskit: update the copyright year rangeDaniel Stenberg
2020-03-15gskit: use our internal select wrapper for portabilityMarc Hoersken
2020-03-15tests: fix verification of stdout in test 1452 due to newlineMarc Hoersken
2020-03-15ci/tests: install impacket for SMB tests on FreeBSD using CirrusCIMarc Hoersken
2020-03-15tests/README: add note about manually installing python-impacketMarc Hoersken
2020-03-15transfer: cap retries of "dead connections" to 5Daniel Stenberg
2020-03-15TODO: TLS-PSK with OpenSSLDaniel Stenberg
2020-03-15select: add 'timeout_ms' wrap-around precaution to Curl_selectMarc Hoersken
2020-03-15select: fix 'pending_ms' is assigned a value that is never usedMarc Hoersken
2020-03-15select: move duplicate select preparation code into Curl_selectMarc Hoersken
2020-03-15connect: happy eyeballs cleanupDaniel Stenberg
2020-03-15ci/tests: fix and align setting TFLAGS for make test-nonflakyMarc Hoersken
2020-03-15ci/tests: install test suite dependencies stunnel and impacketMarc Hoersken
2020-03-15tests: remove python_dependencies for smbserver from our treeMarc Hoersken
2020-03-14Makefile.m32: Improve windres parameter compatibilityJay Satiro
2020-03-14easy: Fix curl_easy_duphandle for builds missing IPv6 that use c-aresJay Satiro
2020-03-13docs: add warnings about FILE: URLs on WindowsDaniel Stenberg
2020-03-13server/getpart: make the "XML-parser" stricterDaniel Stenberg
2020-03-13impacket: some more Python 3 code compatibility updatesMarc Hoersken
2020-03-13smbserver: pin Python version to 2 since we are not yet 3 compatibleMarc Hoersken
2020-03-12cleanup: fix some text/comment typosViktor Szakats
2020-03-12smbserver: fix Python version specific ConfigParser importMarc Hoersken
2020-03-11RELEASE-NOTES: syncedDaniel Stenberg
2020-03-11tests/data: Fix some XML formatting issues in test casesDan Fandrich
2020-03-11Makefile: run the cd commands in a subshellMuhammad Herdiansyah
2020-03-11configure: convert -I to -isystem as a last stepDaniel Stenberg
2020-03-11configure: fix -pedantic-errors for GCC 5 and laterDaniel Stenberg
2020-03-11configure: document 'compiler_num' for gccDaniel Stenberg
2020-03-11RELEASE-NOTES: 7.69.1Daniel Stenberg
2020-03-11THANKS: from the 7.69.1 releaseDaniel Stenberg
2020-03-10test1129: fix invalid case of closing XML-tag and Content-LengthMarc Hoersken
2020-03-10tests/data: fix static ip instead of dynamic value being usedMarc Hoersken
2020-03-10tests/data: fix static ip:port instead of dynamic values being usedMarc Hoersken
2020-03-10tests/server: fix missing use of exe_ext helper functionMarc Hoersken
2020-03-10runtests: log minimal and maximal used port numbersMarc Hoersken
2020-03-09sftp: fix segfault regression introduced by #4747Jim Fuller
2020-03-08RELEASE-NOTES: syncedDaniel Stenberg
2020-03-08socks4: fix host resolve regressionDaniel Stenberg
2020-03-08silly web server: silent a compilation warningPatrick Monnerat