Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2004-02-03 | no one uses libcurl before 7.7 anyway... | Daniel Stenberg | |
2004-02-02 | mention mpe/ix | Daniel Stenberg | |
2004-01-30 | --socks | Daniel Stenberg | |
2004-01-29 | note about the need for extra functions set to OpenSSL if you use OpenSSL | Daniel Stenberg | |
multi-threaded | |||
2004-01-23 | the *_LARGE options work fine on windows in 7.11.1 | Daniel Stenberg | |
2004-01-22 | mark the option better | Daniel Stenberg | |
2004-01-22 | no large files on windows just yet | Daniel Stenberg | |
2004-01-21 | clarified where VERBOSE output goes | Daniel Stenberg | |
2004-01-15 | Peter Sylvester's CURLOPT_SSL_CTX_FUNCTION docs | Daniel Stenberg | |
I reworded some of the intial paragraphs to avoid 'NOTE2' | |||
2004-01-13 | Brian R Duffy provide a "build SSL-enabled with Borland" section | Daniel Stenberg | |
2004-01-12 | http auth types | Daniel Stenberg | |
disable EPRT removed passwd prompting text | |||
2004-01-09 | added a short intro text about this not being for binary package installs | Daniel Stenberg | |
2004-01-09 | a fair idea | Daniel Stenberg | |
2004-01-07 | added a few people who have been doing lots of good stuff | Daniel Stenberg | |
2004-01-07 | feature update | Daniel Stenberg | |
2004-01-07 | mention that the _LARGE options are added in 7.11.0, added a header to the | Daniel Stenberg | |
file with the standard curl blurb | |||
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg | |
2004-01-05 | minor wording change | Daniel Stenberg | |
2004-01-05 | minor format flaw | Daniel Stenberg | |
2004-01-02 | there's a ferite binding too | Daniel Stenberg | |
2003-12-22 | curl doesn't do recursive operations | Daniel Stenberg | |
2003-12-22 | Andrés García added CURLOPT_IPRESOLVE | Daniel Stenberg | |
2003-12-18 | typecast the size to long for platforms where st_size is off_t | Daniel Stenberg | |
2003-12-18 | Andrés García's update | Daniel Stenberg | |
2003-12-18 | clarified the URL part based on the problems Martin Hilpert had | Daniel Stenberg | |
2003-12-16 | AmigaOS build notes | Daniel Stenberg | |
2003-12-10 | curl-config bug corrected | Daniel Stenberg | |
2003-12-10 | minor language fixes | Daniel Stenberg | |