| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-08 | docs/comments: Update to secure URL versions | Viktor Szakats | |
| Closes #1741 | |||
| 2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg | |
| Rely entirely on curl/system.h now. Introduced in Aug 2008 with commit 14240e9e109f. Now gone. Fixes #1456 | |||
| 2017-05-12 | FAQ: add 7.4 to toc | Daniel Stenberg | |
| ... and delete trailing whitespace Fixes #1484 | |||
| 2017-03-04 | fix some typos in the doc (#1306) | Sylvestre Ledru | |
| 2017-01-13 | docs: FAQ MAIL-ETIQUETTE language fixes | railsnewbie257 | |
| Closes #1194 | |||
| 2016-12-28 | tool_operate: Fix --remote-time incorrect times on Windows | Jay 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-18 | s/cURL/curl | Daniel 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-01 | FAQ: 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-03 | mbedtls: Added support for NTLM | Bill Nagel | |
| 2016-07-09 | FAQ: Update FTP directory listing section for MLSD command | Jay 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-05 | FAQ: refer to thread safety guidelines | Jay Satiro | |
| 2016-03-18 | FAQ: 2.5 Install libcurl for both 32bit and 64bit? | Daniel Stenberg | |
| 2016-02-04 | URLs: change more http to https | Viktor Szakats | |
| 2016-02-04 | URLs: follow GitHub project rename (also Travis CI) | Viktor Szakats | |
| Closes #632 | |||
| 2016-02-03 | URLs: Change more haxx.se URLs from http: to https: | Dan Fandrich | |
| 2016-02-02 | HTTPS: update a bunch of URLs from HTTP to HTTPS | Daniel Stenberg | |
| 2016-01-25 | FAQ: language fix in 4.19 | Daniel Stenberg | |
| 2016-01-24 | FAQ: Update to point to GitHub | paulehoffman | |
| Current FAQ didn't make it clear where the main repo is. Closes #612 | |||
| 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 | |
