Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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-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-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-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-03-31 | http2: more documentation for prior knowledge | Daniel Stenberg | |
2016-03-29 | build: use roffit 0.11 feature | Daniel Stenberg | |
... load file specified as argument. | |||
2016-03-27 | CURLMOPT_SOCKETFUNCTION.3: describe the 'what' argument | Daniel Stenberg | |
2016-03-27 | docs: curlinfo_filetime sftp support, new curlopt_quote "statvfs" | marquis-de-muesli | |
Closes #677 | |||
2016-03-23 | CURLINFO_TLS_SSL_PTR.3: Warn about limitations | Jay Satiro | |
Bug: https://github.com/curl/curl/issues/685 | |||
2016-03-22 | CURLINFO_TLS_SSL_PTR.3: minor nroff format fix | Daniel Stenberg | |
2016-03-15 | CURLOPT_SSLENGINE.3: Only for OpenSSL built with engine support | Jay Satiro | |
Bug: https://curl.haxx.se/mail/lib-2016-03/0150.html Reported-by: Oliver Graute | |||
2016-03-08 | opt-docs: fix heading macros | Jay Satiro | |
..SH should be .SH Bug: https://github.com/curl/curl/issues/705 Reported-by: Eric S. Raymond | |||
2016-03-06 | CURLOPT_ACCEPTTIMEOUT_MS.3: added example | Daniel Stenberg | |
2016-03-06 | CURLOPT_ACCEPT_ENCODING.3: added example | Daniel Stenberg | |
2016-03-06 | CURLOPT_APPEND.3: added example | Daniel Stenberg | |
2016-03-06 | CURLOPT_NOPROGRESS.3: added example, conform to stardard style | Daniel Stenberg | |
2016-03-06 | opts: added two examples | Daniel Stenberg | |
2016-03-06 | CURLOPT_SSL_CTX_FUNCTION.3: use .NF for example | Daniel Stenberg | |
2016-03-06 | CURLOPT_SSL_CTX_FUNCTION.3: added example | Daniel Stenberg | |
and removed erroneous reference to test case lib509 | |||
2016-02-27 | getinfo: Add support for mbedTLS TLS session info | Jay Satiro | |
.. and preprocessor check TLS session info is defined for all backends. | |||
2016-02-23 | getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION | Jay Satiro | |
The two options are almost the same, except in the case of OpenSSL: CURLINFO_TLS_SESSION OpenSSL session internals is SSL_CTX *. CURLINFO_TLS_SSL_PTR OpenSSL session internals is SSL *. For backwards compatibility we couldn't modify CURLINFO_TLS_SESSION to return an SSL pointer for OpenSSL. Also, add support for the 'internals' member to point to SSL object for the other backends axTLS, PolarSSL, Secure Channel, Secure Transport and wolfSSL. Bug: https://github.com/curl/curl/issues/234 Reported-by: dkjjr89@users.noreply.github.com Bug: https://curl.haxx.se/mail/lib-2015-09/0127.html Reported-by: Michael König | |||
2016-02-23 | TFTP: add option to suppress TFTP option requests (Part 2) | Jay Satiro | |
- Add tests. - Add an example to CURLOPT_TFTP_NO_OPTIONS.3. - Add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS. Bug: https://github.com/curl/curl/issues/481 | |||
2016-02-23 | TFTP: add option to suppress TFTP option requests (Part 1) | Michael Koenig | |
Some TFTP server implementations ignore the "TFTP Option extension" (RFC 1782-1784, 2347-2349), or implement it in a flawed way, causing problems with libcurl. Another switch for curl_easy_setopt "CURLOPT_TFTP_NO_OPTIONS" is introduced which prevents libcurl from sending TFTP option requests to a server, avoiding many problems caused by faulty implementations. Bug: https://github.com/curl/curl/issues/481 | |||
2016-02-20 | CURLOPT_DEBUGFUNCTION.3: Fix example | Jay Satiro | |
2016-02-18 | CURLOPT_COOKIEFILE.3: HTTP headers must be Set-Cookie style | Jay Satiro | |
Bug: https://github.com/curl/curl/issues/666 Reported-by: baumanj@users.noreply.github.com | |||
2016-02-18 | opts: add references | Daniel Stenberg | |
2016-02-14 | CURLOPT_CONNECTTIMEOUT_MS.3: Fix example to use milliseconds option | Clint Clayton | |
Change the example in the docs for CURLOPT_CONNECTTIMEOUT_MS to use CURLOPT_CONNECTTIMEOUT_MS instead of CURLOPT_CONNECTTIMEOUT. Closes #653 | |||
2016-02-14 | opt-docs: add more references | Daniel Stenberg | |
2016-02-09 | opts: update references to renamed options | Timotej Lazar | |
2016-02-02 | URLs: change more http to https | Viktor Szakats | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2016-01-16 | CURLINFO_RESPONSE_CODE.3: add example | Daniel Schauenberg | |
2016-01-15 | ssh: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULL | Kamil Dudka | |
The CURLOPT_SSH_PUBLIC_KEYFILE option has been documented to handle empty strings specially since curl-7_25_0-31-g05a443a but the behavior was unintentionally removed in curl-7_38_0-47-gfa7d04f. This commit restores the original behavior and clarifies it in the documentation that NULL and "" have both the same meaning when passed to CURLOPT_SSH_PUBLIC_KEYFILE. Bug: http://curl.haxx.se/mail/lib-2016-01/0072.html |