aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-tutorial.3
AgeCommit message (Collapse)Author
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