summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib1564: reduce number of mid-wait wakeup callsbagder/soften-test1564Daniel Stenberg2020-03-071-2/+2
* version: make curl_version* thread-safe without using global contextDaniel Stenberg2020-03-076-103/+100
* RELEASE-NOTES: syncedDaniel Stenberg2020-03-071-6/+27
* tests: use native Sleep function as fallback on WindowsMarc Hoersken2020-03-071-2/+7
* perl: align order and completeness of Windows OS checksMarc Hoersken2020-03-072-2/+2
* tool_cb_see: set correct copyright year rangeDaniel Stenberg2020-03-072-2/+2
* seek: fix fallback for missing ftruncate on WindowsMarc Hoersken2020-03-073-8/+7
* config-win32: Windows does not have ftruncateMarc Hoersken2020-03-071-1/+1
* pause: force a connection (re-)check after unpausingDaniel Stenberg2020-03-071-0/+4
* socks5: switch state properly when the resolve is doneDaniel Stenberg2020-03-071-2/+2
* libssh: Fix matching user-specified MD5 hex keyJay Satiro2020-03-079-8/+159
* pause: bail out on bad inputDaniel Stenberg2020-03-061-6/+12
* unit1612: fixed the inclusion and compilation of the HMAC unit testSteve Holme2020-03-062-2/+3
* pause: return early for calls that don't change pause stateDaniel Stenberg2020-03-061-0/+7
* curl_share_setopt.3: Note sharing cookies doesn't enable the engineJay Satiro2020-03-061-0/+2
* multi: skip EINTR check on wakeup socket if it was closedJay Satiro2020-03-061-2/+4
* transfer: set correct copyright year rangeDaniel Stenberg2020-03-061-1/+1
* urldata: remove the 'stream_was_rewound' connectdata struct memberDaniel Stenberg2020-03-062-6/+2
* Revert "pause: force-drain the transfer on unpause"bagder/revert-unpause-h2Daniel Stenberg2020-03-052-4/+2
* RELEASE-NOTES: syncedDaniel Stenberg2020-03-052-259/+17
* MANUAL: update a dict-using command lineDaniel Stenberg2020-03-051-1/+1
* KNOWN_BUGS: configure --with-gssapi with Heimdal is ignored on macOSDaniel Stenberg2020-03-051-0/+7
* polarssl: remove more references and mentionsDaniel Stenberg2020-03-0511-42/+19
* tests: wrap ignored test failures in bracesMarc Hoersken2020-03-041-1/+7
* tests: align some Windows sleep defines with each otherMarc Hoersken2020-03-043-5/+5
* tests: try to make sleeping portable by avoiding selectMarc Hoersken2020-03-043-8/+37
* runtests.1: rephrase how to specify what tests to runDaniel Stenberg2020-03-041-16/+25
* cirrus-ci: disable the FreeBSD 13 buildsDaniel Stenberg2020-03-041-1/+1
* RELEASE-NOTES: 7.69.0curl-7_69_0Daniel Stenberg2020-03-041-52/+86
* THANKS: from 7.69.0Daniel Stenberg2020-03-041-112/+151
* ci/tests: fix escaping of testnames and disable proxy for CI APIsMarc Hoersken2020-03-032-8/+14
* cmake: Show HTTPS-proxy in the features outputJay Satiro2020-03-031-0/+1
* ci/tests: Make it possible to still run but ignore failing testsMarc Hoersken2020-03-034-27/+62
* README.md: add Azure DevOps Pipelines build status badgeMarc Hoersken2020-03-031-0/+1
* ci/tests: Move CI test result creation above environment setupMarc Hoersken2020-03-031-10/+14
* ci/tests: Send test results to AppVeyor for status overviewMarc Hoersken2020-03-033-1/+115
* Revert "sha256: Added SecureTransport implementation"Daniel Stenberg2020-03-031-70/+0
* dist: include tests/azure.pm in the tarballDaniel Stenberg2020-03-031-1/+2
* configure.ac: Disable metalink if mbedTLS is specifiedSteve Holme2020-03-031-2/+2
* sha256: Tidy up following recent changesSteve Holme2020-03-031-20/+59
* sha256: Added WinCrypt implementationSteve Holme2020-03-031-0/+39
* sha256: Added SecureTransport implementationSteve Holme2020-03-031-0/+31
* sha256: Added mbedtls implementationSteve Holme2020-03-031-0/+48
* sha256: Added GNU TLS gcrypt implementationSteve Holme2020-03-031-0/+29
* sha256: Added GNU TLS Nettle implementationSteve Holme2020-03-031-1/+31
* curl_escape.3: Add a link to curl_freeJay Satiro2020-03-021-1/+1
* curl_getenv.3: Fix the memory handling descriptionJay Satiro2020-03-021-4/+4
* md4: use init/update/final functions in Secure TransportNick Zitzmann2020-03-021-20/+8
* ci/tests: some MacOS builds randomly take longer than 20minMarc Hoersken2020-03-021-2/+2
* multi_wait: stop loop when sread() returns zeroDaniel Stenberg2020-03-021-1/+1