Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-08 | libcurl-thread.3: openssl 1.1.0 is safe, and so is boringssl | Daniel Stenberg | |
2016-05-05 | FAQ: refer to thread safety guidelines | Jay Satiro | |
2016-05-02 | CHECKSRC.md: clarified, explained the whitelist file | Daniel Stenberg | |
2016-05-02 | docs: unified man page references to use \fI | Daniel Stenberg | |
2016-05-02 | TODO: 17.14 --fail without --location should treat 3xx as a failure | Daniel Stenberg | |
Closes #727 | |||
2016-05-01 | CURLOPT_ACCEPT_ENCODING.3: Follow-up clarification | Isaac Boukris | |
Mention possible content-length mismatch with sum of bytes reported by write callbacks when auto decoding is enabled. See #785 | |||
2016-05-01 | CURLOPT_CONV_TO_NETWORK_FUNCTION.3: fix bad man page reference | Daniel Stenberg | |
2016-05-01 | CURLOPT_BUFFERSIZE.3: fix reference to CURLOPT_MAX_RECV_SPEED_LARGE | Daniel Stenberg | |
2016-05-01 | curl_easy_pause.3: fix man page reference | Daniel Stenberg | |
2016-05-01 | opts: fix broken/bad references | Daniel Stenberg | |
2016-05-01 | docs: fix bugs in CURLOPT_HTTP_VERSION.3 and CURLOPT_PIPEWAIT.3 | Michael Kaufmann | |
Closes #786 | |||
2016-05-01 | CURLOPT_ACCEPT_ENCODING.3: clarified | Daniel Stenberg | |
As discussed in #785 | |||
2016-04-30 | curl.1: --mail-rcpt can be used multiple times | Daniel Stenberg | |
Reported-by: mgendre Closes #784 | |||
2016-04-29 | curl.1: document the deprecated --ftp-ssl option | Daniel Stenberg | |
2016-04-29 | curl.1: document --ntlm-wb | Daniel Stenberg | |
2016-04-29 | curl.1: document the long format of -q: --disable | Daniel Stenberg | |
2016-04-29 | curl.1: mention the deprecated --krb4 option | Daniel Stenberg | |
2016-04-29 | curl.1: document --ftp-ssl-reqd | Daniel Stenberg | |
Even if deprecated, document it so that people will find it as old scripts may still use it. | |||
2016-04-28 | CURLINFO_TLS_SSL_PTR.3: Clarify SSL pointer availability | Jay Satiro | |
Bug: https://curl.haxx.se/mail/lib-2016-04/0126.html Reported-by: Bru Rom | |||
2016-04-28 | curl_easy_getinfo.3: remove superfluous blank lines | Daniel Stenberg | |
2016-04-28 | curl_easy_getinfo.3: added missing mention of CURLINFO_TLS_SESSION | Daniel Stenberg | |
... although it is deprecated. | |||
2016-04-28 | mbedtls: Fix session resume | Jay Satiro | |
This also fixes PolarSSL session resume. Prior to this change the TLS session information wasn't properly saved and restored for PolarSSL and mbedTLS. Bug: https://curl.haxx.se/mail/lib-2016-01/0070.html Reported-by: Thomas Glanzmann Bug: https://curl.haxx.se/mail/lib-2016-04/0095.html Reported-by: Moti Avrahami | |||
2016-04-27 | opts: Fix some syntax errors in example code fragments | Michael Kaufmann | |
Fixes #779 | |||
2016-04-26 | CURLINFO_TLS_SESSION.3: clarify TLS library support before 7.48.0 | Daniel Stenberg | |
2016-04-26 | KNOWN_BUGS: 1.10 Strips trailing dot from host name | Daniel Stenberg | |
Closes #716 | |||
2016-04-25 | symbols-in-versions: added new CURLSSLBACKEND_ symbols | Daniel Stenberg | |
2016-04-25 | KNOWN_BUGS: --interface for ipv6 binds to unusable IP address | Daniel Stenberg | |
Closes #686 for now. | |||
2016-04-24 | TODO: 1.17 Add support for IRIs | Daniel Stenberg | |
Adding support for IRIs is a mouthful, but is probably interesting at least for areas and countries where the use of such "URLs" are growing popularity. Closes #776 | |||
2016-04-24 | THANKS-filter: Travis Burtrum | Daniel Stenberg | |
2016-04-24 | PolarSSL: Implement public key pinning | moparisthebest | |
2016-04-21 | KNOWN_BUGS: fixed "5.6 Improper use of Autoconf cache variables" | Daniel Stenberg | |
As of commit d9f3b365a3 | |||
2016-04-19 | make/checksrc: use $srcdir, not $top_srcdir | Daniel Stenberg | |
2016-04-19 | opts/Makefile.am: list all docs file one by one | Daniel Stenberg | |
... to make it easier to add lines in patches that won't just break all other patches trying to add lines too. | |||
2016-04-19 | curl_easy_setopt.3: mention CURLOPT_TCP_FASTOPEN | Daniel Stenberg | |
2016-04-18 | connect: implement TCP Fast Open for Linux | Alessandro Ghedini | |
Closes #660 | |||
2016-04-18 | tool: add --tcp-fastopen option | Alessandro Ghedini | |
2016-04-18 | url: add CURLOPT_TCP_FASTOPEN option | Alessandro Ghedini | |
2016-04-18 | checksrc/makefile.am: use $top_srcdir to find source files | Daniel Stenberg | |
... to properly support out of source tree builds. | |||
2016-04-18 | opts: fix option references missing (section) | Daniel Stenberg | |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann | |
Makes curl connect to the given host+port instead of the host+port found in the URL. | |||
2016-04-11 | http2: Add handling stream level error | Tatsuhiro Tsujikawa | |
Previously, when a stream was closed with other than NGHTTP2_NO_ERROR by RST_STREAM, underlying TCP connection was dropped. This is undesirable since there may be other streams multiplexed and they are very much fine. This change introduce new error code CURLE_HTTP2_STREAM, which indicates stream error that only affects the relevant stream, and connection should be kept open. The existing CURLE_HTTP2 means connection error in general. Ref: https://github.com/curl/curl/issues/659 Ref: https://github.com/curl/curl/pull/663 | |||
2016-04-11 | KNOWN_BUGS: added info for "Hangs with PolarSSL" | Daniel Stenberg | |
2016-04-10 | KNOWN_BUGS: 1.9 HTTP/2 frames while in the connection pool kill reuse | Daniel Stenberg | |
Closes #750 | |||
2016-04-09 | CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAME | Steve Holme | |
As these two options provide identical functionality, the former for SOCK5 proxies and the latter for HTTP proxies, merged the two options together. As such CURLOPT_SOCKS5_GSSAPI_SERVICE is marked as deprecated as of 7.49.0. | |||
2016-04-09 | CODE_STYLE: Added ternary operator example to 'Space around operators' | Steve Holme | |
Following conversation on the libcurl mailing list. | |||
2016-04-08 | docs: Added clarification following commit 9d89a0387 | Steve Holme | |
2016-04-08 | ftp/imap/pop3/smtp: Allow the service name to be overridden | Steve Holme | |
Allow the service name to be overridden for DIGIST-MD5 and Kerberos 5 authentication in FTP, IMAP, POP3 and SMTP. | |||
2016-04-08 | ROADMAP: Updated following the move of the authentication code | Steve Holme | |
2016-04-08 | KNOWN_BUGS: openldap hangs. TODO: binary SASL. | Patrick Monnerat | |
2016-04-08 | KNOWN_BUGS: 5.6 Improper use of Autoconf cache variables | Daniel Stenberg | |
Closes #603 |