summaryrefslogtreecommitdiff
path: root/lib/getinfo.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-7/+1
* getinfo: return better error on NULL as first argumentxkernel2022-07-101-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: make more protocol specific struct fields #ifdefedDaniel Stenberg2022-06-011-0/+2
* CURLINFO_CAPATH/CAINFO: get the default CA paths from libcurlDaniel Stenberg2022-05-231-1/+15
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-261-2/+2
* http: add support to read and store the referrer headerViktor Szakats2021-02-191-0/+4
* urldata: move 'followlocation' to UrlStateDaniel Stenberg2021-02-091-2/+2
* getinfo: build with disabled HTTP supportDaniel Stenberg2020-12-181-0/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* CURLE_PROXY: new error codeDaniel Stenberg2020-08-241-0/+3
* getinfo: reset retry-after value in initinfoNicolas Sterchele2020-07-271-0/+1
* CURLINFO_EFFECTIVE_METHOD: addedDaniel Stenberg2020-07-141-0/+28
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-0/+2
* cleanup: use a single space after equals sign in assignmentsDaniel Stenberg2020-05-261-3/+3
* CURLINFO_CONDITION_UNMET: return true for 304 http status codeKwon-Young Choi2020-04-051-2/+5
* getinfo: provide CURLINFO_HEADER_SIZE and CURLINFO_REQUEST_SIZE overrideDaniel Stenberg2020-03-221-0/+13
* test 970: verify --write-out '%{json}'Daniel Stenberg2020-03-171-2/+58
* 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