Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-20 | CURLOPT_CONNECT_TO.3: user must not free the list prematurely | Michael Kaufmann | |
The connect-to list isn't copied so as long as the handle may be used for a transfer the list must be valid. Bug: https://github.com/curl/curl/pull/819 Reported-by: Michael Kaufmann | |||
2016-05-19 | dist: include curl_multi_socket_all.3 | Jay Satiro | |
Closes https://github.com/curl/curl/pull/816 | |||
2016-05-18 | dist: include CHECKSRC.md | Daniel Stenberg | |
Reported-by: Paul Howarth Bug: https://curl.haxx.se/mail/lib-2016-05/0116.html | |||
2016-05-17 | THANKS: 24 new names from 7.49.0 release notes | Daniel Stenberg | |
2016-05-17 | CURLOPT_RESOLVE.3: fix typo | Frank Gevaerts | |
Closes #811 | |||
2016-05-17 | docs: CURLOPT_RESOLVE overrides CURLOPT_IPRESOLVE | Daniel Stenberg | |
2016-05-17 | KNOWN_BUGS: GnuTLS backend skips really long certificate fields | Daniel Stenberg | |
Closes #762 | |||
2016-05-17 | CURLOPT_HTTPPOST.3: the data needs to be around while in use | Daniel Stenberg | |
2016-05-16 | THANKS-filter: fixed Jonathan Cardoso | Daniel Stenberg | |
2016-05-13 | libcurl-tlibcurl-thread: Update OpenSSL links | Jay Satiro | |
Because the old OpenSSL link now redirects to their master documentation (currently 1.1.0), which does not document the required actions for OpenSSL <= 1.0.2. | |||
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. |