Base code merged to SPIN 2.4
[platform/upstream/curl.git] / lib / getinfo.c
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-06-10 Marcel Raadgetinfo: HTTP CONNECT code not reset between transfers
2014-05-09 Steve Holmegetinfo.c: Fixed compilation warning
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-11-30 Steve Holmecurl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy up
2013-11-27 Christian Grothoffcurl_easy_getopt: Handle API violation gracefully
2013-11-21 Christian Grothoffcurl_easy_getinfo: Added CURLINFO_TLS_SESSION for acces...
2013-07-11 Yang Tsegetinfo.c: fix enumerated type mixed with another type
2013-04-22 Alessandro Ghedinigetinfo.c: reset timecond when clearing session-info...
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-07-13 Daniel Stenberggetinfo: use va_end and cut off Curl_ from static funcs
2012-07-13 Philip CraigSplit up Curl_getinfo
2012-04-19 Yang TseTake in account that CURLAUTH_* bitmasks are now 'unsig...
2011-11-24 Yang Tsegetinfo.c: reset app connect time when clearing session...
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-04-21 Fabian KeilFix a couple of spelling errors in lib/
2010-11-30 Yang Tsefix getinfo CURLINFO_LOCAL* for reused connections...
2010-11-30 Yang Tsefix getinfo CURLINFO_LOCAL* for reused connections
2010-09-05 Daniel Stenbergportabilty: use proper variable type to hold sockets
2010-06-04 Frank Meiergetinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-01-21 Daniel StenbergChris Conroy brought support for RTSP transfers, and...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-02-23 Daniel Stenberg- After a bug reported by James Cheng I've made curl_ea...
2009-02-11 Daniel Stenberg- CURLINFO_CONDITION_UNMET was added to allow an applic...
2008-10-07 Yang Tsefix compiler warning: dereferencing type-punned pointer...
2008-09-05 Daniel Stenberg- Introducing CURLOPT_CERTINFO and the corresponding...
2008-07-03 Daniel StenbergIntrocuding a new timestamp for curl_easy_getinfo():
2008-06-06 Daniel Stenberg- Added CURLINFO_PRIMARY_IP as a new information retrie...
2008-05-12 Daniel Stenberg- Introducing curl_easy_send() and curl_easy_recv(...
2008-04-30 Daniel Stenberg- To make it easier for applications that want lots...
2007-11-07 Daniel Stenbergif () => if()
2007-08-01 Daniel StenbergPatrick Monnerat and I modified libcurl so that now...
2007-04-02 Yang Tsefix compiler warning
2007-03-31 Daniel StenbergThe info types cannot be checked for explicity by ANDin...
2007-02-20 Yang Tsecompiler warning fix
2006-12-22 Daniel StenbergCurl_getinfo() now checks for a NULL SessionHandle...
2006-09-25 Yang TseCompiler warning fix
2006-09-07 Daniel StenbergMajor overhaul introducing http pipelining support...
2006-08-08 Dan FandrichMinix 3 doesn't have MSG_PEEK
2006-05-11 Daniel Stenbergmake sure the LASTSOCKET check only checks for SSL...
2006-05-10 Daniel StenbergDavid McCreedy provided a fix for CURLINFO_LASTSOCKET...
2006-03-21 Daniel StenbergDavid McCreedy added CURLINFO_FTP_ENTRY_PATH to export...
2006-02-11 Daniel StenbergKarl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LAST...
2005-07-27 Daniel StenbergPeteris Krumins added CURLOPT_COOKIELIST and CURLINFO_C...
2005-04-22 Daniel Stenbergmodified this year
2005-04-07 Daniel StenbergGnuTLS support added. There's now a "generic" SSL layer...
2004-12-16 Dan FandrichRenamed a struct member to avoid conflict with a C...
2004-12-14 Gisle Vanemurldata.h: Removed engine_list.
2004-12-14 Daniel StenbergMoved the engine stuff from the root-level of the Sessi...
2004-12-13 Gisle VanemHandle new type CURLINFO_SLIST.
2004-10-19 Daniel StenbergCURLINFO_NUM_CONNECTS and more
2004-09-30 Daniel Stenberg- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_g...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-03-11 Daniel Stenbergdl and ulspeed are now curl_off_t so typecast them...
2004-03-10 Daniel StenbergUse more curl_off_t variables when doing the progress...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-09-04 Daniel StenbergBased on Joerg Mueller-Tolk's patch, this introduces...
2003-08-20 Daniel StenbergCURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODE
2003-08-11 Daniel StenbergAdded support for CURLINFO_HTTP_CONNECTCODE
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-05-01 Daniel StenbergAndy Cedilnik fixed some compiler warnings
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2003-01-16 Daniel StenbergAllow CURLINFO_PRIVATE to be NULL, patch by Markus...
2002-11-20 Daniel StenbergKjetil Jacobsen's patch that introduces CURLOPT_PRIVATE...
2002-10-28 Daniel Stenbergprevent compiler warnings
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-04-16 Daniel StenbergDirk Manske brought the patch that introduces two new...
2002-04-02 Daniel StenbergJacky Lam added memdebug.h include to prevent crashes...
2002-03-19 Daniel Stenbergcopyright string (year) update
2002-02-20 Daniel StenbergNico Baggus' VMS tweaks
2002-01-29 Daniel StenbergGiaslas Georgios introduced CURLINFO_CONTENT_TYPE
2002-01-27 Daniel Stenbergset header and request size to 0 before each *_perform()
2001-11-20 Daniel StenbergGeorg Horn's STARTTRANSFER_TIME patch
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-28 Daniel Stenbergfiletime should be -1 if the remote time was unknown...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-30 Daniel StenbergMajor rename and redesign of the internal "backbone...
2001-08-15 Daniel StenbergAdded Curl_initinfo() that's supposed to init session...
2001-08-14 Daniel Stenbergadded typecast when converting const char * to char *
2001-03-09 Daniel Stenbergcurl_ prefix modified to Curl_
2001-02-04 Daniel StenbergCURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_L...
2001-01-03 Daniel Stenbergdual-license fix
2000-11-22 Daniel Stenbergdocument time fixes
2000-11-06 Daniel Stenbergadjusted the time-keeping function to work better for...
2000-10-30 Daniel Stenbergnew urldata ssl layout and T. Bharath brought the new...
2000-10-04 Daniel Stenbergcounts header and request size
2000-10-02 Daniel Stenberggetinfo.c replaces the former writeout.c