Age | Commit message (Expand) | Author |
2017-02-10 | URL: only accept ";options" in SMTP/POP3/IMAP URL schemes | Daniel Stenberg |
2017-02-09 | nss: make FTPS work with --proxytunnel | Kamil Dudka |
2017-02-09 | http_proxy: avoid freeing static memory | Daniel Stenberg |
2017-02-09 | http_proxy: Fix tiny memory leak upon edge case connecting to proxy | Cameron MacMinn |
2017-02-08 | polarssl, mbedtls: Fix detection of pending data | Michael Kaufmann |
2017-02-07 | http2: reset push header counter fixes crash | Daniel Stenberg |
2017-02-07 | transfer: only retry nobody-requests for HTTP | Markus Westerlind |
2017-02-07 | telnet: Fix typos | Daniel Gustafsson |
2017-02-07 | darwinssl: Avoid parsing certificates when not in verbose mode | Daniel Gustafsson |
2017-02-07 | schannel: Remove incorrect SNI disabled message | JDepooter |
2017-02-06 | use *.sourceforge.io and misc URL updates | Viktor Szakats |
2017-02-01 | cmake: Support curl --xattr when built with cmake | Sean Burford |
2017-01-31 | openssl: Don't use certificate after transferring ownership | Adam Langley |
2017-01-29 | mbedtls: implement CTR-DRBG and HAVEGE random generators | Antoine Aubert |
2017-01-28 | mbedtls: disable TLS session tickets | Michael Kaufmann |
2017-01-28 | gnutls: disable TLS session tickets | Michael Kaufmann |
2017-01-28 | polarssl: fix hangs | Michael Kaufmann |
2017-01-27 | cookies: do not assume a valid domain has a dot | Daniel Stenberg |
2017-01-24 | telnet: fix windows compiler warnings | Daniel Stenberg |
2017-01-23 | VC: remove the makefile.vc6 build infra | Daniel Stenberg |
2017-01-22 | vtls: source indentation fix | Daniel Stenberg |
2017-01-20 | vtls: fix PolarSSL non-blocking handling | Daniel Stenberg |
2017-01-20 | vtls: fix mbedtls multi non blocking handshake. | Antoine Aubert |
2017-01-19 | CURLOPT_BUFFERSIZE: support enlarging receive buffer | Richy Kim |
2017-01-19 | *.rc: escape non-ASCII/non-UTF-8 character for clarity | Viktor Szakats |
2017-01-18 | CURLOPT_CONNECT_TO: Fix compile warnings | Michael Kaufmann |
2017-01-18 | parseurl: move back buffer to function scope | Daniel Stenberg |
2017-01-17 | openssl: Fix random generation | Jay Satiro |
2017-01-15 | nss: use the correct lock in nss_find_slot_by_name() | Kamil Dudka |
2017-01-15 | http2: disable server push if not requested | Alessandro Ghedini |
2017-01-14 | http: print correct HTTP string in verbose output when using HTTP/2 | Alessandro Ghedini |
2017-01-14 | addrinfo: fix compiler warning on offsetof() use | Daniel Stenberg |
2017-01-13 | unix_socket: add support for abstract unix domain socket | Isaac Boukris |
2017-01-13 | IDN: Use TR46 non-transitional | Daniel Stenberg |
2017-01-13 | IDN: revert use of the transitional option | Daniel Stenberg |
2017-01-13 | IDN: Fix compile time detection of linidn2 TR46 | Tim Rühsen |
2017-01-13 | url: --noproxy option overrides NO_PROXY environment variable | ERAMOTO Masaya |
2017-01-13 | url: Refactor detect_proxy() | ERAMOTO Masaya |
2017-01-13 | url: Fix NO_PROXY env var to work properly with --proxy option. | ERAMOTO Masaya |
2017-01-13 | IDN: Use TR46 'transitional' for toASCII translations | Tim Rühsen |
2017-01-13 | gnutls: check for alpn and ocsp in configure | Marcus Hoffmann |
2017-01-12 | url: Fix parsing for when 'file' is the default protocol | Jay Satiro |
2017-01-12 | rand: make it work without TLS backing | Daniel Stenberg |
2017-01-12 | STARTTLS: Don't print response character in denied messages | Jay Satiro |
2017-01-12 | smtp: Fix STARTTLS denied error message | Jay Satiro |
2017-01-11 | http2_send: avoid unsigned integer wrap around | Daniel Stenberg |
2017-01-07 | wolfssl: display negotiated SSL version and cipher | Dan Fandrich |
2017-01-06 | wolfssl: support setting cipher list | Dan Fandrich |
2017-01-03 | darwinssl: --insecure overrides --cacert if both settings are in use | Nick Zitzmann |
2016-12-29 | content_encoding: change return code on a failure | Daniel Stenberg |