summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* multi_wait: stop loop when sread() returns zerobagder/multi-wait-sreadDaniel Stenberg2020-03-021-1/+1
* configure: bump the AC_COPYRIGHT year rangeDaniel Stenberg2020-03-021-1/+1
* tests: disable SMTP UTF-8 tests on WindowsSteve Holme2020-03-0214-3/+27
* formdata/mime: copyright year range updateDaniel Stenberg2020-03-023-3/+3
* Revert "mime: latch last read callback status."Daniel Stenberg2020-03-0213-616/+12
* Revert "mime: do not perform more than one read in a row"Daniel Stenberg2020-03-0215-679/+77
* Revert "mime: fix the binary encoder to handle large data properly"Daniel Stenberg2020-03-026-423/+4
* altsvc: both h3 backends now speak h3-27Daniel Stenberg2020-03-022-2/+2
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-026-4/+423
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-0215-77/+679
* mime: latch last read callback status.Patrick Monnerat2020-03-0213-12/+616
* unit1651: Fixed conversion compilation warningSteve Holme2020-03-011-2/+2
* configure.ac: Disable metalink support if an incompatible SSL/TLS specifiedSteve Holme2020-03-011-0/+6
* ci/tests: Update Azure DevOps pipeline job display namesMarc Hoersken2020-03-011-23/+23
* ci/tests: Fix typo in previous commit 597cf2Marc Hoersken2020-03-011-1/+1
* ci/tests: Make sure that the AZURE_ACCESS_TOKEN is availableMarc Hoersken2020-03-011-1/+1
* build: remove all HAVE_OPENSSL_ENGINE_H definesDaniel Stenberg2020-03-018-24/+8
* CMake: clean up and improve build proceduresRolf Eike Beer2020-02-298-67/+32
* runtests: fix output to command logJay Satiro2020-02-291-14/+3
* polarssl: Additional removalSteve Holme2020-03-013-68/+2
* 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