aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2004-03-28use the correct structDaniel Stenberg
2004-03-26some more password blurbDaniel Stenberg
2004-03-25tcp-nodelay patch by Joe HalpinDaniel Stenberg
2004-03-24Tor Arntsen's major ispell patchDaniel Stenberg
2004-03-22fixed the ntlm problem with longish passwordsDaniel Stenberg
2004-03-17Günter Knauf's NetWare changes.Daniel Stenberg
2004-03-16random updatesDaniel Stenberg
2004-03-16added the CA bundle default path, and mention the risk that the server youDaniel Stenberg
try to talk to may be an imposter
2004-03-15ntlm and long passwordsDaniel Stenberg
2004-03-15better formatting to create fine links in the web versionDaniel Stenberg
2004-03-15more formatting fixesDaniel Stenberg
2004-03-15refer to function names better to enhance the HTML outputDaniel Stenberg
2004-03-15random formatting updates to look better in HTML versionDaniel Stenberg
2004-03-15use .NF for the struct part to looke better in HTMLDaniel Stenberg
format some function references properly
2004-03-15more fixesDaniel Stenberg
2004-03-15better formatting of functions to get better links in the web versionDaniel Stenberg
2004-03-15better mentioning of other functions to create proper hrefs in the webDaniel Stenberg
version
2004-03-12CURLOPT_POSTFIELDSIZE_LARGE is added in 7.11.1Daniel Stenberg
2004-03-12Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of theDaniel Stenberg
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
2004-03-08Removed John Clayton's really odd bug since its never been reported again andDaniel Stenberg
it was quite a long time since he experienced that one.
2004-03-08mention error 64Daniel Stenberg
2004-03-05'make clean' should only remove the generated html files, index.html is notDaniel Stenberg
one of them!
2004-03-05mention the D bindingDaniel Stenberg
2004-03-05Multiple updates, most of them being proper formatting to create nice htmlDaniel Stenberg
links in the web pages, but also additional facts and removal of old crap.
2004-03-02large file in jan 2004Daniel Stenberg
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