Age | Commit message (Expand) | Author |
2017-03-12 | url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS | Desmond O. Chang |
2017-03-11 | http_proxy: Ignore TE and CL in CONNECT 2xx responses | Jay Satiro |
2017-03-11 | mbedtls: fix typo in variable name | Thomas Glanzmann |
2017-03-11 | proxy: skip SSL initialization for closed connections | Michael Kaufmann |
2017-03-11 | curl_easy_reset: Also reset the authentication state | Michael Kaufmann |
2017-03-11 | authneg: clear auth.multi flag at http_done | Isaac Boukris |
2017-03-11 | url: don't compile detect_proxy if HTTP support is disabled | Dan Fandrich |
2017-03-10 | openssl: add two /* FALLTHROUGH */ to satisfy coverity | Daniel Stenberg |
2017-03-09 | polarssl: fixed compile errors introduced in 6448f98c | Dan Fandrich |
2017-03-08 | openssl: unbreak the build after 6448f98c1857de | Daniel Stenberg |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-03-07 | http2: Fix assertion error on redirect with CL=0 | Tatsuhiro Tsujikawa |
2017-03-07 | ares: Curl_resolver_wait_resolv: clear *entry first in function | Daniel Stenberg |
2017-03-07 | ares: better error return on timeouts | Daniel Stenberg |
2017-03-06 | URL: return error on malformed URLs with junk after port number | Daniel Stenberg |
2017-03-06 | ares: return error at once if timed out before name resolve starts | Daniel Stenberg |
2017-03-05 | CMake: Add DarwinSSL support | Michael Maltese |
2017-03-04 | fix potential use of uninitialized variables | Andrew Krieger |
2017-03-03 | url: split off proxy init and parsing from create_conn | Jay Satiro |
2017-03-03 | build: fix gcc7 implicit fallthrough warnings | Alexis La Goutte |
2017-03-02 | darwinssl: Warn that disabling host verify also disables SNI | JDepooter |
2017-02-28 | warnless: suppress compiler warning | Marcel Raad |
2017-02-27 | digest_sspi: fix compilation warning | Marcel Raad |
2017-02-26 | cyassl: get library version string at runtime | Jay Satiro |
2017-02-25 | url: fix unix-socket support for proxy-disabled builds | Isaac Boukris |
2017-02-26 | gopher: fixed detection of an error condition from Curl_urldecode | Dan Fandrich |
2017-02-25 | ftp: fixed a NULL pointer dereference on OOM | Dan Fandrich |
2017-02-25 | ftp: removed an erroneous free in an OOM path | Dan Fandrich |
2017-02-25 | proxy: fixed a memory leak on OOM | Dan Fandrich |
2017-02-23 | url: Default the CA proxy bundle location to CURL_CA_BUNDLE | Jay Satiro |
2017-02-23 | rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header | Sergii Pylypenko |
2017-02-23 | formdata: check for EOF when reading from stdin | Daniel Stenberg |
2017-02-21 | urldata: include curl_sspi.h when Windows SSPI is enabled | Viktor Szakats |
2017-02-21 | url: Improve CURLOPT_PROXY_CAPATH error handling | Jay Satiro |
2017-02-21 | cyassl: fix typo | Jay Satiro |
2017-02-21 | cookie: fix declaration of 'dup' shadows a global declaration | Daniel Stenberg |
2017-02-21 | TLS: make SSL_VERIFYSTATUS work again | Daniel Stenberg |
2017-02-21 | digest_sspi: Handle 'stale=TRUE' directive in HTTP digest | Jay Satiro |
2017-02-20 | smb: use getpid replacement for windows UWP builds | Daniel Stenberg |
2017-02-20 | sftp: improved checks for create dir failures | Jean Gressmann |
2017-02-20 | digest_sspi: Fix nonce-count generation in HTTP digest | Max Khon |
2017-02-19 | string formatting: fix 4 printf-style format strings | Michael Kaufmann |
2017-02-18 | speed caps: update the timeouts if the speed is too low/high | Michael Kaufmann |
2017-02-18 | proxy: fix hostname resolution and IDN conversion | Michael Kaufmann |
2017-02-17 | http: fix missing 'Content-Length: 0' while negotiating auth | Isaac Boukris |
2017-02-15 | axtls: adapt to API changes | Daniel Stenberg |
2017-02-14 | smb: code indent | Daniel Stenberg |
2017-02-13 | http2: fix memory-leak when denying push streams | Daniel Stenberg |
2017-02-10 | URL: only accept ";options" in SMTP/POP3/IMAP URL schemes | Daniel Stenberg |
2017-02-09 | nss: make FTPS work with --proxytunnel | Kamil Dudka |