Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2016-04-08 | KNOWN_BUGS: 11.2 error buffer not set... | Daniel Stenberg | |
Closes #544 | |||
2016-04-08 | KNOWN_BUGS: 11.1 Curl leaks .onion hostnames in DNS | Daniel Stenberg | |
Closes #543 | |||
2016-04-08 | KNOWN_BUGS: 1.8 DNS timing is wrong for HTTP redirects | Daniel Stenberg | |
Closes #522 | |||
2016-04-08 | TODO: HTTP/2 "prior knowledge" is implemented! | Daniel Stenberg | |
2016-04-06 | curl.1: use example.com more | Daniel Stenberg | |
Make (most) example snippets use the example.com domain instead of the random ones picked and used before. Some of those were probably legitimate sites and some not. example.com is designed for this purpose. | |||
2016-04-06 | URLs: change http to https in many places | Viktor Szakats | |
Closes #754 | |||
2016-04-06 | curl.1: change example for -F | Theodore Dubois | |
It's a bad idea to send your passwords anywhere, especially over HTTP. Modified example to send a picture instead. Fixes #752 | |||
2016-04-06 | KNOWN_BUGS: reorganized and cleaned up | Daniel Stenberg | |
Now sorted into categories and organized in the same style we do the TODO document. It will make each issue linked properly on the https://curl.haxx.se/docs/knownbugs.html web page. The sections should make it easier to find issues and issues related to areas of the reader's specific interest. | |||
2016-04-06 | KNOWN_BUGS: #95 curl in Windows can't handle Unicode arguments | Jay Satiro | |
2016-04-06 | KNOWN_BUGS: Use https://curl.haxx.se URL for github based issues | Steve Holme | |
2016-04-06 | CHECKSRC.md: Corrected some typos | Steve Holme | |