Age | Commit message (Expand) | Author |
2019-02-09 | urlapi: reduce variable scope, remove unreachable 'break' | Daniel Stenberg |
2019-02-06 | url: close TLS before removing conn from cache | Chris Araman |
2019-02-04 | smtp: avoid risk of buffer overflow in strtol | Daniel Gustafsson |
2019-02-04 | ntlm: fix *_type3_message size check to avoid buffer overflow | Daniel Stenberg |
2019-02-04 | NTLM: fix size check condition for type2 received data | Daniel Stenberg |
2019-02-01 | spnego_sspi: add support for channel binding | georgeok |
2019-02-01 | schannel: stop calling it "winssl" | Daniel Stenberg |
2019-02-01 | multi: set the EXPIRE_*TIMEOUT timers at TIMER_STARTSINGLE time | Daniel Stenberg |
2019-01-28 | sigpipe: if mbedTLS is used, ignore SIGPIPE | Jeremie Rapin |
2019-01-28 | timeval: Disable MSVC Analyzer GetTickCount warning | Michael Kujawa |
2019-01-26 | configure: rewrite --enable-code-coverage | Daniel Stenberg |
2019-01-24 | setopt: enable CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION for libssh | Felix Hädicke |
2019-01-24 | libssh: do not let libssh create socket | Felix Hädicke |
2019-01-21 | schannel: preserve original certificate path parameter | Archangel_SDY |
2019-01-20 | memcmp: avoid doing single char memcmp | Daniel Gustafsson |
2019-01-19 | ntlm_sspi: add support for channel binding | georgeok |
2019-01-18 | schannel: on connection close there might not be a transfer | Daniel Stenberg |
2019-01-17 | ssh: log the libssh2 error message when ssh session startup fails | JDepooter |
2019-01-16 | openssl: fix the SSL_get_tlsext_status_ocsp_resp call | Daniel Stenberg |
2019-01-15 | extract_if_dead: follow-up to 54b201b48c90a | Daniel Stenberg |
2019-01-15 | multi: remove "Dead assignment" | Daniel Stenberg |
2019-01-15 | tests: move objnames-* from lib into tests | Daniel Stenberg |
2019-01-14 | cookie: fix comment typo (url_path_len -> uri_path_len) | Frank Gevaerts |
2019-01-13 | extract_if_dead: use a known working transfer when checking connections | Daniel Stenberg |
2019-01-13 | openssl: adapt to 3.0.0, OpenSSL_version_num() is deprecated | Daniel Stenberg |
2019-01-11 | urldata: rename easy_conn to just conn | Daniel Stenberg |
2019-01-10 | cookies: allow secure override when done over HTTPS | Daniel Stenberg |
2019-01-10 | multi: multiplexing improvements | Daniel Stenberg |
2019-01-09 | cookies: skip custom cookies when redirecting cross-site | Katsuhiko YOSHIDA |
2019-01-09 | timediff: fix math for unsigned time_t | Daniel Stenberg |
2019-01-07 | curl_multi_remove_handle() don't block terminating c-ares requests | Brad Spencer |
2019-01-07 | Revert "http_negotiate: do not close connection until negotiation is completed" | Daniel Stenberg |
2019-01-06 | schannel: fix compiler warning | Marcel Raad |
2019-01-04 | printf: introduce CURL_FORMAT_TIMEDIFF_T | Rikard Falkeborn |
2019-01-04 | printf: fix format specifiers | Rikard Falkeborn |
2019-01-01 | ntlm: update selection of type 3 response | Markus Moeller |
2018-12-30 | urlapi: fix parsing ipv6 with zone index | Daniel Gustafsson |
2018-12-27 | hostip: support wildcard hosts | Claes Jakobsson |
2018-12-27 | url: fix incorrect indentation | Daniel Gustafsson |
2018-12-23 | Revert "libssh: no data pointer == nothing to do" | Daniel Stenberg |
2018-12-23 | disconnect: set conn->data for protocol disconnect | Daniel Stenberg |
2018-12-23 | timeval: Use high resolution timestamps on Windows | Pavel P |
2018-12-22 | libssh: no data pointer == nothing to do | Daniel Stenberg |
2018-12-22 | conncache_unlock: avoid indirection by changing input argument type | Daniel Stenberg |
2018-12-22 | disconnect: separate connections and easy handles better | Daniel Stenberg |
2018-12-22 | libssh: free sftp_canonicalize_path() data correctly | Daniel Stenberg |
2018-12-21 | http: added options for allowing HTTP/0.9 responses | Daniel Stenberg |
2018-12-21 | if2ip: remove unused function Curl_if_is_interface_name | Daniel Stenberg |
2018-12-20 | http2: clear pause stream id if it gets closed | Daniel Stenberg |
2018-12-20 | wolfssl: Perform cleanup | David Garske |