Age | Commit message (Expand) | Author |
2014-07-12 | gnutls: explicitly added SRP to the priority string | Dan Fandrich |
2014-07-11 | gnutls: ignore invalid certificate dates with VERIFYPEER disabled | Dan Fandrich |
2014-07-09 | url.c: Fixed memory leak on OOM | Dan Fandrich |
2014-07-05 | Update instances of some obsolete CURLOPTs to their new names | Dan Fandrich |
2014-07-05 | compiler warnings: potentially uninitialized variables | Marcel Raad |
2014-07-04 | nss: make the list of CRL items global | Kamil Dudka |
2014-07-04 | nss: fix a memory leak when CURLOPT_CRLFILE is used | Kamil Dudka |
2014-07-04 | nss: make crl_der allocated on heap | Kamil Dudka |
2014-07-04 | nss: let nss_{cache,load}_crl return CURLcode | Kamil Dudka |
2014-07-02 | progress callback: skip last callback update on errors | Ray Satiro |
2014-07-02 | nss: make the fallback to SSLv3 work again | Kamil Dudka |
2014-07-02 | nss: do not abort on connection failure | Kamil Dudka |
2014-06-21 | lib: documentation updates in README.hostip | Colin Hogben |
2014-06-15 | sasl: Added back qop argument mistakenly removed in e95ca7ce | Dan Fandrich |
2014-06-15 | https: Fix build when http2 is disabled | Dan Fandrich |
2014-06-14 | http2: better return code error checking | Daniel Stenberg |
2014-06-13 | conncache: move the connection counter to the cache struct | Lindley French |
2014-06-12 | http2: avoid segfault when usint the plain-text http2 | Daniel Stenberg |
2014-06-11 | curl_sasl: revert the goto for error bailout | Daniel Stenberg |
2014-06-11 | NTLM: set a fake entropy for debug builds with CURL_ENTROPY set | Daniel Stenberg |
2014-06-11 | Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY set | Steve Holme |
2014-06-10 | getinfo: HTTP CONNECT code not reset between transfers | Marcel Raad |
2014-06-09 | transfer: fix info messages when switching method on 301 and 302 | Alessandro Ghedini |
2014-06-05 | config-win32.h: Updated for VC12 | Steve Holme |
2014-06-03 | Curl_ossl_init: call OPENSSL_config for initing engines | Daniel Stenberg |
2014-06-03 | random: use Curl_rand() for proper random data | Daniel Stenberg |
2014-06-02 | curl_sasl: Fixed copy/paste error of now.tv_sec in commit eefeb73af4 | Steve Holme |
2014-06-01 | curl_sasl: Fixed compilation warning under DEBUGBUILD | Steve Holme |
2014-06-01 | curl_sasl: Extended native DIGEST-MD5 cnonce to be a 32-byte hex string | Steve Holme |
2014-06-01 | curl_sasl_sspi: Fixed corrupt hostname in DIGEST-MD5 SPN generation | Steve Holme |
2014-05-28 | gnutls: allow building with nghttp2 but without ALPN support | Daniel Stenberg |
2014-05-28 | gnutls: don't use deprecated type names anymore | Alessandro Ghedini |
2014-05-27 | select: with winsock, avoid passing unsupported arguments to select() | Brad Spencer |
2014-05-26 | url-parser: only use if_nametoindex if detected by configure | Daniel Stenberg |
2014-05-25 | polarssl: add ALPN support | Fabian Frank |
2014-05-24 | curl_easy_reset: reset the URL | Daniel Stenberg |
2014-05-23 | openssl: Fix uninitialized variable use in NPN callback | Tatsuhiro Tsujikawa |
2014-05-22 | tool_getparam.c: Fixed compilation warnings | Steve Holme |
2014-05-22 | http: Fix a compiler warning when http2 support is disabled | Dan Fandrich |
2014-05-21 | darwinssl: fix lint & build warnings in the previous commit | Nick Zitzmann |
2014-05-21 | Add support for --cacert in DarwinSSL. | Vilmos Nebehaj |
2014-05-22 | http.c: Fixed compilation warning | Steve Holme |
2014-05-22 | bits.close: Fixed compilation warning | Steve Holme |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-05-20 | http2: make connection re-use work | Daniel Stenberg |
2014-05-20 | ALPN: fix typo in http/1.1 identifier | Fabian Frank |
2014-05-18 | build: Slight rename of new LIB_* makefile file variables | Steve Holme |
2014-05-17 | axtls: Fixed too long source line | Dan Fandrich |
2014-05-16 | axtls: Add a TODO to a potential blocking call with no timeout | Dan Fandrich |
2014-05-15 | HTTP: CREDSPERREQUEST is for HTTP too | Daniel Stenberg |