aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ
AgeCommit message (Collapse)Author
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
2012-07-20Fixed some typos in documentationDan Fandrich
2012-05-16FAQ: updated 1.10 How many are using curl?Daniel Stenberg
Now linking to http://daniel.haxx.se/blog/2012/05/16/300m-users/
2011-12-07FAQ: add --resolve details to question 3.19Daniel Stenberg
2011-06-21FAQ: more blurb on persistent connectionsDaniel Stenberg
2011-06-13FAQ: binding clarificationDaniel Stenberg
We don't author the bindings, they are created outside the main project.
2011-06-02curl hasn't sent a Pragma: header by default for a whileDan Fandrich
2011-04-14FAQ: c-ares does ipv6 pretty well nowDaniel Stenberg
2011-03-17FAQ: better englishDaniel Stenberg
Reported by: Andre Guibert de Bruet
2011-03-14FAQ: indent tablesDaniel Stenberg
Lines that are indented with at least 5 spaces get special treatment by the script that converts it to HTML on the site.
2011-03-08FAQ: Protocol xxx not supported or disabled in libcurlDaniel Stenberg
2011-03-07FAQ: How to SFTP from my user's home directory?Daniel Stenberg
2011-01-29FAQ: clarified/expanded 6.7 a bitDaniel Stenberg
"6.7 What are my obligations when using libcurl in my commercial apps?" got the piece about what exactly "in all copies" mean to a user of the code. This interpretation is based on what other MIT-like licenses have made more explicit.
2011-01-24FAQ: clarify 5.13 how to stop a transferDaniel Stenberg
2010-12-15axTLS: mention it among the other SSL libsDaniel Stenberg
2010-12-08Mention that using other libraries can affect app licensingDan Fandrich
2010-10-06FAQ: added "How do I submit my patch?"Daniel Stenberg
2010-09-09Mention the Debian Popularity ContestDan Fandrich
2010-09-08FAQ: CURL_STATICLIB for visual studio usersDaniel Stenberg
Clarified as it isn't used with a -D option for them. Reported by: Artfunkel Bug: http://curl.haxx.se/bug/view.cgi?id=3060381
2010-09-07FAQ: updated and added host with custom IP questionDaniel Stenberg
Added "3.19 How do I get HTTP from a host using a specific IP address?" and updated some stuff about certs etc.
2010-08-28FAQ: update list of supported protocolsDaniel Stenberg
2010-08-18FAQ: update the list of supported protocolsDaniel Stenberg
2010-08-18FAQ: added blurb about ECCNDaniel Stenberg
"1.13 curl's ECCN number" is a new section mostly made up from Alessandro Vesely's very informative ML post on the subject: http://curl.haxx.se/mail/lib-2008-03/0251.html
2010-08-11FAQ: s/libcurl.so.3/libcurl.so.XDaniel Stenberg
2010-07-26Added PolarSSL to the docsDan Fandrich