aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_getinfo.3
AgeCommit message (Collapse)Author
2007-08-01Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg
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-05-03Fixed a few typos.Dan Fandrich
2007-03-31add units to a few infoDaniel Stenberg
2006-06-08corrected the CURLINFO_TOTAL_TIME descriptionDaniel Stenberg
2006-03-21David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry pathDaniel Stenberg
2006-03-13Scott Worley's typo fixesDaniel Stenberg
2006-02-11mention the CURLOPT_CONNECT_ONLY connectionDaniel Stenberg
2006-02-11Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options thatDaniel Stenberg
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.
2005-10-06end the .nf section, mark the option names properly so that they end upDaniel Stenberg
as links in the html version
2005-10-06Added the info from getinfo-times as it really belongs in this man page.Daniel Stenberg
2005-08-25CURLINFO_COOKIELIST is added in 7.14.1Daniel Stenberg
2005-08-18it isn't strictly necessary to use it after a performDaniel Stenberg
2005-07-27Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is aDaniel Stenberg
simple interface to extracting and setting cookies in libcurl's internal "cookie jar". See the new cookie_interface.c example code.
2005-06-11CURLINFO_FILETIME returns the time for GMTDaniel Stenberg
2004-12-22added CURLINFO_HTTP_CONNECTCODEDaniel Stenberg
2004-12-14clarify that the app must free the engine listDaniel Stenberg
2004-12-13Document CURLINFO_SSL_ENGINES and "--engine".Gisle Vanem
2004-10-19CURLINFO_NUM_CONNECTS and moreDaniel Stenberg
2004-10-01mention when this option was addedDaniel Stenberg
2004-09-30- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows anDaniel Stenberg
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-08-24returned memory should not be freedDaniel Stenberg
2004-03-24Tor Arntsen's major ispell patchDaniel Stenberg
2004-02-27formatting update to produce better links with the new roffit versionDaniel Stenberg
2003-12-18Andrés García's updateDaniel Stenberg
2003-11-04consistant with other man pagesDaniel Stenberg
2003-08-20CURLINFO_RESPONSE_CODE instead of CURLINFO_HTTP_CODEDaniel Stenberg
2003-08-08corrected main meta data titleDaniel Stenberg
2003-04-11clarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone'sDaniel Stenberg
suggestion
2002-11-20Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATEDaniel Stenberg
for storage and retrieval of private data in the curl handle.
2002-04-25the TOTAL_TIME is not really total, as it excludes the connect time...Daniel Stenberg
2002-04-17Dirk Manske's two new infosDaniel Stenberg
2002-03-04ripped out from ../ and put in its own directory nowDaniel Stenberg