Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2004-07-14 | Jason Nye pointed out that callbacks don't need to use the "C namespace" | Daniel Stenberg | |
2004-07-02 | I prefer CURLOPT_WRITEDATA before CURLOPT_FILE | Daniel Stenberg | |
2004-06-21 | libcurl-tutorial.3 is the former libcurl-the-guide converted to man page format | Daniel Stenberg | |