summaryrefslogtreecommitdiff
path: root/lib/getinfo.c
AgeCommit message (Expand)Author
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-10-08FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-05-17getinfo: add microsecond precise timers for various intervalsPhilip Prindeville
2018-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
2018-01-30time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg
2017-10-07further corrections.ng0
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-08-28getinfo: access SSL internals via Curl_sslJohannes Schindelin
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22getinfo: return sizes as curl_off_tDaniel Stenberg
2017-08-22timers: store internal time stamps as time_t instead of doublesDaniel Stenberg
2017-08-22checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2017-08-22curl_easy_reset: clear info for CULRINFO_PROTOCOL and CURLINFO_SCHEMEFrank Gevaerts
2017-08-22add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts
2017-08-22proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2017-08-22easy: Initialize info variables on easy init and duphandleJay Satiro
2017-08-22easy: Reset all statistical session info in curl_easy_resetJay Satiro
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