aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-03-15connect: happy eyeballs cleanupDaniel Stenberg
2020-03-14Makefile.m32: Improve windres parameter compatibilityJay Satiro
2020-03-14easy: Fix curl_easy_duphandle for builds missing IPv6 that use c-aresJay Satiro
2020-03-09sftp: fix segfault regression introduced by #4747Jim Fuller
2020-03-08socks4: fix host resolve regressionDaniel Stenberg
2020-03-08cookie: get_top_domain() sets zero length for null domainsPatrick Monnerat
2020-03-08sha256: Added WinCrypt implementationSteve Holme
2020-03-08sha256: Added SecureTransport implementationSteve Holme
2020-03-07mime: fix the binary encoder to handle large data properlyPatrick Monnerat
2020-03-07mime: do not perform more than one read in a rowPatrick Monnerat
2020-03-07mime: latch last read callback status.Patrick Monnerat
2020-03-07ares: store dns parameters for duphandleErnst Sjöstrand
2020-03-07version: make curl_version* thread-safe without using global contextDaniel Stenberg
2020-03-07perl: align order and completeness of Windows OS checksMarc Hoersken
2020-03-07config-win32: Windows does not have ftruncateMarc Hoersken
2020-03-07pause: force a connection (re-)check after unpausingDaniel Stenberg
2020-03-07socks5: switch state properly when the resolve is doneDaniel Stenberg
2020-03-07libssh: Fix matching user-specified MD5 hex keyJay Satiro
2020-03-06pause: bail out on bad inputDaniel Stenberg
2020-03-06pause: return early for calls that don't change pause stateDaniel Stenberg
2020-03-06multi: skip EINTR check on wakeup socket if it was closedJay Satiro
2020-03-06transfer: set correct copyright year rangeDaniel Stenberg
2020-03-06urldata: remove the 'stream_was_rewound' connectdata struct memberDaniel Stenberg
2020-03-05Revert "pause: force-drain the transfer on unpause"Daniel Stenberg
2020-03-05polarssl: remove more references and mentionsDaniel Stenberg
2020-03-03Revert "sha256: Added SecureTransport implementation"Daniel Stenberg
2020-03-03sha256: Tidy up following recent changesSteve Holme
2020-03-03sha256: Added WinCrypt implementationSteve Holme
2020-03-03sha256: Added SecureTransport implementationSteve Holme
2020-03-03sha256: Added mbedtls implementationSteve Holme
2020-03-03sha256: Added GNU TLS gcrypt implementationSteve Holme
2020-03-03sha256: Added GNU TLS Nettle implementationSteve Holme
2020-03-02md4: use init/update/final functions in Secure TransportNick Zitzmann
2020-03-02multi_wait: stop loop when sread() returns zeroDaniel Stenberg
2020-03-02http: mark POSTs with no body as "upload done" from the startDaniel Stenberg
2020-03-02formdata/mime: copyright year range updateDaniel Stenberg
2020-03-02Revert "mime: latch last read callback status."Daniel Stenberg
2020-03-02Revert "mime: do not perform more than one read in a row"Daniel Stenberg
2020-03-02Revert "mime: fix the binary encoder to handle large data properly"Daniel Stenberg
2020-03-02altsvc: both h3 backends now speak h3-27Daniel Stenberg
2020-03-02mime: fix the binary encoder to handle large data properlyPatrick Monnerat
2020-03-02mime: do not perform more than one read in a rowPatrick Monnerat
2020-03-02mime: latch last read callback status.Patrick Monnerat
2020-03-01build: remove all HAVE_OPENSSL_ENGINE_H definesDaniel Stenberg
2020-03-01polarssl: Additional removalSteve Holme
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-29pause: force-drain the transfer on unpauseDaniel Stenberg
2020-02-28smtp: overwriting 'from' leaks memoryDaniel Stenberg