aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-03-08cookie: get_top_domain() sets zero length for null domainsPatrick Monnerat
2020-03-08test 1560: avoid valgrind false positivesPatrick Monnerat
2020-03-08sha256: Added WinCrypt implementationSteve Holme
2020-03-08sha256: Added SecureTransport implementationSteve Holme
2020-03-07lib1564: reduce number of mid-wait wakeup callsDaniel Stenberg
2020-03-07mime: fix the binary encoder to handle large data properlyPatrick Monnerat
2020-03-07mime: do not perform more than one read in a rowPatrick Monnerat
2020-03-07mime: latch last read callback status.Patrick Monnerat
2020-03-07runtests: fix missing use of exe_ext helper functionMarc Hoersken
2020-03-07ares: store dns parameters for duphandleErnst Sjöstrand