Age | Commit message (Expand) | Author |
2015-09-22 | gnutls: Support CURLOPT_KEYPASSWD | Mike Crowe |
2015-09-22 | CURLINFO_TLS_SESSION: always return backend info | Daniel Stenberg |
2015-09-19 | vtls: Change designator name for server's pubkey hash | Jay Satiro |
2015-09-19 | NTLM: Reset auth-done when using a fresh connection | Isaac Boukris |
2015-09-19 | ssl: add server cert's "sha256//" hash to verbose | Daniel Hwang |
2015-09-19 | openldap: only part of LDAP query results received | Jakub Zakrzewski |
2015-09-19 | openssl: don't output certinfo data | Alessandro Ghedini |
2015-09-19 | openssl: refactor certificate parsing to use OpenSSL memory BIO | Alessandro Ghedini |
2015-09-18 | nss: prevent NSS from incorrectly re-using a session | Kamil Dudka |
2015-09-18 | nss: check return values of NSS functions | Kamil Dudka |
2015-09-17 | openssl: build with < 0.9.8 | Daniel Stenberg |
2015-09-13 | http2: removed unused function | Daniel Stenberg |
2015-09-10 | curl_sspi: fix possibly undefined CRYPT_E_REVOKED | Jay Satiro |
2015-09-08 | parse_proxy: reject illegal port numbers | Daniel Stenberg |
2015-09-08 | FTP: do_more: add check for wait_data_conn in upload case | Daniel Stenberg |
2015-09-04 | nss: do not directly access SSL_ImplementedCiphers[] | Kamil Dudka |
2015-09-03 | gitignore: ignore more generated VC Makefiles | Daniel Stenberg |
2015-09-03 | http2: don't pass on Connection: headers | Daniel Stenberg |
2015-09-03 | inet_pton.c: Fix MSVC run-time check failure (2) | Marcel Raad |
2015-08-31 | sasl: Only define Curl_sasl_digest_get_pair() when CRYPTO_AUTH enabled | Steve Holme |
2015-08-31 | sasl: Updated SPN variables and comments for consistency | Steve Holme |
2015-08-30 | win32: Use DES_set_odd_parity() from OpenSSL/BoringSSL by default | Steve Holme |
2015-08-30 | des: Fixed compilation warning from commit 613e5022fe | Steve Holme |
2015-08-30 | makefiles: Added our standard copyright header | Steve Holme |
2015-08-25 | cmake: added Windows SSL support | Sergei Nikulov |
2015-08-24 | getinfo: added CURLINFO_ACTIVESOCKET | Razvan Cojocaru |
2015-08-24 | http2: remove dead code | Daniel Stenberg |
2015-08-24 | ntlm: mark deliberate switch case fall-through | Daniel Stenberg |
2015-08-24 | http2: on_frame_recv: get a proper 'conn' for the debug logging | Daniel Stenberg |
2015-08-22 | CURLOPT_DEFAULT_PROTOCOL: added | Nathaniel Waisbrot |
2015-08-22 | NTLM: recent boringssl brought DES_set_odd_parity back | Daniel Stenberg |
2015-08-21 | openssl: handle lack of server cert when strict checking disabled | Alessandro Ghedini |
2015-08-21 | ftp: clear the do_more bit when the server has connected | Daniel Stenberg |
2015-08-20 | rtsp: stop reading empty DESCRIBE responses | Erik Janssen |
2015-08-20 | rtsp: support basic/digest authentication | Erik Janssen |
2015-08-19 | inet_pton.c: Fix MSVC run-time check failure | Marcel Raad |
2015-08-18 | gitignore: Sort for readability | Jay Satiro |
2015-08-11 | http2: discard frames with no SessionHandle | Anders Bakken |
2015-08-10 | build: refer to fixed libidn versions | Viktor Szakats |
2015-08-10 | SFTP: fix range request off-by-one in size check | Daniel Stenberg |
2015-08-06 | NTLM: handle auth for only a single request | Isaac Boukris |
2015-08-02 | SSH: three state machine fixups | Daniel Stenberg |
2015-08-02 | curl_gssapi: remove 'const' to fix compiler warnings | Daniel Stenberg |
2015-08-01 | sspi: Fix typo from left over from old code which referenced NTLM | Steve Holme |
2015-08-01 | win32: Fix compilation warnings from commit 40c921f8b8 | Steve Holme |
2015-08-01 | schannel: Fix compilation warning from commit 7a8e861a56 | Steve Holme |
2015-07-30 | http: move HTTP/2 cleanup code off http_disconnect() | Kamil Dudka |
2015-07-25 | HTTP: ignore "Content-Encoding: compress" | Michael Kaufmann |
2015-07-24 | openssl: work around MSVC warning | Marcel Raad |
2015-07-23 | http2: verify success of strchr() in http2_send() | Kamil Dudka |