Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-04 | FAQ: clarify who to mail about ECCN clarifications | Daniel Stenberg | |
2015-11-18 | FAQ: Grammar changes | MaxGiting | |
Closes https://github.com/bagder/curl/pull/533 | |||
2015-06-16 | docs: update URLs | Viktor Szakats | |
2015-05-26 | FAQ: How do I port libcurl to my OS? | Daniel Stenberg | |
2015-03-04 | FAQ: 4.21 Why is there a HTTP/1.1 in my HTTP/2 request? | Daniel Stenberg | |
2015-02-02 | FAQ: minor edit of 3.22 | Daniel Stenberg | |
2014-12-27 | code/docs: Use correct case for IPv4 and IPv6 | Steve 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-30 | docs: Updated for the SMB protocol | Bill Nagel | |
This patch updates the documentation for the SMB/CIFS protocol. | |||
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat | |
2014-09-19 | FAQ: update the pronunciation section | Daniel 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-28 | FAQ: mention -w in the 4.20 answer as well | Daniel Stenberg | |
2014-08-28 | FAQ: 4.20 curl doesn't return error for HTTP non-200 responses | Daniel Stenberg | |
2014-08-18 | FAQ: some actually sometimes get paid... | Daniel Stenberg | |
2014-08-09 | docs: Update SPNEGO and GSS-API related doc sections | Michael 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-09 | FAQ: expand the thread-safe section | Daniel Stenberg | |
... with a mention of *NOSIGNAL, based on talk in bug #1386 | |||
2014-05-08 | FAQ: Added 5.18 Does libcurl use threads? | Daniel Stenberg | |
2014-01-04 | docs: primarily refer to schannel as WinSSL | Marc Hoersken | |
2013-08-24 | FAQ: editorial updates | Daniel Stenberg | |
Several language fixes. Several reformats that should make the HTML generation of this document look better. Reported-by: Dave Thompson | |||
2013-04-15 | FAQ: mention that the network connection can be monitored | Dan Fandrich | |
Also note the prohibition on sharing handles across threads. | |||
2013-02-08 | FAQ: refreshed some phrases | Daniel Stenberg | |
2013-02-04 | FAQ: clarify 5.13 How do I stop an ongoing transfer | Daniel 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-28 | FAQ: "Darwinssl" is AKA "Secure Transport" and supports NTLM | Nick Zitzmann | |
2013-01-23 | FAQ: update the SSL lib list and wording in question 2.2 | Daniel Stenberg | |
2013-01-21 | FAQ: 3.22 curl -X gives me HTTP problems | Daniel Stenberg | |
2013-01-03 | FAQ: Can I write a server with libcurl? | Daniel Stenberg | |
2012-11-25 | FAQ: clarify the 3.4 section | Daniel Stenberg | |
You can do custom commands to FTP without sending anything by using the CURLOPT_NOBODY, which -I sets. | |||
2012-09-28 | FAQ: remove the date from the topmost line | Daniel Stenberg | |
2012-09-28 | FAQ: 5.16 I want a different time-out! | Daniel Stenberg | |
2012-07-20 | Fixed some typos in documentation | Dan Fandrich | |
2012-05-16 | FAQ: 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-07 | FAQ: add --resolve details to question 3.19 | Daniel Stenberg | |
2011-06-21 | FAQ: more blurb on persistent connections | Daniel Stenberg | |
2011-06-13 | FAQ: binding clarification | Daniel Stenberg | |
We don't author the bindings, they are created outside the main project. | |||
2011-06-02 | curl hasn't sent a Pragma: header by default for a while | Dan Fandrich | |
2011-04-14 | FAQ: c-ares does ipv6 pretty well now | Daniel Stenberg | |
2011-03-17 | FAQ: better english | Daniel Stenberg | |
Reported by: Andre Guibert de Bruet | |||
2011-03-14 | FAQ: indent tables | Daniel 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-08 | FAQ: Protocol xxx not supported or disabled in libcurl | Daniel Stenberg | |
2011-03-07 | FAQ: How to SFTP from my user's home directory? | Daniel Stenberg | |
2011-01-29 | FAQ: clarified/expanded 6.7 a bit | Daniel 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-24 | FAQ: clarify 5.13 how to stop a transfer | Daniel Stenberg | |
2010-12-15 | axTLS: mention it among the other SSL libs | Daniel Stenberg | |
2010-12-08 | Mention that using other libraries can affect app licensing | Dan Fandrich | |
2010-10-06 | FAQ: added "How do I submit my patch?" | Daniel Stenberg | |
2010-09-09 | Mention the Debian Popularity Contest | Dan Fandrich | |
2010-09-08 | FAQ: CURL_STATICLIB for visual studio users | Daniel 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-07 | FAQ: updated and added host with custom IP question | Daniel 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-28 | FAQ: update list of supported protocols | Daniel Stenberg | |
2010-08-18 | FAQ: update the list of supported protocols | Daniel Stenberg | |
2010-08-18 | FAQ: added blurb about ECCN | Daniel 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 |