aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2004-03-02various updatesDaniel Stenberg
2004-03-02two items fixed, one so old I don't think its valid anymoreDaniel Stenberg
2004-03-02clean the html and pdf filesDaniel Stenberg
2004-03-01global dns cache is not nice, we consider it obsolete starting nowDaniel Stenberg
2004-03-01Moved two 7.11.2 issues over to the more general TODO docs.Daniel Stenberg
2004-03-01minor spellfixDaniel Stenberg
2004-03-01intend the top-level blurb to make it easier to discard it from the webDaniel Stenberg
site output
2004-03-01Tor and DavidDaniel Stenberg
2004-03-01mention how to make a curl handle use the shareDaniel Stenberg
2004-02-27using roffit 0.6 we can get <a href> links with the --mandir optionDaniel Stenberg
2004-02-27formatting update to produce better links with the new roffit versionDaniel Stenberg
2004-02-27elaborate on the URL optionDaniel Stenberg
2004-02-27Added a few options that were still not documented. Now I believe all optionsDaniel Stenberg
mentioned in the current curl/curl.h header file (that aren't marked as obsolete) are present.
2004-02-25better formatting of the share optionsDaniel Stenberg
2004-02-25mark the function nameDaniel Stenberg
2004-02-25added CURLOPT_SHAREDaniel Stenberg
2004-02-23correct the input data structsDaniel Stenberg
2004-02-21mention in --limit-rate that --speed-limit might ruin the limiting slightly.Daniel Stenberg
2004-02-19very minor phrase editDaniel Stenberg
2004-02-09Dominick Meglio's updateDaniel Stenberg
2004-02-09Dominick Meglio's added share interface documentationDaniel Stenberg
2004-02-09Ken Rastatter's fixes to improve portability of this example:Daniel Stenberg
These minor changes remove portability issues with the this example and allow it to run on Win32. Specifically: * The use of pthread_create() has been replaced by g_thread_create(). This removes the dependency on the pthreads library. Since this is an example using GTK+, g_thread_create() is available as it is a part of glibc. * The CURLOPT_FILE option is now referred to by its "newer name" CURLOPT_WRITEDATA. * The use of CURLOPT_WRITEFUNCTION has been added. As described in the docs, this avoids the crashes when using a DLL under Win32. * The output file has been renamed from "/tmp/test.curl" to "test.curl". It's unlikely that there is a /tmp when in Win32 and other examples in libcurl write their output files to the working directory.
2004-02-06Added documentation of a few command line options that were still undocumentedDaniel Stenberg
here.
2004-02-03no one uses libcurl before 7.7 anyway...Daniel Stenberg
2004-02-02mention mpe/ixDaniel Stenberg
2004-01-30--socksDaniel Stenberg
2004-01-29note about the need for extra functions set to OpenSSL if you use OpenSSLDaniel Stenberg
multi-threaded
2004-01-23the *_LARGE options work fine on windows in 7.11.1Daniel Stenberg
2004-01-22mark the option betterDaniel Stenberg
2004-01-22no large files on windows just yetDaniel Stenberg
2004-01-21clarified where VERBOSE output goesDaniel Stenberg
2004-01-15Peter Sylvester's CURLOPT_SSL_CTX_FUNCTION docsDaniel Stenberg
I reworded some of the intial paragraphs to avoid 'NOTE2'
2004-01-13Brian R Duffy provide a "build SSL-enabled with Borland" sectionDaniel Stenberg
2004-01-12http auth typesDaniel Stenberg
disable EPRT removed passwd prompting text
2004-01-09added a short intro text about this not being for binary package installsDaniel Stenberg
2004-01-09a fair ideaDaniel Stenberg
2004-01-07added a few people who have been doing lots of good stuffDaniel Stenberg
2004-01-07feature updateDaniel Stenberg
2004-01-07mention that the _LARGE options are added in 7.11.0, added a header to theDaniel Stenberg
file with the standard curl blurb
2004-01-05David J Meyer's large file support.Daniel Stenberg
2004-01-05minor wording changeDaniel Stenberg
2004-01-05minor format flawDaniel Stenberg
2004-01-02there's a ferite binding tooDaniel Stenberg
2003-12-22curl doesn't do recursive operationsDaniel Stenberg
2003-12-22Andrés García added CURLOPT_IPRESOLVEDaniel Stenberg
2003-12-18typecast the size to long for platforms where st_size is off_tDaniel Stenberg
2003-12-18Andrés García's updateDaniel Stenberg
2003-12-18clarified the URL part based on the problems Martin Hilpert hadDaniel Stenberg
2003-12-16AmigaOS build notesDaniel Stenberg
2003-12-10curl-config bug correctedDaniel Stenberg