aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-tutorial.3
AgeCommit message (Collapse)Author
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2009-08-04RFC1867 was updated by RFC2388Daniel Stenberg
2009-05-28Fixed a few comment typos (from the FreeBSD ports)Dan Fandrich
2009-05-04Philippe Vaucher reported this typoDaniel Stenberg
2009-04-18escape the ' properlyDaniel Stenberg
2009-03-18minor fixDaniel Stenberg
2009-03-05Expanded the security section of the libcurl-tutorial man page to coverDan Fandrich
more issues for authors to consider when writing robust libcurl-using applications.
2008-12-29further clarifcation based on input from Anthony BryanDaniel Stenberg
2008-12-28Anthony Bryan's man page cleanup in language and spellingDaniel Stenberg
2008-12-28Anthony Bryan reported quirks, I updatedDaniel Stenberg
2008-12-28Anthony Bryan reported and I corrected two typos.Daniel Stenberg
2008-11-17Fixed an outdated mention of having keep strings around in curl_easy_setoptDan Fandrich
calls. Added a paragraph explaining that libcurl takes care of low-level protocol details. Made a few minor edits.
2008-10-28Philippe Vaucher pointed out this use of an outdated option name...Daniel Stenberg
2008-09-09Hammer home the fact that "multi interface" != "multi-threaded"Dan Fandrich
2008-07-23Eliminated references to TRUE and FALSE since those identifiers aren'tDan Fandrich
defined by the libcurl API. Also changed curl_easy_setopt examples to pass longs where appropriate.
2007-08-30Renamed several libcurl error codes and options to make them more generalDan 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-27Somewhat updated, changes include: I tried to be more agnostic about theDaniel Stenberg
specific SSL library that might be used, and I cut out the closepolicy stuff that we no longer support
2006-06-21minor language edits bug reports 1510080 1510098Daniel Stenberg
2006-03-13Scott Worley's typo fixesDaniel Stenberg
2006-02-09CURLOPT_NOSIGNAL might be a MUST to make threaded use work, like on AIX 5.2Daniel Stenberg
due to the use of the static variable for sigsetjmp()
2006-02-07Rene Bernhardt found this typoDaniel Stenberg
2005-09-21oops, broken sentence fixed:Daniel Stenberg
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329305
2005-05-09add multi-thread details for GnuTLSDaniel Stenberg
2005-01-25David Shaw contributed a fairly complete and detailed autoconf macro you canDaniel 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-22If you're using libcurl as a win32 DLL, you MUST use the CURLOPT_WRITEFUNCTIONDaniel Stenberg
if you set CURLOPT_WRITEDATA - or you will experience crashes.
2004-07-14Jason Nye pointed out that callbacks don't need to use the "C namespace"Daniel Stenberg
2004-07-02I prefer CURLOPT_WRITEDATA before CURLOPT_FILEDaniel Stenberg
2004-06-21libcurl-tutorial.3 is the former libcurl-the-guide converted to man page formatDaniel Stenberg