Age | Commit message (Expand) | Author |
2019-03-01 | urldata: simplify bytecounters | Daniel Stenberg |
2019-01-11 | urldata: rename easy_conn to just conn | Daniel Stenberg |
2018-10-08 | FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output | Daniel Stenberg |
2018-05-17 | getinfo: add microsecond precise timers for various intervals | Philip Prindeville |
2018-01-30 | time: support > year 2038 time stamps for system with 32bit long | Daniel Stenberg |
2017-08-28 | getinfo: access SSL internals via Curl_ssl | Johannes Schindelin |
2017-08-15 | progress: Track total times following redirects | Ryan Winograd |
2017-06-19 | getinfo: return sizes as curl_off_t | Daniel Stenberg |
2017-06-14 | timers: store internal time stamps as time_t instead of doubles | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-26 | curl_easy_reset: clear info for CULRINFO_PROTOCOL and CURLINFO_SCHEME | Frank Gevaerts |
2016-11-25 | add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme} | Frank Gevaerts |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-05 | easy: Initialize info variables on easy init and duphandle | Jay Satiro |
2016-09-20 | easy: Reset all statistical session info in curl_easy_reset | Jay Satiro |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-05-30 | http: add CURLINFO_HTTP_VERSION and %{http_version} | Frank Gevaerts |
2016-04-28 | mbedtls: Fix session resume | Jay Satiro |
2016-02-28 | getinfo: Fix syntax error when mbedTLS | Jay Satiro |
2016-02-27 | getinfo: Add support for mbedTLS TLS session info | Jay Satiro |
2016-02-23 | getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION | Jay Satiro |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-11-06 | getinfo: CURLINFO_ACTIVESOCKET: fix bad socket value | Jay Satiro |
2015-10-04 | getinfo: Fix return code for unknown CURLINFO options | Jay Satiro |
2015-09-22 | CURLINFO_TLS_SESSION: always return backend info | Daniel Stenberg |
2015-08-24 | getinfo: added CURLINFO_ACTIVESOCKET | Razvan Cojocaru |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-05 | openssl: remove all uses of USE_SSLEAY | Daniel Stenberg |
2014-12-27 | getinfo: Code style policing | Steve Holme |
2014-12-27 | getinfo: Use 'CURLcode result' for curl result codes | Steve Holme |
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat |
2014-07-31 | ssl: generalize how the ssl backend identifier is set | Daniel Stenberg |
2014-06-10 | getinfo: HTTP CONNECT code not reset between transfers | Marcel Raad |
2014-05-09 | getinfo.c: Fixed compilation warning | Steve Holme |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-11-30 | curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy up | Steve Holme |
2013-11-27 | curl_easy_getopt: Handle API violation gracefully | Christian Grothoff |
2013-11-21 | curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internals | Christian Grothoff |
2013-07-11 | getinfo.c: fix enumerated type mixed with another type | Yang Tse |
2013-04-22 | getinfo.c: reset timecond when clearing session-info variables | Alessandro Ghedini |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-07-13 | getinfo: use va_end and cut off Curl_ from static funcs | Daniel Stenberg |
2012-07-13 | Split up Curl_getinfo | Philip Craig |
2012-04-19 | Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-up | Yang Tse |
2011-11-24 | getinfo.c: reset app connect time when clearing session-info time variables | Yang Tse |