Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-04 | URLs: change more http to https | Viktor Szakats | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-08-18 | docs: Update the redirect protocols disabled by default | Jay Satiro | |
- Clarify that FILE and SCP are disabled by default since 7.19.4 - Add that SMB and SMBS are disabled by default since 7.40.0 - Add CURLPROTO_SMBS to the list of protocols | |||
2015-08-11 | libcurl-tutorial.3: fix formatting | Svyatoslav Mishyn | |
Closes #374 | |||
2015-07-28 | libcurl-thread.3: Consolidate thread safety info | Jay Satiro | |
This is a new document to consolidate our thread safety information from several documents (curl-www:features, libcurl.3, libcurl-tutorial.3). Each document's section on multi-threading will now point to this one. | |||
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme | |
Use Unix when generically writing about Unix based systems as UNIX is the trademark and should only be used in a particular product's name. | |||
2014-11-15 | docs: Use consistent naming for Kerberos | Michael Osipov | |
2014-10-24 | *.3: add/extend "SEE ALSO" sections | Daniel Stenberg | |
2014-09-19 | libcurl docs: improvements all over | Daniel Stenberg | |
2014-09-19 | tutorial: signals aren't used for the threaded resolver | Daniel Stenberg | |
2014-09-12 | libcurl-tutorial.3: fix GnuTLS link to thread-safety guidelines | Daniel Stenberg | |
The former link was turned into a 404 at some point. Reported-By: Askar Safin | |||
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-05 | Update instances of some obsolete CURLOPTs to their new names | Dan Fandrich | |
2014-06-21 | lib man pages: update easy setopt option references | Daniel Stenberg | |
... by using the "\fIopt(3)\fP" syntax they will be linked properly when the web version of the page is generated. | |||
2013-06-03 | libcurl-tutorial.3: added a section on IPv6 | Dan Fandrich | |
Also added a (correctly-escaped) backslash to the autoexec.bat example file and a new Windows character device name with a colon as examples of other characters that are special and potentially dangerous (this reverts and reworks commit 7d8d2a54). | |||
2013-05-28 | libcurl-tutorial.3: remove incorrect backslash | Daniel Stenberg | |
A single backslash in the content is not legal nroff syntax. Reported and fixed by: Eric S. Raymond Bug: http://curl.haxx.se/bug/view.cgi?id=1234 | |||
2013-02-18 | docs: schannel and darwinssl documentation improvements | Nick Zitzmann | |
Schannel and darwinssl use the certificates built into the OS to do vert verification instead of bundles. darwinssl is thread-safe. Corrected typos in the NSS docs. | |||
2011-12-20 | libcurl-tutorial.3: curl doesn't sent pragma no-cache | Daniel Stenberg | |
It did a long time ago | |||
2011-12-20 | tutorial: remove CURLM_CALL_MULTI_PERFORM add sharing | Daniel Stenberg | |
The CURLM_CALL_MULTI_PERFORM reference is an old leftover I had to remove. I also added some blurb to the previously blank "sharing" section. | |||
2011-09-30 | tutorial: clarify the handle sharing when treaded | Daniel Stenberg | |
Previously there was wording that made people uncertain of the exact rules. Feedback by: Julien Royer and Georg Lippitsch URL: http://curl.haxx.se/mail/lib-2011-09/0357.html | |||
2011-01-21 | Mention axTLS in some more documentation | Dan Fandrich | |
2010-10-12 | Added section on server-supplied names to security considerations | Dan Fandrich | |
2010-08-23 | Mention PolarSSL in tutorial & add some URLs to INSTALL | Dan Fandrich | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2009-08-04 | RFC1867 was updated by RFC2388 | Daniel Stenberg | |
2009-05-28 | Fixed a few comment typos (from the FreeBSD ports) | Dan Fandrich | |
2009-05-04 | Philippe Vaucher reported this typo | Daniel Stenberg | |
2009-04-18 | escape the ' properly | Daniel Stenberg | |
2009-03-18 | minor fix | Daniel Stenberg | |
2009-03-05 | Expanded the security section of the libcurl-tutorial man page to cover | Dan Fandrich | |
more issues for authors to consider when writing robust libcurl-using applications. | |||
2008-12-29 | further clarifcation based on input from Anthony Bryan | Daniel Stenberg | |
2008-12-28 | Anthony Bryan's man page cleanup in language and spelling | Daniel Stenberg | |
2008-12-28 | Anthony Bryan reported quirks, I updated | Daniel Stenberg | |
2008-12-28 | Anthony Bryan reported and I corrected two typos. | Daniel Stenberg | |
2008-11-17 | Fixed an outdated mention of having keep strings around in curl_easy_setopt | Dan Fandrich | |
calls. Added a paragraph explaining that libcurl takes care of low-level protocol details. Made a few minor edits. | |||
2008-10-28 | Philippe Vaucher pointed out this use of an outdated option name... | Daniel Stenberg | |
2008-09-09 | Hammer home the fact that "multi interface" != "multi-threaded" | Dan Fandrich | |
2008-07-23 | Eliminated references to TRUE and FALSE since those identifiers aren't | Dan Fandrich | |
defined by the libcurl API. Also changed curl_easy_setopt examples to pass longs where appropriate. | |||
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich | |
and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3) | |||
2007-02-27 | Somewhat updated, changes include: I tried to be more agnostic about the | Daniel Stenberg | |
specific SSL library that might be used, and I cut out the closepolicy stuff that we no longer support | |||
2006-06-21 | minor language edits bug reports 1510080 1510098 | Daniel Stenberg | |
2006-03-13 | Scott Worley's typo fixes | Daniel Stenberg | |
2006-02-09 | CURLOPT_NOSIGNAL might be a MUST to make threaded use work, like on AIX 5.2 | Daniel Stenberg | |
due to the use of the static variable for sigsetjmp() | |||
2006-02-07 | Rene Bernhardt found this typo | Daniel Stenberg | |
2005-09-21 | oops, broken sentence fixed: | Daniel Stenberg | |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329305 | |||
2005-05-09 | add multi-thread details for GnuTLS | Daniel Stenberg | |
2005-01-25 | David Shaw contributed a fairly complete and detailed autoconf macro you can | Daniel Stenberg | |
use to detect libcurl and setup variables for the protocols the installed libcurl supports: docs/libcurl/libcurl.m4 | |||
2005-01-22 | \fI marked \fP more function calls etc. | Daniel Stenberg | |
2005-01-22 | If you're using libcurl as a win32 DLL, you MUST use the CURLOPT_WRITEFUNCTION | Daniel Stenberg | |
if you set CURLOPT_WRITEDATA - or you will experience crashes. |