diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/THANKS | 21 | ||||
-rw-r--r-- | docs/examples/README | 2 | ||||
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 6 |
3 files changed, 26 insertions, 3 deletions
diff --git a/docs/THANKS b/docs/THANKS index dd32c6a31..0b2fd3b4b 100644 --- a/docs/THANKS +++ b/docs/THANKS @@ -20,11 +20,13 @@ Albert Choy Ale Vesely Alejandro Alvarez Aleksandar Milivojevic +Alessandro Ghedini Alessandro Vesely Alex Bligh Alex Fishman Alex Neblett Alex Suykov +Alex Vinnik Alex aka WindEagle Alexander Beedie Alexander Kourakos @@ -74,6 +76,7 @@ Anton Kalmykov Arkadiusz Miskiewicz Armel Asselin Arnaud Ebalard +Arthur Murray Arve Knudsen Ates Goral Augustus Saunders @@ -91,6 +94,7 @@ Ben Winslow Benbuck Nason Benjamin Gerard Bernard Leak +Bernhard Reutner-Fischer Bertrand Demiddelaer Bill Egert Bill Hoffman @@ -105,6 +109,7 @@ Brad Burdick Brad Hards Brad King Bradford Bruce +Brandon Wang Brendan Jurd Brent Beardsley Brian Akins @@ -121,6 +126,7 @@ Camille Moncelier Caolan McNamara Carsten Lange Casey O'Donnell +Cedric Deltheil Chad Monroe Charles Kerr Chih-Chung Chang @@ -133,6 +139,7 @@ Chris Gaukroger Chris Maltby Chris Mumford Chris Smowton +Christian Grothoff Christian Hagele Christian Krause Christian Kurz @@ -382,6 +389,8 @@ Jan Kunder Jan Van Boghout Jared Lundell Jari Sundell +Jason Glasgow +Jason Liu Jason McDonald Jason S. Priebe Jay Austin @@ -418,6 +427,7 @@ Jofell Gallardo Johan Anderson Johan Nilsson Johan van Selst +Johannes Bauer John Bradshaw John Crow John Dennis @@ -437,6 +447,7 @@ Jon Sargeant Jon Travis Jon Turner Jonas Forsman +Jonas Schnelli Jonatan Lander Jonathan Hseu Jongki Suwandi @@ -524,6 +535,7 @@ Luke Call Luong Dinh Dung Maciej Karpiuk Maciej W. Rozycki +Mamoru Tasaka Mandy Wu Manfred Schwarb Manuel Massing @@ -614,6 +626,7 @@ Moonesamy Nathan Coulter Nathan O'Sullivan Nathanael Nerode +Naveen Chandran Naveen Noel Neil Dunbar Neil Spring @@ -631,6 +644,7 @@ Nikita Schmidt Nikitinskit Dmitriy Niklas Angebrand Nikolai Kondrashov +Nikos Mavrogiannopoulos Ning Dong Nir Soffer Nis Jorgensen @@ -647,6 +661,7 @@ Paolo Piacentini Pascal Terjan Pasha Kuznetsov Pat Ray +Patrice Guerin Patrick Bihan-Faou Patrick Monnerat Patrick Scott @@ -720,6 +735,7 @@ Renaud Duhaut Rene Bernhardt Rene Rebe Reuven Wachtfogel +Reza Arbab Ricardo Cadime Rich Gray Rich Rauenzahn @@ -736,11 +752,13 @@ Rick Richardson Rob Crittenden Rob Jones Rob Stanzel +Rob Ward Robert A. Monat Robert D. Young Robert Foreman Robert Iakobashvili Robert Olson +Robert Schumann Robert Weaver Robin Cornelius Robin Johnson @@ -809,6 +827,7 @@ Stephen Kick Stephen More Sterling Hughes Steve Green +Steve H Truong Steve Holme Steve Lhomme Steve Little @@ -864,6 +883,7 @@ Tomasz Lacki Tommie Gannert Tommy Tam Ton Voon +Toni Moreno Toon Verwaest Tor Arntsen Torsten Foertsch @@ -892,6 +912,7 @@ Vojtech Janota Vojtech Minarik Vsevolod Novikov Walter J. Mack +Ward Willats Wayne Haigh Werner Koch Wesley Laxton diff --git a/docs/examples/README b/docs/examples/README index da04d2886..270048a6c 100644 --- a/docs/examples/README +++ b/docs/examples/README @@ -55,6 +55,7 @@ htmltitle.cc - download a HTML file and extract the <title> tag from a HTML http-post.c - HTTP POST httpput.c - HTTP PUT a local file https.c - simple HTTPS transfer +imap.c - simple IMAP transfer multi-app.c - a multi-interface app multi-debugcallback.c - a multi-interface app using the debug callback multi-double.c - a multi-interface app doing two simultaneous transfers @@ -75,4 +76,5 @@ simple.c - the most simple download a URL source simplepost.c - HTTP POST simplessl.c - HTTPS example with certificates many options set synctime.c - Sync local time by extracting date from remote HTTP servers +url2file.c - download a document and store it in a file 10-at-a-time.c - Download many files simultaneously, 10 at a time. diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 9dcce8770..d94a84b78 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -266,7 +266,7 @@ If you forward the input arguments directly to "fseek" or "lseek", note that the data type for \fIoffset\fP is not the same as defined for curl_off_t on many systems! (Option added in 7.18.0) .IP CURLOPT_SEEKDATA -Data pointer to pass to the file read function. If you use the +Data pointer to pass to the file seek function. If you use the \fICURLOPT_SEEKFUNCTION\fP option, this is the pointer you'll get as input. If you don't specify a seek callback, NULL is passed. (Option added in 7.18.0) .IP CURLOPT_SOCKOPTFUNCTION @@ -322,7 +322,7 @@ to the \fICURLOPT_OPENSOCKETFUNCTION\fP option. Return 0 to signal success and 1 if there was an error. (Option added in 7.21.7) .IP CURLOPT_CLOSESOCKETDATA Pass a pointer that will be untouched by libcurl and passed as the first -argument in the opensocket callback set with +argument in the closesocket callback set with \fICURLOPT_CLOSESOCKETFUNCTION\fP. (Option added in 7.21.7) .IP CURLOPT_PROGRESSFUNCTION Function pointer that should match the \fIcurl_progress_callback\fP prototype @@ -2070,7 +2070,7 @@ This option requires that libcurl was built with a resolver backend that supports this operation. The c-ares backend is the only such one. (Added in 7.24.0) -.IP CURLOPT_ACCEPTTIMOUT_MS +.IP CURLOPT_ACCEPTTIMEOUT_MS Pass a long telling libcurl the maximum number of milliseconds to wait for a server to connect back to libcurl when an active FTP connection is used. If no timeout is set, the internal default of 60000 will be used. (Added in 7.24.0) |