aboutsummaryrefslogtreecommitdiff
path: root/lib/getinfo.c
AgeCommit message (Expand)Author
2020-05-30build: disable more code/data when built without proxy supportDaniel Stenberg
2020-05-26cleanup: use a single space after equals sign in assignmentsDaniel Stenberg
2020-04-05CURLINFO_CONDITION_UNMET: return true for 304 http status codeKwon-Young Choi
2020-03-22getinfo: provide CURLINFO_HEADER_SIZE and CURLINFO_REQUEST_SIZE overrideDaniel Stenberg
2020-03-17test 970: verify --write-out '%{json}'Daniel Stenberg
2019-08-07CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg
2019-08-07curl.h: add CURL_HTTP_VERSION_3 to the version enumDaniel Stenberg
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2019-01-11urldata: rename easy_conn to just connDaniel Stenberg
2018-10-08FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg
2018-05-17getinfo: add microsecond precise timers for various intervalsPhilip Prindeville
2018-01-30time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg
2017-08-28getinfo: access SSL internals via Curl_sslJohannes Schindelin
2017-08-15progress: Track total times following redirectsRyan Winograd
2017-06-19getinfo: return sizes as curl_off_tDaniel Stenberg
2017-06-14timers: store internal time stamps as time_t instead of doublesDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-26curl_easy_reset: clear info for CULRINFO_PROTOCOL and CURLINFO_SCHEMEFrank Gevaerts
2016-11-25add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-05easy: Initialize info variables on easy init and duphandleJay Satiro
2016-09-20easy: Reset all statistical session info in curl_easy_resetJay Satiro
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-05-30http: add CURLINFO_HTTP_VERSION and %{http_version}Frank Gevaerts
2016-04-28mbedtls: Fix session resumeJay Satiro
2016-02-28getinfo: Fix syntax error when mbedTLSJay Satiro
2016-02-27getinfo: Add support for mbedTLS TLS session infoJay Satiro
2016-02-23getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSIONJay Satiro
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-06getinfo: CURLINFO_ACTIVESOCKET: fix bad socket valueJay Satiro
2015-10-04getinfo: Fix return code for unknown CURLINFO optionsJay Satiro
2015-09-22CURLINFO_TLS_SESSION: always return backend infoDaniel Stenberg
2015-08-24getinfo: added CURLINFO_ACTIVESOCKETRazvan Cojocaru
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-03-05openssl: remove all uses of USE_SSLEAYDaniel Stenberg
2014-12-27getinfo: Code style policingSteve Holme
2014-12-27getinfo: Use 'CURLcode result' for curl result codesSteve Holme
2014-10-13vtls: remove QsoSSLPatrick Monnerat
2014-07-31ssl: generalize how the ssl backend identifier is setDaniel Stenberg
2014-06-10getinfo: HTTP CONNECT code not reset between transfersMarcel Raad
2014-05-09getinfo.c: Fixed compilation warningSteve Holme
2013-12-20vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg
2013-12-20vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg
2013-11-30curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy upSteve Holme
2013-11-27curl_easy_getopt: Handle API violation gracefullyChristian Grothoff
2013-11-21curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internalsChristian Grothoff
2013-07-11getinfo.c: fix enumerated type mixed with another typeYang Tse
2013-04-22getinfo.c: reset timecond when clearing session-info variablesAlessandro Ghedini
2013-01-09build: fix circular header inclusion with other packagesYang Tse