summaryrefslogtreecommitdiff
path: root/lib/getinfo.c
Commit message (Expand)AuthorAgeFilesLines
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy upSteve Holme2013-11-301-15/+16
* curl_easy_getopt: Handle API violation gracefullyChristian Grothoff2013-11-271-0/+3
* curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internalsChristian Grothoff2013-11-211-0/+46
* getinfo.c: fix enumerated type mixed with another typeYang Tse2013-07-111-5/+5
* getinfo.c: reset timecond when clearing session-info variablesAlessandro Ghedini2013-04-221-0/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+330
* build: rename 93 lib/*.c filesYang Tse2013-01-031-330/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-7/+7
* getinfo: use va_end and cut off Curl_ from static funcsDaniel Stenberg2012-07-131-22/+27
* Split up Curl_getinfoPhilip Craig2012-07-131-129/+167
* Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-upYang Tse2012-04-191-3/+10
* getinfo.c: reset app connect time when clearing session-info time variablesYang Tse2011-11-241-0/+1
* 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