Age | Commit message (Expand) | Author |
2020-03-07 | ares: store dns parameters for duphandle | Ernst Sjöstrand |
2020-03-07 | version: make curl_version* thread-safe without using global context | Daniel Stenberg |
2020-03-07 | perl: align order and completeness of Windows OS checks | Marc Hoersken |
2020-03-07 | config-win32: Windows does not have ftruncate | Marc Hoersken |
2020-03-07 | pause: force a connection (re-)check after unpausing | Daniel Stenberg |
2020-03-07 | socks5: switch state properly when the resolve is done | Daniel Stenberg |
2020-03-07 | libssh: Fix matching user-specified MD5 hex key | Jay Satiro |
2020-03-06 | pause: bail out on bad input | Daniel Stenberg |
2020-03-06 | pause: return early for calls that don't change pause state | Daniel Stenberg |
2020-03-06 | multi: skip EINTR check on wakeup socket if it was closed | Jay Satiro |
2020-03-06 | transfer: set correct copyright year range | Daniel Stenberg |
2020-03-06 | urldata: remove the 'stream_was_rewound' connectdata struct member | Daniel Stenberg |
2020-03-05 | Revert "pause: force-drain the transfer on unpause" | Daniel Stenberg |
2020-03-05 | polarssl: remove more references and mentions | Daniel Stenberg |
2020-03-03 | Revert "sha256: Added SecureTransport implementation" | Daniel Stenberg |
2020-03-03 | sha256: Tidy up following recent changes | Steve Holme |
2020-03-03 | sha256: Added WinCrypt implementation | Steve Holme |
2020-03-03 | sha256: Added SecureTransport implementation | Steve Holme |
2020-03-03 | sha256: Added mbedtls implementation | Steve Holme |
2020-03-03 | sha256: Added GNU TLS gcrypt implementation | Steve Holme |
2020-03-03 | sha256: Added GNU TLS Nettle implementation | Steve Holme |
2020-03-02 | md4: use init/update/final functions in Secure Transport | Nick Zitzmann |
2020-03-02 | multi_wait: stop loop when sread() returns zero | Daniel Stenberg |
2020-03-02 | http: mark POSTs with no body as "upload done" from the start | Daniel Stenberg |
2020-03-02 | formdata/mime: copyright year range update | Daniel Stenberg |
2020-03-02 | Revert "mime: latch last read callback status." | Daniel Stenberg |
2020-03-02 | Revert "mime: do not perform more than one read in a row" | Daniel Stenberg |
2020-03-02 | Revert "mime: fix the binary encoder to handle large data properly" | Daniel Stenberg |
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 | build: remove all HAVE_OPENSSL_ENGINE_H defines | Daniel Stenberg |
2020-03-01 | polarssl: Additional removal | Steve Holme |
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 | pause: force-drain the transfer on unpause | Daniel Stenberg |
2020-02-28 | smtp: overwriting 'from' leaks memory | 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 | Curl_is_ASCII_name: handle a NULL argument | 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-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 |