summaryrefslogtreecommitdiff
path: root/lib/getinfo.c
Commit message (Expand)AuthorAgeFilesLines
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-071-2/+3
* curl.h: add CURL_HTTP_VERSION_3 to the version enumDaniel Stenberg2019-08-071-0/+3
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-2/+2
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-2/+2
* FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg2018-10-081-1/+0
* getinfo: add microsecond precise timers for various intervalsPhilip Prindeville2018-05-171-0/+22
* time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg2018-01-301-2/+10
* getinfo: access SSL internals via Curl_sslJohannes Schindelin2017-08-281-26/+5
* progress: Track total times following redirectsRyan Winograd2017-08-151-0/+1
* getinfo: return sizes as curl_off_tDaniel Stenberg2017-06-191-0/+37
* timers: store internal time stamps as time_t instead of doublesDaniel Stenberg2017-06-141-8/+10
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-2/+2
* curl_easy_reset: clear info for CULRINFO_PROTOCOL and CURLINFO_SCHEMEFrank Gevaerts2016-11-261-0/+3
* add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts2016-11-251-3/+9
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-0/+3
* easy: Initialize info variables on easy init and duphandleJay Satiro2016-11-051-2/+5
* easy: Reset all statistical session info in curl_easy_resetJay Satiro2016-09-201-5/+14
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-7/+7
* http: add CURLINFO_HTTP_VERSION and %{http_version}Frank Gevaerts2016-05-301-0/+16
* mbedtls: Fix session resumeJay Satiro2016-04-281-2/+2
* getinfo: Fix syntax error when mbedTLSJay Satiro2016-02-281-1/+1
* getinfo: Add support for mbedTLS TLS session infoJay Satiro2016-02-271-17/+13
* getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSIONJay Satiro2016-02-231-25/+32
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* getinfo: CURLINFO_ACTIVESOCKET: fix bad socket valueJay Satiro2015-11-061-12/+1
* getinfo: Fix return code for unknown CURLINFO optionsJay Satiro2015-10-041-7/+6
* CURLINFO_TLS_SESSION: always return backend infoDaniel Stenberg2015-09-221-5/+3
* getinfo: added CURLINFO_ACTIVESOCKETRazvan Cojocaru2015-08-241-0/+31
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-2/+1
* openssl: remove all uses of USE_SSLEAYDaniel Stenberg2015-03-051-2/+2
* getinfo: Code style policingSteve Holme2014-12-271-11/+15
* getinfo: Use 'CURLcode result' for curl result codesSteve Holme2014-12-271-7/+8
* vtls: remove QsoSSLPatrick Monnerat2014-10-131-3/+0
* ssl: generalize how the ssl backend identifier is setDaniel Stenberg2014-07-311-10/+10
* getinfo: HTTP CONNECT code not reset between transfersMarcel Raad2014-06-101-0/+1
* getinfo.c: Fixed compilation warningSteve Holme2014-05-091-2/+1
* 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