summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* md4: Move the GNU TLS Nettle MD4 implementation out of the NTLM codeSteve Holme2019-08-043-25/+80
* OS400: Add CURLOPT_H3 symbolsJay Satiro2019-08-041-0/+3
* url: make use of new HTTP version if alt-svc has oneDaniel Stenberg2019-08-031-2/+31
* url: set conn->transport to default TCP at init timeDaniel Stenberg2019-08-031-1/+1
* altsvc: with quiche, use the quiche h3 alpn stringDaniel Stenberg2019-08-031-0/+9
* alt-svc: more liberal ALPN name parsingDaniel Stenberg2019-08-031-1/+1
* quiche: use the proper HTTP/3 ALPNDaniel Stenberg2019-08-021-1/+5
* quiche: add failf() calls for two error casesDaniel Stenberg2019-08-021-2/+6
* http_negotiate: improve handling of gss_init_sec_context() failuresKamil Dudka2019-08-011-1/+1
* timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg2019-08-0115-57/+53
* getenv: support up to 4K environment variable contents on windowsDaniel Stenberg2019-07-311-2/+2
* plan9: add support for running on Plan 9lufia2019-07-313-2/+223
* ntlm: explicit type castinglufia2019-07-311-1/+1
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-3027-201/+88
* readwrite_data: repair setting the TIMER_STARTTRANSFER stampDaniel Stenberg2019-07-301-1/+1
* asyn-thread: removed unused variableDaniel Stenberg2019-07-301-2/+1
* asyn-thread: create a socketpair to wait onamkatyal2019-07-302-11/+65
* progress: reset download/uploaded counterDaniel Stenberg2019-07-291-0/+2
* http2_recv: trigger another read when the last data is returnedDaniel Stenberg2019-07-291-0/+3
* HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknownBalazs Kovacsics2019-07-291-2/+3
* easy: resize receive buffer on easy handle resetJay Satiro2019-07-251-0/+14
* ssh-libssh: do not specify O_APPEND when not in append modeFelix Hädicke2019-07-251-1/+1
* multi: call detach_connection before Curl_disconnectGergely Nagy2019-07-251-2/+4
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-2119-19/+2165
* curl_version_info: provide nghttp2 detailsDaniel Stenberg2019-07-201-0/+10
* source: remove names from source commentsDaniel Stenberg2019-07-192-27/+12
* progress: make the progress meter appear againDaniel Stenberg2019-07-191-118/+108
* nss: inspect returnvalue of token checkDaniel Gustafsson2019-07-171-1/+4
* libcurl: Restrict redirect schemes (follow-up)Jay Satiro2019-07-172-3/+3
* libcurl: Restrict redirect schemesLinos Giannopoulos2019-07-141-3/+1
* openssl: define HAVE_SSL_GET_SHUTDOWN based on version numberZenju2019-07-144-10/+5
* http: allow overriding timecond with custom headerPeter Simonyi2019-07-143-6/+12
* smb: Use the correct error code for access denied on file openJuergen Hoetzel2019-07-111-0/+2
* system_win32: fix clang warningGisle Vanem2019-07-111-1/+1
* headers: Remove no longer exported functionsDaniel Gustafsson2019-07-1011-37/+6
* cleanup: fix typo in commentDaniel Gustafsson2019-07-081-1/+1
* nss: support using libnss on macOSDaniel Gustafsson2019-07-061-1/+4
* nss: don't set unused parameterDaniel Gustafsson2019-07-061-1/+1
* nss: only cache valid CRL entriesDaniel Gustafsson2019-07-061-6/+8
* lib: Use UTF-8 encoding in commentsGergely Nagy2019-07-064-5/+5
* docs: Fix links to OpenSSL docsJay Satiro2019-06-301-2/+0
* openssl: disable engine if OPENSSL_NO_UI_CONSOLE is definedDaniel Stenberg2019-06-261-1/+1
* win32: make DLL loading a no-op for UWPDaniel Stenberg2019-06-251-1/+6
* http: clarify header buffer size calculationDaniel Gustafsson2019-06-241-0/+3
* http2: call done_sending on end of uploadDaniel Stenberg2019-06-244-6/+15
* c-ares: honor port numbers in CURLOPT_DNS_SERVERSJames Brown2019-06-241-0/+4
* multi: enable multiplexing by default (again)Daniel Stenberg2019-06-231-0/+2
* http2: don't call stream-close on already closed streamsDaniel Stenberg2019-06-211-4/+3
* system_win32: fix typoGisle Vanem2019-06-201-1/+1
* configure: --disable-progress-meterDaniel Stenberg2019-06-181-55/+76