Age | Commit message (Expand) | Author |
2020-03-02 | altsvc: both h3 backends now speak h3-27 | Daniel Stenberg |
2020-03-02 | mime: fix the binary encoder to handle large data properly | Patrick Monnerat |
2020-03-02 | mime: do not perform more than one read in a row | Patrick Monnerat |
2020-03-02 | mime: latch last read callback status. | Patrick Monnerat |
2020-03-01 | unit1651: Fixed conversion compilation warning | Steve Holme |
2020-03-01 | configure.ac: Disable metalink support if an incompatible SSL/TLS specified | Steve Holme |
2020-03-01 | ci/tests: Update Azure DevOps pipeline job display names | Marc Hoersken |
2020-03-01 | ci/tests: Fix typo in previous commit 597cf2 | Marc Hoersken |
2020-03-01 | ci/tests: Make sure that the AZURE_ACCESS_TOKEN is available | Marc Hoersken |
2020-03-01 | build: remove all HAVE_OPENSSL_ENGINE_H defines | Daniel Stenberg |
2020-02-29 | CMake: clean up and improve build procedures | Rolf Eike Beer |
2020-02-29 | runtests: fix output to command log | Jay Satiro |
2020-03-01 | polarssl: Additional removal | Steve Holme |
2020-02-29 | docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> always | Jonathan Cardoso Machado |
2020-02-29 | md5: Added implementation for mbedTLS | Steve Holme |
2020-02-29 | md5: Use pointer notation for array parameters in GnuTLS implementation | Steve Holme |
2020-02-29 | md4: Use non-deprecated functions in mbedTLS >= 2.7.0 | Steve Holme |
2020-02-29 | ci/tests: Send test results to Azure DevOps for reporting | Marc Hoersken |
2020-02-29 | pause: force-drain the transfer on unpause | Daniel Stenberg |
2020-02-29 | TODO: curl --proxycommand | Daniel Stenberg |
2020-02-28 | smtp: overwriting 'from' leaks memory | Daniel Stenberg |
2020-02-28 | CIfuzz: switch off 'dry_run' mode | Daniel Stenberg |
2020-02-28 | ci/tests: Increase timeouts of Windows builds due to new tests | Marc Hoersken |
2020-02-27 | ci/tests: align Azure Pipeline job names with each other | Marc Hoersken |
2020-02-27 | ci/tests: Add Windows builds via Azure Pipelines using Docker | Marc Hoersken |
2020-02-27 | tests: fix Python 3 compatibility of smbserver.py | Marc Hoersken |
2020-02-27 | runtests: restore the command log | Daniel Stenberg |
2020-02-27 | smtp: fix memory leak on exit path | Daniel Stenberg |
2020-02-27 | gtls: Fixed compilation when using GnuTLS < 3.5.0 | Steve Holme |
2020-02-27 | RELEASE-NOTES: Corrected the link to issue #4892 | Steve Holme |
2020-02-27 | Curl_is_ASCII_name: handle a NULL argument | Daniel Stenberg |
2020-02-27 | RELEASE-NOTES: synced | Daniel Stenberg |
2020-02-27 | http2: make pausing/unpausing set/clear local stream window | Daniel Stenberg |
2020-02-27 | libssh: improve known hosts handling | Anderson Toshiyuki Sasaki |
2020-02-27 | tests: Automatically deduce the tool name from the test case for unit tests | Steve Holme |
2020-02-27 | test1323: Added the missing 'unit test' feature requirement in the test case | Steve Holme |
2020-02-26 | cookie: remove unnecessary check for 'out != 0' | Daniel Stenberg |
2020-02-26 | http: added 417 response treatment | Daniel Stenberg |
2020-02-26 | smtp: Tidy up, following recent changes, to maintain the coding style | Steve Holme |
2020-02-26 | smtp: Support the SMTPUTF8 extension for the EXPN command | Steve Holme |
2020-02-26 | smtp: Support the SMTPUTF8 extension in the VRFY command | Steve Holme |
2020-02-26 | smtp: Support the SMTPUTF8 extension in the RCPT TO command | Steve Holme |
2020-02-26 | smtp: Support the SMTPUTF8 extension in the MAIL command | Steve Holme |
2020-02-26 | smtp: Detect server support for the UTF-8 extension as defined in RFC-6531 | Steve Holme |
2020-02-26 | smtp: Support UTF-8 based host names in the VRFY command | Steve Holme |
2020-02-26 | smtp: Support UTF-8 based host names in the RCPT TO command | Steve Holme |
2020-02-26 | smtp: Support UTF-8 based host names in the MAIL command | Steve Holme |
2020-02-26 | url: Make the IDN conversion functions available to others | Steve Holme |
2020-02-25 | smtp: Added UTF-8 mailbox tests to verify existing behaviour | Steve Holme |
2020-02-24 | ftpserver: Updated VRFY_smtp() so the response isn't necessary in the test case | Steve Holme |