Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-15 | CURLOPT_PROXY.3: unsupported schemes cause errors now | Daniel Stenberg | |
Follow-up to a96319ebb9 (document the new behavior) | |||
2016-08-09 | symbols-in-versions: add CURL_STRICTER | Daniel Stenberg | |
Added in 5fce88aa8c12564 | |||
2016-08-05 | CURLOPT_TCP_NODELAY: now enabled by default | Daniel Stenberg | |
After a few wasted hours hunting down the reason for slowness during a TLS handshake that turned out to be because of TCP_NODELAY not being set, I think we have enough motivation to toggle the default for this option. We now enable TCP_NODELAY by default and allow applications to switch it off. This also makes --tcp-nodelay unnecessary, but --no-tcp-nodelay can be used to disable it. Thanks-to: Tim Rühsen Bug: https://curl.haxx.se/mail/lib-2016-06/0143.html | |||
2016-07-21 | docs: distribute the CURLINFO_HTTP_VERSION(3) man page, too | Kamil Dudka | |
2016-07-14 | CURLMOPT_SOCKETFUNCTION.3: fix typo | Timothy Polich | |
Closes https://github.com/curl/curl/pull/914 | |||
2016-06-29 | curl_global_init.3: improved formatting of the flags | Daniel Stenberg | |
2016-06-29 | curl_global_init.3: expand on the SSL and WIN32 bits purpose | Daniel Stenberg | |
Reported-by: Richard Gray Bug: https://curl.haxx.se/mail/lib-2016-06/0136.html | |||
2016-06-11 | CURLOPT_POSTFIELDS.3: Clarify what happens when set empty | Jay Satiro | |
When CURLOPT_POSTFIELDS is set to an empty string libcurl will send a zero-byte POST. Prior to this change it was documented as sending data from the read callback. This also changes the wording of what happens when empty or NULL so that it's hopefully easier to understand for people whose primary language isn't English. Bug: https://github.com/curl/curl/issues/862 Reported-by: Askar Safin | |||
2016-06-09 | curl_multi_socket_action.3: Fix rewording | Michael Wallner | |
- Remove some erroneous text. Closes https://github.com/curl/curl/pull/865 | |||
2016-06-01 | libcurl-multi.3: fix small typo | Benjamin Kircher | |
Closes #850 | |||
2016-06-01 | schannel: add CURLOPT_CERTINFO support | Andrew Kurushin | |
Closes #822 | |||
2016-05-30 | http: add CURLINFO_HTTP_VERSION and %{http_version} | Frank Gevaerts | |
Adds access to the effectively used http version to both libcurl and curl. Closes #799 | |||
2016-05-29 | curl_share_setopt.3: Add min ver needed for ssl session lock | Jay Satiro | |
Bug: https://github.com/curl/curl/issues/826 Reported-by: Michael Wallner | |||
2016-05-20 | libcurl.m4: Avoid obsolete warning | Alexander Traud | |
Closes #821 | |||
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-17 | CURLOPT_RESOLVE.3: fix typo | Frank Gevaerts | |
Closes #811 | |||
2016-05-17 | docs: CURLOPT_RESOLVE overrides CURLOPT_IPRESOLVE | Daniel Stenberg | |
2016-05-17 | CURLOPT_HTTPPOST.3: the data needs to be around while in use | 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-02 | docs: unified man page references to use \fI | Daniel Stenberg | |
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-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-25 | symbols-in-versions: added new CURLSSLBACKEND_ symbols | Daniel Stenberg | |
2016-04-24 | PolarSSL: Implement public key pinning | moparisthebest | |
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 | url: add CURLOPT_TCP_FASTOPEN option | Alessandro Ghedini | |
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-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-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-06 | URLs: change http to https in many places | Viktor Szakats | |
Closes #754 | |||
2016-04-03 | code: style updates | Daniel Stenberg | |
2016-04-02 | test1119: Fixed missing CURL_DID_MEMORY_FUNC_TYPEDEFS symbol | Steve Holme | |