Age | Commit message (Expand) | Author |
2018-11-20 | ares: remove fd from multi fd set when ares is about to close the fd | Romain Fliedel |
2018-11-20 | ntlm: Remove redundant ifdef USE_OPENSSL | pkubaj |
2018-11-20 | ssl: replace all internal uses of CURLE_SSL_CACERT | Han Han |
2018-11-17 | openssl: Remove SSLEAY leftovers | Daniel Gustafsson |
2018-11-16 | http_negotiate: do not close connection until negotiation is completed | Elia Tufarolo |
2018-11-16 | pop3: only do APOP with a valid timestamp | Daniel Stenberg |
2018-11-16 | openssl: do not log excess "TLS app data" lines for TLS 1.3 | Peter Wu |
2018-11-13 | nss: remove version selecting dead code | Kamil Dudka |
2018-11-13 | nss: set default max-tls to 1.3/1.2 | Daniel Stenberg |
2018-11-12 | nss: fix fallthrough comment to fix picky compiler warning | Daniel Stenberg |
2018-11-09 | ftp: avoid two unsigned int overflows in FTP listing parser | Tim Rühsen |
2018-11-09 | openssl: support BoringSSL TLS renegotiation | Jérémy Rocher |
2018-11-09 | setopt: add CURLOPT_CURLU | Jim Fuller |
2018-11-07 | winssl: be consistent in Schannel capitalization | Daniel Gustafsson |
2018-11-07 | urlapi: only skip encoding the first '=' with APPENDQUERY set | Daniel Stenberg |
2018-11-06 | url: a short host name + port is not a scheme | Daniel Stenberg |
2018-11-06 | libcurl: stop reading from paused transfers | Sangamkar |
2018-11-06 | curl_multibyte: fix a malloc overcalculation | Jay Satiro |
2018-11-05 | netrc: don't ignore the login name specified with "--user" | Michael Kaufmann |
2018-11-05 | Revert "url: a short host name + port is not a scheme" | Daniel Stenberg |
2018-11-03 | infof: clearly indicate truncation | Daniel Gustafsson |
2018-11-03 | url: a short host name + port is not a scheme | Daniel Stenberg |
2018-11-03 | URL: fix IPv6 numeral address parser | Daniel Stenberg |
2018-11-02 | mprintf: avoid unsigned integer overflow warning | Tim Rühsen |
2018-11-02 | Curl_follow: accept non-supported schemes for "fake" redirects | Daniel Stenberg |
2018-11-01 | axtls: removed | Daniel Stenberg |
2018-11-01 | schannel: make CURLOPT_CERTINFO support using Issuer chain | marcosdiazr |
2018-11-01 | schannel: use Curl_ prefix for global private symbols | Daniel Stenberg |
2018-10-30 | vtls: add MesaLink to curl_sslbackend enum | Daniel Gustafsson |
2018-10-29 | Curl_auth_create_plain_message: fix too-large-input-check | Daniel Stenberg |
2018-10-29 | Curl_close: clear data->multi_easy on free to avoid use-after-free | Daniel Stenberg |
2018-10-27 | rand: add comment to skip a clang-tidy false positive | Daniel Stenberg |
2018-10-27 | x509asn1: always check return code from getASN1Element() | Daniel Stenberg |
2018-10-27 | Makefile: add 'tidy' target that runs clang-tidy | Daniel Stenberg |
2018-10-27 | x509asn1: suppress left shift on signed value | Patrick Monnerat |
2018-10-27 | multi: Fix error handling in the SENDPROTOCONNECT state | Michael Kaufmann |
2018-10-27 | openssl: output the correct cipher list on TLS 1.3 error | Daniel Stenberg |
2018-10-26 | ssh: free the session on init failures | Daniel Gustafsson |
2018-10-26 | openssl: make 'done' a proper boolean | Daniel Gustafsson |
2018-10-26 | gtls: Values stored to but never read | Daniel Stenberg |
2018-10-26 | rtmp: fix for compiling with lwIP | Gisle Vanem |
2018-10-25 | urldata: Fix comment in header | Michael Kaufmann |
2018-10-25 | netrc: free temporary strings if memory allocation fails | Michael Kaufmann |
2018-10-24 | config: Remove unused SIZEOF_VOIDP | Ruslan Baratov |
2018-10-23 | Fix for compiling with lwIP (3) | Gisle Vanem |
2018-10-23 | Curl_follow: return better errors on URL problems | Daniel Stenberg |
2018-10-23 | Curl_follow: remove remaining free(newurl) | Daniel Stenberg |
2018-10-23 | headers: end all headers with guard comment | Daniel Gustafsson |
2018-10-19 | multi: avoid double-free | Daniel Stenberg |
2018-10-19 | multi: make the closure handle "inherit" CURLOPT_NOSIGNAL | Daniel Stenberg |