Age | Commit message (Expand) | Author |
2016-08-08 | cmake: Enable win32 large file support by default | Jay Satiro |
2016-08-05 | http2: always wait for readable socket | Daniel Stenberg |
2016-08-05 | mbedtls: set debug threshold to 4 (verbose) when MBEDTLS_DEBUG is defined | Thomas Glanzmann |
2016-08-05 | CURLOPT_TCP_NODELAY: now enabled by default | Daniel Stenberg |
2016-08-04 | TFTP: Fix upload problem with piped input | Serj Kalichev |
2016-08-04 | mk-ca-bundle.pl: -m keeps ca cert meta data in output | Daniel Stenberg |
2016-08-04 | multi: make Curl_expire() work with 0 ms timeouts | Daniel Stenberg |
2016-08-04 | transfer: return without select when the read loop reached maxcount | Daniel Stenberg |
2016-08-03 | mbedtls: Added support for NTLM | Bill Nagel |
2016-08-03 | TLS: only reuse connections with the same client cert | Daniel Stenberg |
2016-08-03 | TLS: switch off SSL session id when client cert is used | Daniel Stenberg |
2016-08-03 | curl_multi_cleanup: clear connection pointer for easy handles | Daniel Stenberg |
2016-08-01 | mbedtls: Fix debug function name | Thomas Glanzmann |
2016-08-01 | win32: fix a potential memory leak in Curl_load_library | Martin Vejnár |
2016-07-23 | vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGO | Steve Holme |
2016-07-23 | spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration | Steve Holme |
2016-07-20 | vauth: Fix memleak by freeing credentials if out of memory | Jay Satiro |
2016-07-20 | vauth: Fixed memory leak due to function returning without free | Saurav Babu |
2016-07-20 | connect: disable TFO on Linux when using SSL | Jay Satiro |
2016-07-18 | curl_global_init: Check if IPv6 works | Brian Prodoehl |
2016-07-14 | library: Fix memory leaks found during static analysis | Miroslav Franc |
2016-07-13 | cookie.c: Fix misleading indentation | Viktor Szakats |
2016-06-29 | conn: don't free easy handle data in handler->disconnect | Daniel Stenberg |
2016-06-28 | cleanup: minor code cleanup in Curl_http_readwrite_headers() | Michael Kaufmann |
2016-06-28 | SFTP: set a generic error when no SFTP one exists... | Daniel Stenberg |
2016-06-22 | Makefile.vc: link with crypt32.lib for winssl builds | Daniel Stenberg |
2016-06-22 | vc: fix the build for schannel certinfo support | Daniel Stenberg |
2016-06-22 | typedefs: use the full structs in internal code... | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-06-22 | vtls: Only call add/getsession if session id is enabled | Jay Satiro |
2016-06-21 | cleanup: fix method names in code comments | Michael Kaufmann |
2016-06-19 | openssl: use more 'const' to fix build warnings with 1.1.0 branch | Daniel Stenberg |
2016-06-16 | openssl: fix cert check with non-DNS name fields present | Daniel Stenberg |
2016-06-16 | axtls: Use Curl_wait_ms instead of the less-portable usleep | Dan Fandrich |
2016-06-16 | axtls: Fixed compile after compile 31c521b0 | Dan Fandrich |
2016-06-07 | resolve: enable protocol family logic for synthesized IPv6 | Luo Jinghua |
2016-06-07 | resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOS | Luo Jinghua |
2016-06-06 | schannel: Disable ALPN on Windows < 8.1 | Steve Holme |
2016-06-05 | checksrc: Add LoadLibrary to the banned functions list | Jay Satiro |
2016-06-05 | http: Fix HTTP/2 connection reuse | Jay Satiro |
2016-06-04 | connect.c: Fixed compilation warning from commit 332e8d6164 | Steve Holme |
2016-06-04 | win32: Used centralised verify windows version function | Steve Holme |
2016-06-04 | win32: Added verify windows version functionality | Steve Holme |
2016-06-04 | win32: Introduced centralised verify windows version function | Steve Holme |
2016-06-01 | makefile.m32: add crypt32 for winssl builds | Viktor Szakats |
2016-06-01 | vtls: fix ssl session cache race condition | Ivan Avdeev |
2016-06-01 | schannel: add CURLOPT_CERTINFO support | Andrew Kurushin |
2016-05-31 | openssl: rename the private SSL_strerror | Daniel Stenberg |
2016-05-31 | openssl: Use correct buffer sizes for error messages | Michael Kaufmann |
2016-05-30 | URL parser: allow URLs to use one, two or three slashes | Daniel Stenberg |