Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FAQ: minor updates and spelling fixes | Daniel Stenberg | 2019-02-28 | 1 | -15/+16 |
| | |||||
* | FAQ: remove mention of sourceforge for github | Daniel Gustafsson | 2018-12-25 | 1 | -5/+4 |
| | | | | | | | | The project bug tracker is no longer hosted at sourceforge but is now hosted on the curl Github page. Update the FAQ to reflect. Closes #3410 Reviewed-by: Daniel Stenberg <daniel@haxx.se> | ||||
* | axtls: removed | Daniel Stenberg | 2018-11-01 | 1 | -1/+1 |
| | | | | | | | | | | As has been outlined in the DEPRECATE.md document, the axTLS code has been disabled for 6 months and is hereby removed. Use a better supported TLS library! Assisted-by: Daniel Gustafsson Closes #3194 | ||||
* | spelling fixes [ci skip] | Viktor Szakats | 2018-10-08 | 1 | -1/+1 |
| | | | | | | | as detected by codespell 1.14.0 Closes https://github.com/curl/curl/pull/3114 Reviewed-by: Marcel Raad <Marcel.Raad@teamviewer.com> | ||||
* | URL and mailmap updates, remove an obsolete directory [ci skip] | Viktor Szakats | 2018-09-22 | 1 | -1/+1 |
| | | | | Closes https://github.com/curl/curl/pull/3031 | ||||
* | FAQ: fix a broken URL [ci skip] | Viktor Szakats | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | spelling fixes | Viktor Szakats | 2018-02-23 | 1 | -2/+2 |
| | | | | | | | | Detected using the `codespell` tool. Also contains one URL protocol upgrade. Closes https://github.com/curl/curl/pull/2334 | ||||
* | FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION | Daniel Stenberg | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | docs/comments: Update to secure URL versions | Viktor Szakats | 2017-08-08 | 1 | -3/+3 |
| | | | | Closes #1741 | ||||
* | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg | 2017-06-14 | 1 | -27/+0 |
| | | | | | | | | Rely entirely on curl/system.h now. Introduced in Aug 2008 with commit 14240e9e109f. Now gone. Fixes #1456 | ||||
* | FAQ: add 7.4 to toc | Daniel Stenberg | 2017-05-12 | 1 | -14/+15 |
| | | | | | | ... and delete trailing whitespace Fixes #1484 | ||||
* | fix some typos in the doc (#1306) | Sylvestre Ledru | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | docs: FAQ MAIL-ETIQUETTE language fixes | railsnewbie257 | 2017-01-13 | 1 | -50/+53 |
| | | | | Closes #1194 | ||||
* | tool_operate: Fix --remote-time incorrect times on Windows | Jay Satiro | 2016-12-28 | 1 | -4/+6 |
| | | | | | | | | | | | | - Use Windows API SetFileTime to set the file time instead of utime. Avoid utime on Windows if possible because it may apply a daylight saving time offset to our UTC file time. Bug: https://curl.haxx.se/mail/archive-2016-11/0033.html Reported-by: Tim Closes https://github.com/curl/curl/pull/1121 | ||||
* | s/cURL/curl | Daniel Stenberg | 2016-10-18 | 1 | -6/+6 |
| | | | | | The tool was never called cURL, only the project. But even so, we have more and more over time switched to just use lower case. | ||||
* | FAQ: Fix typos in section 5.14 (#1047) | Stephen Brokenshire | 2016-10-01 | 1 | -2/+2 |
| | | | | | Type required for YourClass::func C++ function (using size_t in line with the documentation for CURLOPT_WRITEFUNCTION) and missing second colon when specifying the static function for CURLOPT_WRITEFUNCTION. | ||||
* | mbedtls: Added support for NTLM | Bill Nagel | 2016-08-03 | 1 | -2/+2 |
| | |||||
* | FAQ: Update FTP directory listing section for MLSD command | Jay Satiro | 2016-07-09 | 1 | -11/+21 |
| | | | | | | | Explain how some FTP servers support the machine readable listing format MLSD from RFC 3659 and compare it to LIST. Ref: https://github.com/curl/curl/issues/906 | ||||
* | FAQ: refer to thread safety guidelines | Jay Satiro | 2016-05-05 | 1 | -19/+3 |
| | |||||
* | FAQ: 2.5 Install libcurl for both 32bit and 64bit? | Daniel Stenberg | 2016-03-18 | 1 | -0/+27 |
| | |||||
* | URLs: change more http to https | Viktor Szakats | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | URLs: follow GitHub project rename (also Travis CI) | Viktor Szakats | 2016-02-04 | 1 | -2/+2 |
| | | | | Closes #632 | ||||
* | URLs: Change more haxx.se URLs from http: to https: | Dan Fandrich | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | HTTPS: update a bunch of URLs from HTTP to HTTPS | Daniel Stenberg | 2016-02-02 | 1 | -8/+8 |
| | |||||
* | FAQ: language fix in 4.19 | Daniel Stenberg | 2016-01-25 | 1 | -1/+1 |
| | |||||
* | FAQ: Update to point to GitHub | paulehoffman | 2016-01-24 | 1 | -4/+7 |
| | | | | | | Current FAQ didn't make it clear where the main repo is. Closes #612 | ||||
* | FAQ: clarify who to mail about ECCN clarifications | Daniel Stenberg | 2016-01-04 | 1 | -4/+6 |
| | |||||
* | FAQ: Grammar changes | MaxGiting | 2015-11-18 | 1 | -4/+8 |
| | | | | Closes https://github.com/bagder/curl/pull/533 | ||||
* | docs: update URLs | Viktor Szakats | 2015-06-16 | 1 | -6/+6 |
| | |||||
* | FAQ: How do I port libcurl to my OS? | Daniel Stenberg | 2015-05-26 | 1 | -0/+14 |
| | |||||
* | FAQ: 4.21 Why is there a HTTP/1.1 in my HTTP/2 request? | Daniel Stenberg | 2015-03-04 | 1 | -0/+11 |
| | |||||
* | FAQ: minor edit of 3.22 | Daniel Stenberg | 2015-02-02 | 1 | -2/+3 |
| | |||||
* | code/docs: Use correct case for IPv4 and IPv6 | Steve Holme | 2014-12-27 | 1 | -4/+4 |
| | | | | | | For consistency, as we seem to have a bit of a mixed bag, changed all instances of ipv4 and ipv6 in comments and documentations to use the correct case. | ||||
* | docs: Updated for the SMB protocol | Bill Nagel | 2014-11-30 | 1 | -1/+1 |
| | | | | This patch updates the documentation for the SMB/CIFS protocol. | ||||
* | vtls: remove QsoSSL | Patrick Monnerat | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | FAQ: update the pronunciation section | Daniel Stenberg | 2014-09-19 | 1 | -1/+4 |
| | | | | | | | | | As we weren't using the correct phonetic description and doing it correctly involves funny letters that I'm sure will cause problems for people in a text document so I instead rephrased it and link to a WAV file with a person actually saying 'curl'. Reported-By: Dimitar Boevski | ||||
* | FAQ: mention -w in the 4.20 answer as well | Daniel Stenberg | 2014-08-28 | 1 | -0/+3 |
| | |||||
* | FAQ: 4.20 curl doesn't return error for HTTP non-200 responses | Daniel Stenberg | 2014-08-28 | 1 | -1/+23 |
| | |||||
* | FAQ: some actually sometimes get paid... | Daniel Stenberg | 2014-08-18 | 1 | -4/+4 |
| | |||||
* | docs: Update SPNEGO and GSS-API related doc sections | Michael Osipov | 2014-08-09 | 1 | -2/+2 |
| | | | | | | Reflect recent changes in SPNEGO and GSS-API code in the docs. Update them with appropriate namings and remove visible spots for GSS-Negotiate. | ||||
* | FAQ: expand the thread-safe section | Daniel Stenberg | 2014-07-09 | 1 | -0/+6 |
| | | | | ... with a mention of *NOSIGNAL, based on talk in bug #1386 | ||||
* | FAQ: Added 5.18 Does libcurl use threads? | Daniel Stenberg | 2014-05-08 | 1 | -0/+14 |
| | |||||
* | docs: primarily refer to schannel as WinSSL | Marc Hoersken | 2014-01-04 | 1 | -1/+1 |
| | |||||
* | FAQ: editorial updates | Daniel Stenberg | 2013-08-24 | 1 | -67/+71 |
| | | | | | | | Several language fixes. Several reformats that should make the HTML generation of this document look better. Reported-by: Dave Thompson | ||||
* | FAQ: mention that the network connection can be monitored | Dan Fandrich | 2013-04-15 | 1 | -4/+12 |
| | | | | Also note the prohibition on sharing handles across threads. | ||||
* | FAQ: refreshed some phrases | Daniel Stenberg | 2013-02-08 | 1 | -20/+19 |
| | |||||
* | FAQ: clarify 5.13 How do I stop an ongoing transfer | Daniel Stenberg | 2013-02-04 | 1 | -1/+1 |
| | | | | | Rich Gray provided good feedback and we now clarify that you can in fact stop a multi transfer at any point you like by removing the easy handle. | ||||
* | FAQ: "Darwinssl" is AKA "Secure Transport" and supports NTLM | Nick Zitzmann | 2013-01-28 | 1 | -5/+6 |
| | |||||
* | FAQ: update the SSL lib list and wording in question 2.2 | Daniel Stenberg | 2013-01-23 | 1 | -4/+8 |
| | |||||
* | FAQ: 3.22 curl -X gives me HTTP problems | Daniel Stenberg | 2013-01-21 | 1 | -0/+28 |
| |