aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ
AgeCommit message (Collapse)Author
2018-09-22URL and mailmap updates, remove an obsolete directory [ci skip]Viktor Szakats
Closes https://github.com/curl/curl/pull/3031
2018-03-12FAQ: fix a broken URL [ci skip]Viktor Szakats
2018-02-23spelling fixesViktor Szakats
Detected using the `codespell` tool. Also contains one URL protocol upgrade. Closes https://github.com/curl/curl/pull/2334
2017-10-09FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTIONDaniel Stenberg
2017-08-08docs/comments: Update to secure URL versionsViktor Szakats
Closes #1741
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
Rely entirely on curl/system.h now. Introduced in Aug 2008 with commit 14240e9e109f. Now gone. Fixes #1456
2017-05-12FAQ: add 7.4 to tocDaniel Stenberg
... and delete trailing whitespace Fixes #1484
2017-03-04fix some typos in the doc (#1306)Sylvestre Ledru
2017-01-13docs: FAQ MAIL-ETIQUETTE language fixesrailsnewbie257
Closes #1194
2016-12-28tool_operate: Fix --remote-time incorrect times on WindowsJay Satiro
- 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
2016-10-18s/cURL/curlDaniel Stenberg
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.
2016-10-01FAQ: Fix typos in section 5.14 (#1047)Stephen Brokenshire
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.
2016-08-03mbedtls: Added support for NTLMBill Nagel
2016-07-09FAQ: Update FTP directory listing section for MLSD commandJay Satiro
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
2016-05-05FAQ: refer to thread safety guidelinesJay Satiro
2016-03-18FAQ: 2.5 Install libcurl for both 32bit and 64bit?Daniel Stenberg
2016-02-04URLs: change more http to httpsViktor Szakats
2016-02-04URLs: follow GitHub project rename (also Travis CI)Viktor Szakats
Closes #632
2016-02-03URLs: Change more haxx.se URLs from http: to https:Dan Fandrich
2016-02-02HTTPS: update a bunch of URLs from HTTP to HTTPSDaniel Stenberg
2016-01-25FAQ: language fix in 4.19Daniel Stenberg
2016-01-24FAQ: Update to point to GitHubpaulehoffman
Current FAQ didn't make it clear where the main repo is. Closes #612
2016-01-04FAQ: clarify who to mail about ECCN clarificationsDaniel Stenberg
2015-11-18FAQ: Grammar changesMaxGiting
Closes https://github.com/bagder/curl/pull/533
2015-06-16docs: update URLsViktor Szakats
2015-05-26FAQ: How do I port libcurl to my OS?Daniel Stenberg
2015-03-04FAQ: 4.21 Why is there a HTTP/1.1 in my HTTP/2 request?Daniel Stenberg
2015-02-02FAQ: minor edit of 3.22Daniel Stenberg
2014-12-27code/docs: Use correct case for IPv4 and IPv6Steve Holme
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.
2014-11-30docs: Updated for the SMB protocolBill Nagel
This patch updates the documentation for the SMB/CIFS protocol.
2014-10-13vtls: remove QsoSSLPatrick Monnerat
2014-09-19FAQ: update the pronunciation sectionDaniel Stenberg
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
2014-08-28FAQ: mention -w in the 4.20 answer as wellDaniel Stenberg
2014-08-28FAQ: 4.20 curl doesn't return error for HTTP non-200 responsesDaniel Stenberg
2014-08-18FAQ: some actually sometimes get paid...Daniel Stenberg
2014-08-09docs: Update SPNEGO and GSS-API related doc sectionsMichael Osipov
Reflect recent changes in SPNEGO and GSS-API code in the docs. Update them with appropriate namings and remove visible spots for GSS-Negotiate.
2014-07-09FAQ: expand the thread-safe sectionDaniel Stenberg
... with a mention of *NOSIGNAL, based on talk in bug #1386
2014-05-08FAQ: Added 5.18 Does libcurl use threads?Daniel Stenberg
2014-01-04docs: primarily refer to schannel as WinSSLMarc Hoersken
2013-08-24FAQ: editorial updatesDaniel Stenberg
Several language fixes. Several reformats that should make the HTML generation of this document look better. Reported-by: Dave Thompson
2013-04-15FAQ: mention that the network connection can be monitoredDan Fandrich
Also note the prohibition on sharing handles across threads.
2013-02-08FAQ: refreshed some phrasesDaniel Stenberg
2013-02-04FAQ: clarify 5.13 How do I stop an ongoing transferDaniel Stenberg
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.
2013-01-28FAQ: "Darwinssl" is AKA "Secure Transport" and supports NTLMNick Zitzmann
2013-01-23FAQ: update the SSL lib list and wording in question 2.2Daniel Stenberg
2013-01-21FAQ: 3.22 curl -X gives me HTTP problemsDaniel Stenberg
2013-01-03FAQ: Can I write a server with libcurl?Daniel Stenberg
2012-11-25FAQ: clarify the 3.4 sectionDaniel Stenberg
You can do custom commands to FTP without sending anything by using the CURLOPT_NOBODY, which -I sets.
2012-09-28FAQ: remove the date from the topmost lineDaniel Stenberg
2012-09-28FAQ: 5.16 I want a different time-out!Daniel Stenberg