summaryrefslogtreecommitdiff
path: root/docs/FAQ
Commit message (Collapse)AuthorAgeFilesLines
* FAQ: more minor updates and spelling fixesdbrowndan2019-05-251-16/+15
| | | | Closes #3937
* FAQ: minor updates and spelling fixesDaniel Stenberg2019-02-281-15/+16
|
* FAQ: remove mention of sourceforge for githubDaniel Gustafsson2018-12-251-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: removedDaniel Stenberg2018-11-011-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 Szakats2018-10-081-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 Szakats2018-09-221-1/+1
| | | | Closes https://github.com/curl/curl/pull/3031
* FAQ: fix a broken URL [ci skip]Viktor Szakats2018-03-121-1/+1
|
* spelling fixesViktor Szakats2018-02-231-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_XFERINFOFUNCTIONDaniel Stenberg2017-10-091-1/+1
|
* docs/comments: Update to secure URL versionsViktor Szakats2017-08-081-3/+3
| | | | Closes #1741
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-141-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 tocDaniel Stenberg2017-05-121-14/+15
| | | | | | ... and delete trailing whitespace Fixes #1484
* fix some typos in the doc (#1306)Sylvestre Ledru2017-03-041-1/+1
|
* docs: FAQ MAIL-ETIQUETTE language fixesrailsnewbie2572017-01-131-50/+53
| | | | Closes #1194
* tool_operate: Fix --remote-time incorrect times on WindowsJay Satiro2016-12-281-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/curlDaniel Stenberg2016-10-181-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 Brokenshire2016-10-011-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 NTLMBill Nagel2016-08-031-2/+2
|
* FAQ: Update FTP directory listing section for MLSD commandJay Satiro2016-07-091-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 guidelinesJay Satiro2016-05-051-19/+3
|
* FAQ: 2.5 Install libcurl for both 32bit and 64bit?Daniel Stenberg2016-03-181-0/+27
|
* URLs: change more http to httpsViktor Szakats2016-02-041-1/+1
|
* URLs: follow GitHub project rename (also Travis CI)Viktor Szakats2016-02-041-2/+2
| | | | Closes #632
* URLs: Change more haxx.se URLs from http: to https:Dan Fandrich2016-02-031-1/+1
|
* HTTPS: update a bunch of URLs from HTTP to HTTPSDaniel Stenberg2016-02-021-8/+8
|
* FAQ: language fix in 4.19Daniel Stenberg2016-01-251-1/+1
|
* FAQ: Update to point to GitHubpaulehoffman2016-01-241-4/+7
| | | | | | Current FAQ didn't make it clear where the main repo is. Closes #612
* FAQ: clarify who to mail about ECCN clarificationsDaniel Stenberg2016-01-041-4/+6
|
* FAQ: Grammar changesMaxGiting2015-11-181-4/+8
| | | | Closes https://github.com/bagder/curl/pull/533
* docs: update URLsViktor Szakats2015-06-161-6/+6
|
* FAQ: How do I port libcurl to my OS?Daniel Stenberg2015-05-261-0/+14
|
* FAQ: 4.21 Why is there a HTTP/1.1 in my HTTP/2 request?Daniel Stenberg2015-03-041-0/+11
|
* FAQ: minor edit of 3.22Daniel Stenberg2015-02-021-2/+3
|
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-271-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 protocolBill Nagel2014-11-301-1/+1
| | | | This patch updates the documentation for the SMB/CIFS protocol.
* vtls: remove QsoSSLPatrick Monnerat2014-10-131-1/+1
|
* FAQ: update the pronunciation sectionDaniel Stenberg2014-09-191-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 wellDaniel Stenberg2014-08-281-0/+3
|
* FAQ: 4.20 curl doesn't return error for HTTP non-200 responsesDaniel Stenberg2014-08-281-1/+23
|
* FAQ: some actually sometimes get paid...Daniel Stenberg2014-08-181-4/+4
|
* docs: Update SPNEGO and GSS-API related doc sectionsMichael Osipov2014-08-091-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 sectionDaniel Stenberg2014-07-091-0/+6
| | | | ... with a mention of *NOSIGNAL, based on talk in bug #1386
* FAQ: Added 5.18 Does libcurl use threads?Daniel Stenberg2014-05-081-0/+14
|
* docs: primarily refer to schannel as WinSSLMarc Hoersken2014-01-041-1/+1
|
* FAQ: editorial updatesDaniel Stenberg2013-08-241-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 monitoredDan Fandrich2013-04-151-4/+12
| | | | Also note the prohibition on sharing handles across threads.
* FAQ: refreshed some phrasesDaniel Stenberg2013-02-081-20/+19
|
* FAQ: clarify 5.13 How do I stop an ongoing transferDaniel Stenberg2013-02-041-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 NTLMNick Zitzmann2013-01-281-5/+6
|
* FAQ: update the SSL lib list and wording in question 2.2Daniel Stenberg2013-01-231-4/+8
|