Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-12-10 | Eric S. Raymond's fix of the NAME section | Daniel Stenberg | |
2003-12-09 | added some details from the old scrolls | Daniel Stenberg | |
2003-12-08 | removed old version checks | Daniel Stenberg | |
2003-12-08 | use the newer option names | Daniel Stenberg | |
2003-12-08 | updated 5.5 to use the modern names of these defines | Daniel Stenberg | |
2003-12-08 | ares in curl-config | Daniel Stenberg | |
2003-12-08 | removed one, added one | Daniel Stenberg | |
2003-12-04 | minor edit of the PRIVATE option | Daniel Stenberg | |
2003-12-04 | cut out the wrong version blurb | Daniel Stenberg | |
2003-12-03 | edited the -d section slightly | Daniel Stenberg | |
2003-12-03 | minor edit | Daniel Stenberg | |
2003-12-02 | --ftp-pasv now overrides a previous --ftpport option. We now also support | Daniel Stenberg | |
it named "--ftp-port" as the additional dash between the words is used in several other options and this makes it more consistant. | |||
2003-11-19 | cut off old crappy win32 comments and use the proper global_init instead | Daniel Stenberg | |
also removed very old "require libcurl older than blablabla" | |||
2003-11-19 | cleaned up | Daniel Stenberg | |
2003-11-19 | remove the wrong win32 comment and use global_init | Daniel Stenberg | |
2003-11-12 | mention it was added in 7.10.9 | Daniel Stenberg | |
2003-11-12 | a resume http upload bug | Daniel Stenberg | |
2003-11-11 | Added CURLOPT_NETRC_FILE. | Daniel Stenberg | |