aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-01ci/tests: Update Azure DevOps pipeline job display namesMarc Hoersken
2020-03-01ci/tests: Fix typo in previous commit 597cf2Marc Hoersken
2020-03-01ci/tests: Make sure that the AZURE_ACCESS_TOKEN is availableMarc Hoersken
2020-03-01build: remove all HAVE_OPENSSL_ENGINE_H definesDaniel Stenberg
2020-02-29CMake: clean up and improve build proceduresRolf Eike Beer
2020-02-29runtests: fix output to command logJay Satiro
2020-03-01polarssl: Additional removalSteve Holme
2020-02-29docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> alwaysJonathan Cardoso Machado
2020-02-29md5: Added implementation for mbedTLSSteve Holme
2020-02-29md5: Use pointer notation for array parameters in GnuTLS implementationSteve Holme
2020-02-29md4: Use non-deprecated functions in mbedTLS >= 2.7.0Steve Holme
2020-02-29ci/tests: Send test results to Azure DevOps for reportingMarc Hoersken
2020-02-29pause: force-drain the transfer on unpauseDaniel Stenberg
2020-02-29TODO: curl --proxycommandDaniel Stenberg
2020-02-28smtp: overwriting 'from' leaks memoryDaniel Stenberg
2020-02-28CIfuzz: switch off 'dry_run' modeDaniel Stenberg
2020-02-28ci/tests: Increase timeouts of Windows builds due to new testsMarc Hoersken
2020-02-27ci/tests: align Azure Pipeline job names with each otherMarc Hoersken
2020-02-27ci/tests: Add Windows builds via Azure Pipelines using DockerMarc Hoersken
2020-02-27tests: fix Python 3 compatibility of smbserver.pyMarc Hoersken
2020-02-27runtests: restore the command logDaniel Stenberg
2020-02-27smtp: fix memory leak on exit pathDaniel Stenberg
2020-02-27gtls: Fixed compilation when using GnuTLS < 3.5.0Steve Holme
2020-02-27RELEASE-NOTES: Corrected the link to issue #4892Steve Holme
2020-02-27Curl_is_ASCII_name: handle a NULL argumentDaniel Stenberg
2020-02-27RELEASE-NOTES: syncedDaniel Stenberg
2020-02-27http2: make pausing/unpausing set/clear local stream windowDaniel Stenberg
2020-02-27libssh: improve known hosts handlingAnderson Toshiyuki Sasaki
2020-02-27tests: Automatically deduce the tool name from the test case for unit testsSteve Holme
2020-02-27test1323: Added the missing 'unit test' feature requirement in the test caseSteve Holme
2020-02-26cookie: remove unnecessary check for 'out != 0'Daniel Stenberg
2020-02-26http: added 417 response treatmentDaniel Stenberg
2020-02-26smtp: Tidy up, following recent changes, to maintain the coding styleSteve Holme
2020-02-26smtp: Support the SMTPUTF8 extension for the EXPN commandSteve Holme
2020-02-26smtp: Support the SMTPUTF8 extension in the VRFY commandSteve Holme
2020-02-26smtp: Support the SMTPUTF8 extension in the RCPT TO commandSteve Holme
2020-02-26smtp: Support the SMTPUTF8 extension in the MAIL commandSteve Holme
2020-02-26smtp: Detect server support for the UTF-8 extension as defined in RFC-6531Steve Holme
2020-02-26smtp: Support UTF-8 based host names in the VRFY commandSteve Holme
2020-02-26smtp: Support UTF-8 based host names in the RCPT TO commandSteve Holme
2020-02-26smtp: Support UTF-8 based host names in the MAIL commandSteve Holme
2020-02-26url: Make the IDN conversion functions available to othersSteve Holme
2020-02-25smtp: Added UTF-8 mailbox tests to verify existing behaviourSteve Holme
2020-02-24ftpserver: Updated VRFY_smtp() so the response isn't necessary in the test caseSteve Holme
2020-02-24ftpserver: Corrected the e-mail address regex in MAIL_smtp() and RCTP_smtp()Steve Holme
2020-02-24hmac: Added a unit test for the HMAC hash generationSteve Holme
2020-02-24ntlm: Moved the HMAC MD5 function into the HMAC module as a generic functionSteve Holme
2020-02-23tests: Added a unit test for MD4 digest generationSteve Holme
2020-02-23md4: Use const for the length input parameterSteve Holme
2020-02-23test1610: Fixed the link to the unit testSteve Holme