Daniel Stenberg
930a45e7a9
- Added CURLINFO_PRIMARY_IP as a new information retrievable with
...
curl_easy_getinfo. It returns a pointer to a string with the most recently
used IP address. Modified test case 500 to also verify this feature. The
implementing of this feature was sponsored by Lenny Rachitsky at NeuStar.
2008-06-06 17:33:35 +00:00
Daniel Stenberg
852989856d
- To make it easier for applications that want lots of magic stuff done on
...
redirections and thus cannot use CURLOPT_FOLLOWLOCATION easily, we now
introduce the new CURLINFO_REDIRECT_URL option that lets applications
extract the URL libcurl would've redirected to if it had been told to. This
then enables the application to continue to that URL as it thinks is
suitable, without having to re-implement the magic of creating the new URL
from the Location: header etc. Test 1029 verifies it.
2008-04-30 21:20:08 +00:00
Daniel Stenberg
50c10aa5bf
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
...
passed to it with curl_easy_setopt()! Previously it has always just refered
to the data, forcing the user to keep the data around until libcurl is done
with it. That is now history and libcurl will instead clone the given
strings and keep private copies.
2007-08-01 21:20:01 +00:00
Dan Fandrich
0b67ee7bad
Fixed a few typos.
2007-05-03 19:12:45 +00:00
Daniel Stenberg
453e9b0dce
add units to a few info
2007-03-31 20:19:02 +00:00
Daniel Stenberg
6a151c1312
corrected the CURLINFO_TOTAL_TIME description
2006-06-08 11:06:26 +00:00
Daniel Stenberg
598ffeea89
David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path
2006-03-21 22:30:03 +00:00
Daniel Stenberg
3f22901a43
Scott Worley's typo fixes
2006-03-13 19:44:36 +00:00
Daniel Stenberg
dcee24191f
mention the CURLOPT_CONNECT_ONLY connection
2006-02-11 22:36:29 +00:00
Daniel Stenberg
87bcb6f377
Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that
...
an app can use to let libcurl only connect to a remote host and then extract
the socket from libcurl. libcurl will then not attempt to do any transfer at
all after the connect is done.
2006-02-11 22:35:16 +00:00
Daniel Stenberg
89df76e449
end the .nf section, mark the option names properly so that they end up
...
as links in the html version
2005-10-06 09:03:36 +00:00
Daniel Stenberg
e5b2f33b4f
Added the info from getinfo-times as it really belongs in this man page.
2005-10-06 08:58:44 +00:00
Daniel Stenberg
573350637e
CURLINFO_COOKIELIST is added in 7.14.1
2005-08-25 07:06:15 +00:00
Daniel Stenberg
94692b904e
it isn't strictly necessary to use it after a perform
2005-08-18 06:14:17 +00:00
Daniel Stenberg
2236ba0d20
Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a
...
simple interface to extracting and setting cookies in libcurl's internal
"cookie jar". See the new cookie_interface.c example code.
2005-07-27 22:17:14 +00:00
Daniel Stenberg
c04fae3096
CURLINFO_FILETIME returns the time for GMT
2005-06-11 22:04:41 +00:00
Daniel Stenberg
3acda85c2b
added CURLINFO_HTTP_CONNECTCODE
2004-12-22 12:31:55 +00:00
Daniel Stenberg
9359498b06
clarify that the app must free the engine list
2004-12-14 22:47:13 +00:00
Gisle Vanem
5c14b3be6d
Document CURLINFO_SSL_ENGINES and "--engine".
2004-12-13 20:14:04 +00:00
Daniel Stenberg
f4bef25b5e
CURLINFO_NUM_CONNECTS and more
2004-10-19 15:30:08 +00:00
Daniel Stenberg
bb48ccedd7
mention when this option was added
2004-10-01 06:43:48 +00:00
Daniel Stenberg
be1cece69b
- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an
...
app to retrieve the errno variable after a (connect) failure. It will make
sense to provide this for more failures in a more generic way, but let's
start like this.
2004-09-30 21:01:23 +00:00
Daniel Stenberg
49746d1dce
returned memory should not be freed
2004-08-24 20:36:38 +00:00
Daniel Stenberg
4b78b4124e
Tor Arntsen's major ispell patch
2004-03-24 21:40:45 +00:00
Daniel Stenberg
25bcd45034
formatting update to produce better links with the new roffit version
2004-02-27 15:34:06 +00:00
Daniel Stenberg
58cf108251
Andrés García's update
2003-12-18 13:33:14 +00:00
Daniel Stenberg
445f54db57
consistant with other man pages
2003-11-04 13:27:28 +00:00
Daniel Stenberg
bd78878cc3
CURLINFO_RESPONSE_CODE instead of CURLINFO_HTTP_CODE
2003-08-20 15:44:03 +00:00
Daniel Stenberg
6d36796135
corrected main meta data title
2003-08-08 07:07:15 +00:00
Daniel Stenberg
f9781afafd
clarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone's
...
suggestion
2003-04-11 16:52:30 +00:00
Daniel Stenberg
8bca5e05b8
Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATE
...
for storage and retrieval of private data in the curl handle.
2002-11-20 19:11:22 +00:00
Daniel Stenberg
f6525ae200
the TOTAL_TIME is not really total, as it excludes the connect time...
2002-04-25 16:45:15 +00:00
Daniel Stenberg
2bc84fb163
Dirk Manske's two new infos
2002-04-17 07:21:17 +00:00
Daniel Stenberg
01f04b9a41
ripped out from ../ and put in its own directory now
2002-03-04 10:09:48 +00:00