Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-30 | one issue less | Daniel Stenberg | |
2004-03-30 | mention the fact that you can append a new CA cert to the existing bundle too | Daniel Stenberg | |
2004-03-28 | use the correct struct | Daniel Stenberg | |
2004-03-26 | some more password blurb | Daniel Stenberg | |
2004-03-25 | tcp-nodelay patch by Joe Halpin | Daniel Stenberg | |
2004-03-24 | Tor Arntsen's major ispell patch | Daniel Stenberg | |
2004-03-22 | fixed the ntlm problem with longish passwords | Daniel Stenberg | |
2004-03-17 | Günter Knauf's NetWare changes. | Daniel Stenberg | |
2004-03-16 | random updates | Daniel Stenberg | |
2004-03-16 | added the CA bundle default path, and mention the risk that the server you | Daniel Stenberg | |
try to talk to may be an imposter | |||
2004-03-15 | ntlm and long passwords | Daniel Stenberg | |
2004-03-15 | better formatting to create fine links in the web version | Daniel Stenberg | |
2004-03-15 | more formatting fixes | Daniel Stenberg | |
2004-03-15 | refer to function names better to enhance the HTML output | Daniel Stenberg | |
2004-03-15 | random formatting updates to look better in HTML version | Daniel Stenberg | |
2004-03-15 | use .NF for the struct part to looke better in HTML | Daniel Stenberg | |
format some function references properly | |||
2004-03-15 | more fixes | Daniel Stenberg | |
2004-03-15 | better formatting of functions to get better links in the web version | Daniel Stenberg | |
2004-03-15 | better mentioning of other functions to create proper hrefs in the web | Daniel Stenberg | |
version | |||
2004-03-12 | CURLOPT_POSTFIELDSIZE_LARGE is added in 7.11.1 | Daniel Stenberg | |
2004-03-12 | Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the | Daniel Stenberg | |
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs. | |||
2004-03-08 | Removed John Clayton's really odd bug since its never been reported again and | Daniel Stenberg | |
it was quite a long time since he experienced that one. | |||
2004-03-08 | mention error 64 | Daniel Stenberg | |
2004-03-05 | 'make clean' should only remove the generated html files, index.html is not | Daniel Stenberg | |
one of them! | |||
2004-03-05 | mention the D binding | Daniel Stenberg | |
2004-03-05 | Multiple updates, most of them being proper formatting to create nice html | Daniel Stenberg | |
links in the web pages, but also additional facts and removal of old crap. | |||
2004-03-02 | large file in jan 2004 | Daniel Stenberg | |
2004-03-02 | various updates | Daniel Stenberg | |
2004-03-02 | two items fixed, one so old I don't think its valid anymore | Daniel Stenberg | |
2004-03-02 | clean the html and pdf files | Daniel Stenberg | |
2004-03-01 | global dns cache is not nice, we consider it obsolete starting now | Daniel Stenberg | |
2004-03-01 | Moved two 7.11.2 issues over to the more general TODO docs. | Daniel Stenberg | |
2004-03-01 | minor spellfix | Daniel Stenberg | |
2004-03-01 | intend the top-level blurb to make it easier to discard it from the web | Daniel Stenberg | |
site output | |||
2004-03-01 | Tor and David | Daniel Stenberg | |
2004-03-01 | mention how to make a curl handle use the share | Daniel Stenberg | |
2004-02-27 | using roffit 0.6 we can get <a href> links with the --mandir option | Daniel Stenberg | |
2004-02-27 | formatting update to produce better links with the new roffit version | Daniel Stenberg | |
2004-02-27 | elaborate on the URL option | Daniel Stenberg | |
2004-02-27 | Added a few options that were still not documented. Now I believe all options | Daniel Stenberg | |
mentioned in the current curl/curl.h header file (that aren't marked as obsolete) are present. | |||
2004-02-25 | better formatting of the share options | Daniel Stenberg | |
2004-02-25 | mark the function name | Daniel Stenberg | |
2004-02-25 | added CURLOPT_SHARE | Daniel Stenberg | |
2004-02-23 | correct the input data structs | Daniel Stenberg | |
2004-02-21 | mention in --limit-rate that --speed-limit might ruin the limiting slightly. | Daniel Stenberg | |
2004-02-19 | very minor phrase edit | Daniel Stenberg | |
2004-02-09 | Dominick Meglio's update | Daniel Stenberg | |
2004-02-09 | Dominick Meglio's added share interface documentation | Daniel Stenberg | |
2004-02-09 | Ken 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-06 | Added documentation of a few command line options that were still undocumented | Daniel Stenberg | |
here. |