aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-08-04md4: Move the SecureTransport implementation out of the NTLM codeSteve Holme
2019-08-04md4: Use the Curl_md4it() function for OpenSSL based NTLMSteve Holme
2019-08-04md4: Move the GNU TLS gcrypt MD4 implementation out of the NTLM codeSteve Holme
2019-08-04md4: Move the GNU TLS Nettle MD4 implementation out of the NTLM codeSteve Holme
2019-08-04OS400: Add CURLOPT_H3 symbolsJay Satiro
2019-08-03url: make use of new HTTP version if alt-svc has oneDaniel Stenberg
2019-08-03url: set conn->transport to default TCP at init timeDaniel Stenberg
2019-08-03altsvc: with quiche, use the quiche h3 alpn stringDaniel Stenberg
2019-08-03alt-svc: more liberal ALPN name parsingDaniel Stenberg
2019-08-02quiche: use the proper HTTP/3 ALPNDaniel Stenberg
2019-08-02quiche: add failf() calls for two error casesDaniel Stenberg
2019-08-01http_negotiate: improve handling of gss_init_sec_context() failuresKamil Dudka
2019-08-01timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg
2019-07-31getenv: support up to 4K environment variable contents on windowsDaniel Stenberg
2019-07-31plan9: add support for running on Plan 9lufia
2019-07-31ntlm: explicit type castinglufia
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-07-30readwrite_data: repair setting the TIMER_STARTTRANSFER stampDaniel Stenberg
2019-07-30asyn-thread: removed unused variableDaniel Stenberg
2019-07-30asyn-thread: create a socketpair to wait onamkatyal
2019-07-29progress: reset download/uploaded counterDaniel Stenberg
2019-07-29http2_recv: trigger another read when the last data is returnedDaniel Stenberg
2019-07-29HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknownBalazs Kovacsics
2019-07-25easy: resize receive buffer on easy handle resetJay Satiro
2019-07-25ssh-libssh: do not specify O_APPEND when not in append modeFelix Hädicke
2019-07-25multi: call detach_connection before Curl_disconnectGergely Nagy
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg
2019-07-20curl_version_info: provide nghttp2 detailsDaniel Stenberg
2019-07-19source: remove names from source commentsDaniel Stenberg
2019-07-19progress: make the progress meter appear againDaniel Stenberg
2019-07-17nss: inspect returnvalue of token checkDaniel Gustafsson
2019-07-17libcurl: Restrict redirect schemes (follow-up)Jay Satiro
2019-07-14libcurl: Restrict redirect schemesLinos Giannopoulos
2019-07-14openssl: define HAVE_SSL_GET_SHUTDOWN based on version numberZenju
2019-07-14http: allow overriding timecond with custom headerPeter Simonyi
2019-07-11smb: Use the correct error code for access denied on file openJuergen Hoetzel
2019-07-11system_win32: fix clang warningGisle Vanem
2019-07-10headers: Remove no longer exported functionsDaniel Gustafsson
2019-07-08cleanup: fix typo in commentDaniel Gustafsson
2019-07-06nss: support using libnss on macOSDaniel Gustafsson
2019-07-06nss: don't set unused parameterDaniel Gustafsson
2019-07-06nss: only cache valid CRL entriesDaniel Gustafsson
2019-07-06lib: Use UTF-8 encoding in commentsGergely Nagy
2019-06-30docs: Fix links to OpenSSL docsJay Satiro
2019-06-26openssl: disable engine if OPENSSL_NO_UI_CONSOLE is definedDaniel Stenberg
2019-06-25win32: make DLL loading a no-op for UWPDaniel Stenberg
2019-06-24http: clarify header buffer size calculationDaniel Gustafsson
2019-06-24http2: call done_sending on end of uploadDaniel Stenberg
2019-06-24c-ares: honor port numbers in CURLOPT_DNS_SERVERSJames Brown
2019-06-23multi: enable multiplexing by default (again)Daniel Stenberg