Age | Commit message (Expand) | Author |
2016-02-23 | multi_remove_handle: keep the timeout list until after disconnect | Daniel Stenberg |
2016-02-23 | TFTP: add option to suppress TFTP option requests (Part 2) | Jay Satiro |
2016-02-23 | TFTP: add option to suppress TFTP option requests (Part 1) | Michael Koenig |
2016-02-19 | curl_sasl: Fix memory leak in digest parser | Emil Lerner |
2016-02-17 | http2: don't decompress gzip decoding automatically | Daniel Stenberg |
2016-02-16 | http: Don't break the header into chunks if HTTP/2 | Tatsuhiro Tsujikawa |
2016-02-16 | openssl: use macro to guard the opaque EVP_PKEY branch | Viktor Szakats |
2016-02-16 | openssl: avoid direct PKEY access with OpenSSL 1.1.0 | Viktor Szakats |
2016-02-14 | SCP: use libssh2_scp_recv2 to support > 2GB files on windows | David Byron |
2016-02-13 | gtls: fix for builds lacking encrypted key file support | Shine Fan |
2016-02-12 | curlx_tvdiff: handle 32bit time_t overflows | Daniel Stenberg |
2016-02-10 | nss: search slash in forward direction in dup_nickname() | Kamil Dudka |
2016-02-10 | nss: do not count enabled cipher-suites | Kamil Dudka |
2016-02-10 | mbedtls.c: re-indent to better match curl standards | Daniel Stenberg |
2016-02-09 | mbedtls: fix memory leak when destroying SSL connection data | Rafael Antonio |
2016-02-09 | mbedtls: fix ALPN usage segfault | Daniel Stenberg |
2016-02-09 | openssl: remove most BoringSSL #ifdefs. | David Benjamin |
2016-02-08 | cookies: allow spaces in cookie names, cut of trailing spaces | Daniel Stenberg |
2016-02-08 | configure: --with-ca-fallback: use built-in TLS CA fallback | Ludwig Nussel |
2016-02-08 | Proxy-Connection: stop sending this header by default | Daniel Stenberg |
2016-02-06 | openssl: Fix signed/unsigned mismatch warning in X509V3_ext | Jay Satiro |
2016-02-06 | idn_win32: Better error checking | Michael Kaufmann |
2016-02-04 | URLs: change more http to https | Viktor Szakats |
2016-02-04 | sasl_sspi: Fix memory leak in domain populate | Jay Satiro |
2016-02-04 | URLs: follow GitHub project rename (also Travis CI) | Viktor Szakats |
2016-02-03 | URLs: Change more haxx.se URLs from http: to https: | Dan Fandrich |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2016-02-02 | dotdot: allow an empty input string too | Daniel Stenberg |
2016-01-29 | urldata: Error on missing SSL backend-specific connect info | Gisle Vanem |
2016-01-28 | urldata: moved common variable out of ifdef | Sergei Nikulov |
2016-01-26 | NTLM: Fix ConnectionExists to compare Proxy credentials | Isaac Boukris |
2016-01-18 | mbedtls: Fix pinned key return value on fail | Jay Satiro |
2016-01-15 | ssh: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULL | Kamil Dudka |
2016-01-14 | openssl: improved error detection/reporting | Daniel Stenberg |
2016-01-14 | openssl: for 1.1.0+ they now provide a SSLeay() macro of their own | Daniel Stenberg |
2016-01-11 | ConnectionExists: only do pipelining/multiplexing when asked | Daniel Stenberg |
2016-01-11 | lib: Prefix URLs with lower-case protocol names/schemes | Mohammad AlSaleh |
2016-01-11 | IDN host names: Remove the port number before converting to ACE | Michael Kaufmann |
2016-01-10 | mbedtls: implement CURLOPT_PINNEDPUBLICKEY | Thomas Glanzmann |
2016-01-09 | url: Fix compile error with --enable-werror | Tatsuhiro Tsujikawa |
2016-01-08 | http2: Ensure that http2_handle_stream_close is called | Tatsuhiro Tsujikawa |
2016-01-08 | http2: handle the received SETTINGS frame | Daniel Stenberg |
2016-01-08 | Revert "multiplex: allow only once HTTP/2 is actually used" | Daniel Stenberg |
2016-01-08 | http2: Fix PUSH_PROMISE headers being treated as trailers | Tatsuhiro Tsujikawa |
2016-01-08 | connection reuse: IDN host names fixed | Michael Kaufmann |
2016-01-07 | mbedtls: Fix ALPN support | Jay Satiro |
2016-01-06 | http2: Fix client write for trailers on stream close | Jay Satiro |
2016-01-06 | ConnectionExists: add missing newline in infof() call | Daniel Stenberg |
2016-01-06 | multiplex: allow only once HTTP/2 is actually used | Daniel Stenberg |
2015-12-23 | ftplistparser.c: fix handling of file LISTings using Windows EOL | Marc Hoersken |