summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: remove all HAVE_OPENSSL_ENGINE_H definesbagder/HAVE_OPENSSL_ENGINE_HDaniel Stenberg2020-02-298-24/+8
* docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> alwaysJonathan Cardoso Machado2020-02-291-1/+1
* md5: Added implementation for mbedTLSSteve Holme2020-02-291-0/+50
* md5: Use pointer notation for array parameters in GnuTLS implementationSteve Holme2020-02-291-4/+4
* md4: Use non-deprecated functions in mbedTLS >= 2.7.0Steve Holme2020-02-291-1/+12
* ci/tests: Send test results to Azure DevOps for reportingMarc Hoersken2020-02-293-1/+206
* pause: force-drain the transfer on unpauseDaniel Stenberg2020-02-292-2/+4
* TODO: curl --proxycommandDaniel Stenberg2020-02-291-0/+11
* smtp: overwriting 'from' leaks memoryDaniel Stenberg2020-02-281-0/+3
* CIfuzz: switch off 'dry_run' modeDaniel Stenberg2020-02-281-3/+2
* ci/tests: Increase timeouts of Windows builds due to new testsMarc Hoersken2020-02-281-10/+10
* ci/tests: align Azure Pipeline job names with each otherMarc Hoersken2020-02-271-5/+5
* ci/tests: Add Windows builds via Azure Pipelines using DockerMarc Hoersken2020-02-271-2/+220
* tests: fix Python 3 compatibility of smbserver.pyMarc Hoersken2020-02-271-2/+5
* runtests: restore the command logDaniel Stenberg2020-02-271-3/+3
* smtp: fix memory leak on exit pathDaniel Stenberg2020-02-271-1/+3
* gtls: Fixed compilation when using GnuTLS < 3.5.0Steve Holme2020-02-271-1/+5
* RELEASE-NOTES: Corrected the link to issue #4892Steve Holme2020-02-271-1/+1
* Curl_is_ASCII_name: handle a NULL argumentDaniel Stenberg2020-02-272-2/+4
* RELEASE-NOTES: syncedDaniel Stenberg2020-02-271-15/+38
* http2: make pausing/unpausing set/clear local stream windowDaniel Stenberg2020-02-275-39/+101
* libssh: improve known hosts handlingAnderson Toshiyuki Sasaki2020-02-271-6/+92
* tests: Automatically deduce the tool name from the test case for unit testsSteve Holme2020-02-2739-153/+16
* test1323: Added the missing 'unit test' feature requirement in the test caseSteve Holme2020-02-271-0/+3
* cookie: remove unnecessary check for 'out != 0'Daniel Stenberg2020-02-261-1/+1
* http: added 417 response treatmentDaniel Stenberg2020-02-266-10/+137
* smtp: Tidy up, following recent changes, to maintain the coding styleSteve Holme2020-02-261-4/+4
* smtp: Support the SMTPUTF8 extension for the EXPN commandSteve Holme2020-02-263-10/+67
* smtp: Support the SMTPUTF8 extension in the VRFY commandSteve Holme2020-02-265-8/+131
* smtp: Support the SMTPUTF8 extension in the RCPT TO commandSteve Holme2020-02-264-6/+91
* smtp: Support the SMTPUTF8 extension in the MAIL commandSteve Holme2020-02-264-19/+111
* smtp: Detect server support for the UTF-8 extension as defined in RFC-6531Steve Holme2020-02-262-0/+7
* smtp: Support UTF-8 based host names in the VRFY commandSteve Holme2020-02-265-8/+87
* smtp: Support UTF-8 based host names in the RCPT TO commandSteve Holme2020-02-264-5/+85
* smtp: Support UTF-8 based host names in the MAIL commandSteve Holme2020-02-264-7/+187
* url: Make the IDN conversion functions available to othersSteve Holme2020-02-262-19/+23
* smtp: Added UTF-8 mailbox tests to verify existing behaviourSteve Holme2020-02-258-1/+359
* ftpserver: Updated VRFY_smtp() so the response isn't necessary in the test caseSteve Holme2020-02-242-6/+15
* ftpserver: Corrected the e-mail address regex in MAIL_smtp() and RCTP_smtp()Steve Holme2020-02-241-3/+3
* hmac: Added a unit test for the HMAC hash generationSteve Holme2020-02-244-2/+96
* ntlm: Moved the HMAC MD5 function into the HMAC module as a generic functionSteve Holme2020-02-243-31/+56
* tests: Added a unit test for MD4 digest generationSteve Holme2020-02-234-2/+89
* md4: Use const for the length input parameterSteve Holme2020-02-232-3/+6
* test1610: Fixed the link to the unit testSteve Holme2020-02-231-1/+1
* ntlm: Removed the dependency on the TLS libaries when using MD5Steve Holme2020-02-232-12/+11
* md5/sha256: Updated the functions to allow non-string data to be hashedSteve Holme2020-02-237-48/+45
* digest: Corrected the name of the local HTTP digest functionSteve Holme2020-02-231-12/+12
* tests: Added a unit test for SHA256 digest generationSteve Holme2020-02-226-6/+126
* md4: Fixed compilation issues when using GNU TLS gcryptSteve Holme2020-02-221-4/+7
* RELEASE-NOTES: syncedDaniel Stenberg2020-02-211-4/+27