summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* netrc: Return the correct error code when out of memorySteve Holme2019-06-181-1/+1
* config-os400: add getpeername and getsockname definesDaniel Stenberg2019-06-181-0/+6
* openssl: fix pubkey/signature algorithm detection in certinfoGergely Nagy2019-06-181-10/+17
* conn_maxage: move the check to prune_dead_connections()Daniel Stenberg2019-06-171-27/+25
* openssl: remove outdated commentDaniel Gustafsson2019-06-171-8/+2
* os400: make vsetopt() non-static as Curl_vsetopt() for os400 support.Patrick Monnerat2019-06-162-6/+8
* multi: fix the transfer hash functionDaniel Stenberg2019-06-141-1/+1
* krb5: fix compiler warningMarcel Raad2019-06-131-4/+2
* multi: fix the transfer hashes in the socket hash entriesDaniel Stenberg2019-06-122-61/+22
* url: Fix CURLOPT_MAXAGE_CONN time comparisonCliff Crosland2019-06-121-1/+1
* http2: remove CURL_DISABLE_TYPECHECK defineDaniel Stenberg2019-06-111-2/+0
* wolfssl: fix key pinning build errorDaniel Stenberg2019-06-111-1/+1
* wolfssl: fixup for SNI useDaniel Stenberg2019-06-101-1/+1
* wolfssl: refer to it as wolfSSL onlyDaniel Stenberg2019-06-108-141/+115
* bindlocal: detect and avoid IP version mismatches in bind()Daniel Stenberg2019-06-101-0/+5