summaryrefslogtreecommitdiff
path: root/lib/getinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Introcuding a new timestamp for curl_easy_getinfo():Daniel Stenberg2008-07-031-0/+3
* - Added CURLINFO_PRIMARY_IP as a new information retrievable withDaniel Stenberg2008-06-061-0/+4
* - Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg2008-05-121-28/+2
* - To make it easier for applications that want lots of magic stuff done onDaniel Stenberg2008-04-301-1/+6
* if () => if()Daniel Stenberg2007-11-071-2/+2
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-1/+1
* fix compiler warningYang Tse2007-04-021-11/+13
* The info types cannot be checked for explicity by ANDing the types since theyDaniel Stenberg2007-03-311-12/+12
* compiler warning fixYang Tse2007-02-201-0/+2
* Curl_getinfo() now checks for a NULL SessionHandle pointerDaniel Stenberg2006-12-221-0/+3
* Compiler warning fixYang Tse2006-09-251-1/+3
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-7/+7
* Minix 3 doesn't have MSG_PEEKDan Fandrich2006-08-081-0/+3
* make sure the LASTSOCKET check only checks for SSL status if the socketDaniel Stenberg2006-05-111-1/+1
* David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extendedDaniel Stenberg2006-05-101-1/+17
* David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry pathDaniel Stenberg2006-03-211-0/+8
* Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options thatDaniel Stenberg2006-02-111-1/+9
* Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is aDaniel Stenberg2005-07-271-0/+3
* modified this yearDaniel Stenberg2005-04-221-1/+1
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-2/+2
* Renamed a struct member to avoid conflict with a C++ reserved word.Dan Fandrich2004-12-161-1/+1
* urldata.h: Removed engine_list.Gisle Vanem2004-12-141-2/+1
* Moved the engine stuff from the root-level of the SessionHandle struct to theDaniel Stenberg2004-12-141-1/+1
* Handle new type CURLINFO_SLIST.Gisle Vanem2004-12-131-0/+11
* CURLINFO_NUM_CONNECTS and moreDaniel Stenberg2004-10-191-1/+5
* - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows anDaniel Stenberg2004-09-301-8/+11
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-8/+2
* dl and ulspeed are now curl_off_t so typecast them to double when weDaniel Stenberg2004-03-111-2/+2
* Use more curl_off_t variables when doing the progress meter calculations andDaniel Stenberg2004-03-101-4/+4
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* Based on Joerg Mueller-Tolk's patch, this introduces support forDaniel Stenberg2003-09-041-0/+6
* CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODEDaniel Stenberg2003-08-201-1/+1
* Added support for CURLINFO_HTTP_CONNECTCODEDaniel Stenberg2003-08-111-0/+3
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+1
* Andy Cedilnik fixed some compiler warningsDaniel Stenberg2003-05-011-0/+2
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* Allow CURLINFO_PRIVATE to be NULL, patch by Markus OberhumerDaniel Stenberg2003-01-161-1/+1
* Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATEDaniel Stenberg2002-11-201-0/+3
* prevent compiler warningsDaniel Stenberg2002-10-281-3/+3
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Dirk Manske brought the patch that introduces two new CURLINFO_* values:Daniel Stenberg2002-04-161-0/+7
* Jacky Lam added memdebug.h include to prevent crashes when that is usedDaniel Stenberg2002-04-021-0/+5
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Nico Baggus' VMS tweaksDaniel Stenberg2002-02-201-0/+5
* Giaslas Georgios introduced CURLINFO_CONTENT_TYPEDaniel Stenberg2002-01-291-1/+8
* set header and request size to 0 before each *_perform()Daniel Stenberg2002-01-271-0/+2
* Georg Horn's STARTTRANSFER_TIME patchDaniel Stenberg2001-11-201-0/+4
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2