Age | Commit message (Expand) | Author |
2019-07-25 | multi: call detach_connection before Curl_disconnect | Gergely Nagy |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg |
2019-07-20 | curl_version_info: provide nghttp2 details | Daniel Stenberg |
2019-07-19 | source: remove names from source comments | Daniel Stenberg |
2019-07-19 | progress: make the progress meter appear again | Daniel Stenberg |
2019-07-17 | nss: inspect returnvalue of token check | Daniel Gustafsson |
2019-07-17 | libcurl: Restrict redirect schemes (follow-up) | Jay Satiro |
2019-07-14 | libcurl: Restrict redirect schemes | Linos Giannopoulos |
2019-07-14 | openssl: define HAVE_SSL_GET_SHUTDOWN based on version number | Zenju |
2019-07-14 | http: allow overriding timecond with custom header | Peter Simonyi |
2019-07-11 | smb: Use the correct error code for access denied on file open | Juergen Hoetzel |
2019-07-11 | system_win32: fix clang warning | Gisle Vanem |
2019-07-10 | headers: Remove no longer exported functions | Daniel Gustafsson |
2019-07-08 | cleanup: fix typo in comment | Daniel Gustafsson |
2019-07-06 | nss: support using libnss on macOS | Daniel Gustafsson |
2019-07-06 | nss: don't set unused parameter | Daniel Gustafsson |
2019-07-06 | nss: only cache valid CRL entries | Daniel Gustafsson |
2019-07-06 | lib: Use UTF-8 encoding in comments | Gergely Nagy |
2019-06-30 | docs: Fix links to OpenSSL docs | Jay Satiro |
2019-06-26 | openssl: disable engine if OPENSSL_NO_UI_CONSOLE is defined | Daniel Stenberg |
2019-06-25 | win32: make DLL loading a no-op for UWP | Daniel Stenberg |
2019-06-24 | http: clarify header buffer size calculation | Daniel Gustafsson |
2019-06-24 | http2: call done_sending on end of upload | Daniel Stenberg |
2019-06-24 | c-ares: honor port numbers in CURLOPT_DNS_SERVERS | James Brown |
2019-06-23 | multi: enable multiplexing by default (again) | Daniel Stenberg |
2019-06-21 | http2: don't call stream-close on already closed streams | Daniel Stenberg |
2019-06-20 | system_win32: fix typo | Gisle Vanem |
2019-06-18 | configure: --disable-progress-meter | Daniel Stenberg |
2019-06-18 | netrc: Return the correct error code when out of memory | Steve Holme |
2019-06-18 | config-os400: add getpeername and getsockname defines | Daniel Stenberg |
2019-06-18 | openssl: fix pubkey/signature algorithm detection in certinfo | Gergely Nagy |
2019-06-17 | conn_maxage: move the check to prune_dead_connections() | Daniel Stenberg |
2019-06-17 | openssl: remove outdated comment | Daniel Gustafsson |
2019-06-16 | os400: make vsetopt() non-static as Curl_vsetopt() for os400 support. | Patrick Monnerat |
2019-06-14 | multi: fix the transfer hash function | Daniel Stenberg |
2019-06-13 | krb5: fix compiler warning | Marcel Raad |
2019-06-12 | multi: fix the transfer hashes in the socket hash entries | Daniel Stenberg |
2019-06-12 | url: Fix CURLOPT_MAXAGE_CONN time comparison | Cliff Crosland |
2019-06-11 | http2: remove CURL_DISABLE_TYPECHECK define | Daniel Stenberg |
2019-06-11 | wolfssl: fix key pinning build error | Daniel Stenberg |
2019-06-10 | wolfssl: fixup for SNI use | Daniel Stenberg |
2019-06-10 | wolfssl: refer to it as wolfSSL only | Daniel Stenberg |
2019-06-10 | bindlocal: detect and avoid IP version mismatches in bind() | Daniel Stenberg |
2019-06-10 | multi: make sure 'data' can present in several sockhash entries | Daniel Stenberg |
2019-06-09 | unpause: trigger a timeout for event-based transfers | Daniel Stenberg |
2019-06-05 | build: fix Codacy warnings | Marcel Raad |
2019-06-04 | ssl: Update outdated "openssl-only" comments for supported backends | Frank Gevaerts |
2019-06-02 | NTLM: reset proxy "multipass" state when CONNECT request is done | Sergey Ogryzkov |
2019-06-02 | http: don't parse body-related headers bodyless responses | Michael Kaufmann |
2019-06-01 | singlesocket: use separate variable for inner loop | Daniel Stenberg |