Commit Graph

821 Commits

Author SHA1 Message Date
Daniel Stenberg 82c31256e1 better formatting of the share options 2004-02-25 12:34:19 +00:00
Daniel Stenberg 403cbbe0c4 mark the function name 2004-02-25 12:32:33 +00:00
Daniel Stenberg 9a7e3437ae added CURLOPT_SHARE 2004-02-25 12:20:41 +00:00
Daniel Stenberg 0b1f7995c5 correct the input data structs 2004-02-23 09:01:08 +00:00
Daniel Stenberg c7775c59bf mention in --limit-rate that --speed-limit might ruin the limiting slightly. 2004-02-21 16:18:57 +00:00
Daniel Stenberg afa5924487 very minor phrase edit 2004-02-19 10:21:54 +00:00
Daniel Stenberg 283f68f660 Dominick Meglio's update 2004-02-09 13:51:52 +00:00
Daniel Stenberg 220caed248 Dominick Meglio's added share interface documentation 2004-02-09 09:07:26 +00:00
Daniel Stenberg 7f679c3da3 Ken Rastatter's fixes to improve portability of this example:
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-09 07:12:33 +00:00
Daniel Stenberg 1a6969a887 Added documentation of a few command line options that were still undocumented
here.
2004-02-06 10:17:13 +00:00
Daniel Stenberg 773a8fe598 no one uses libcurl before 7.7 anyway... 2004-02-03 15:59:06 +00:00
Daniel Stenberg 3b0f52205d mention mpe/ix 2004-02-02 15:34:09 +00:00
Daniel Stenberg aaa42735e6 --socks 2004-01-30 08:54:00 +00:00
Daniel Stenberg 7052598e59 note about the need for extra functions set to OpenSSL if you use OpenSSL
multi-threaded
2004-01-29 16:17:25 +00:00
Daniel Stenberg 5a58d51993 the *_LARGE options work fine on windows in 7.11.1 2004-01-23 12:52:04 +00:00
Daniel Stenberg eaddf3d198 mark the option better 2004-01-22 10:17:09 +00:00
Daniel Stenberg 863c7c7282 no large files on windows just yet 2004-01-22 09:15:37 +00:00
Daniel Stenberg d204c62c39 clarified where VERBOSE output goes 2004-01-21 07:46:17 +00:00
Daniel Stenberg 84990cb176 Peter Sylvester's CURLOPT_SSL_CTX_FUNCTION docs
I reworded some of the intial paragraphs to avoid 'NOTE2'
2004-01-15 10:38:08 +00:00
Daniel Stenberg d8dd9b0008 Brian R Duffy provide a "build SSL-enabled with Borland" section 2004-01-13 07:58:49 +00:00
Daniel Stenberg 93aea06ed9 http auth types
disable EPRT
removed passwd prompting text
2004-01-12 08:48:08 +00:00
Daniel Stenberg 7237221108 added a short intro text about this not being for binary package installs 2004-01-09 09:36:07 +00:00
Daniel Stenberg 4c3a2318ae a fair idea 2004-01-09 08:59:55 +00:00
Daniel Stenberg f4569f10f0 added a few people who have been doing lots of good stuff 2004-01-07 14:53:53 +00:00
Daniel Stenberg 23cfb9a832 feature update 2004-01-07 14:50:11 +00:00
Daniel Stenberg feeef39ebf mention that the _LARGE options are added in 7.11.0, added a header to the
file with the standard curl blurb
2004-01-07 07:20:08 +00:00
Daniel Stenberg b60e0fa97e David J Meyer's large file support. 2004-01-05 22:29:29 +00:00
Daniel Stenberg 41c6f68d94 minor wording change 2004-01-05 14:56:46 +00:00
Daniel Stenberg 411d0cb715 minor format flaw 2004-01-05 14:46:56 +00:00
Daniel Stenberg a99e6445bf there's a ferite binding too 2004-01-02 12:57:47 +00:00
Daniel Stenberg f3e5d4a602 curl doesn't do recursive operations 2003-12-22 17:24:21 +00:00
Daniel Stenberg 61685fee7e Andrés García added CURLOPT_IPRESOLVE 2003-12-22 10:53:55 +00:00
Daniel Stenberg 36a2fac79f typecast the size to long for platforms where st_size is off_t 2003-12-18 18:05:10 +00:00
Daniel Stenberg 58cf108251 Andrés García's update 2003-12-18 13:33:14 +00:00
Daniel Stenberg f4e987cd19 clarified the URL part based on the problems Martin Hilpert had 2003-12-18 07:52:31 +00:00
Daniel Stenberg 2450506c83 AmigaOS build notes 2003-12-16 14:51:58 +00:00
Daniel Stenberg 9825d81973 curl-config bug corrected 2003-12-10 14:13:01 +00:00
Daniel Stenberg 5a87203fe4 minor language fixes 2003-12-10 07:50:12 +00:00
Daniel Stenberg 90e9c64f72 Eric S. Raymond's fix of the NAME section 2003-12-10 07:16:20 +00:00
Daniel Stenberg 8742d39060 added some details from the old scrolls 2003-12-09 08:05:03 +00:00
Daniel Stenberg 821302bcf3 removed old version checks 2003-12-08 14:14:26 +00:00
Daniel Stenberg f68219ddaa use the newer option names 2003-12-08 14:13:19 +00:00
Daniel Stenberg 7e3cd82b50 updated 5.5 to use the modern names of these defines 2003-12-08 13:59:35 +00:00
Daniel Stenberg bc372815a8 ares in curl-config 2003-12-08 13:51:07 +00:00
Daniel Stenberg 391a37ebbf removed one, added one 2003-12-08 13:48:23 +00:00
Daniel Stenberg bff59dac12 minor edit of the PRIVATE option 2003-12-04 13:01:30 +00:00
Daniel Stenberg ea53aed841 cut out the wrong version blurb 2003-12-04 12:56:05 +00:00
Daniel Stenberg e2555cf83d edited the -d section slightly 2003-12-03 14:09:29 +00:00
Daniel Stenberg f7c8a57206 minor edit 2003-12-03 14:02:37 +00:00
Daniel Stenberg ad5ead8bed --ftp-pasv now overrides a previous --ftpport option. We now also support
it named "--ftp-port" as the additional dash between the words is used in
several other options and this makes it more consistant.
2003-12-02 18:01:08 +00:00