summaryrefslogtreecommitdiff
path: root/lib/getinfo.c
Commit message (Expand)AuthorAgeFilesLines
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-4/+0
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-1/+1
* fix getinfo CURLINFO_LOCAL* for reused connections (take 2)Yang Tse2010-11-301-4/+9
* fix getinfo CURLINFO_LOCAL* for reused connectionsYang Tse2010-11-301-9/+4
* portabilty: use proper variable type to hold socketsDaniel Stenberg2010-09-061-1/+11
* getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORTFrank Meier2010-06-051-0/+19
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-211-1/+14
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* - After a bug reported by James Cheng I've made curl_easy_getinfo() forDaniel Stenberg2009-02-231-2/+5
* - CURLINFO_CONDITION_UNMET was added to allow an application to get to know ifDaniel Stenberg2009-02-111-1/+5
* fix compiler warning: dereferencing type-punned pointer will break strict-ali...Yang Tse2008-10-071-1/+7
* - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. ByDaniel Stenberg2008-09-051-0/+5
* 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