Age | Commit message (Expand) | Author |
2016-10-16 | win: fix Universal Windows Platform build | Marcel Raad |
2016-10-14 | url: skip to-be-closed connections when pipelining | Rider Linden |
2016-10-13 | vtls: only re-use session-ids using the same scheme | Daniel Stenberg |
2016-10-10 | cmake: add nghttp2 support | Remo E |
2016-10-10 | resolve: add error message when resolving using SIGALRM | Andreas Streichardt |
2016-10-09 | smb: properly check incoming packet boundaries | Tobias Stoeckmann |
2016-10-08 | mprintf: return error on too many arguments | Daniel Stenberg |
2016-10-08 | ftp: fix Curl_ftpsendf() | Daniel Stenberg |
2016-10-08 | formpost: avoid silent snprintf() truncation | Daniel Stenberg |
2016-10-04 | memdup: use 'void *' as return and source type | Daniel Stenberg |
2016-10-04 | formpost: trying to attach a directory no longer crashes | Daniel Stenberg |
2016-10-03 | cookies: same domain handling changed to match browser behavior | Sergei Kuzmin |
2016-09-22 | New libcurl option to keep sending on error | Michael Kaufmann |
2016-09-22 | nss: add chacha20-poly1305 cipher suites if supported by NSS | Kamil Dudka |
2016-09-22 | nss: add cipher suites using SHA384 if supported by NSS | Kamil Dudka |
2016-09-22 | nss: fix typo in ecdhe_rsa_null cipher suite string | Kamil Dudka |
2016-09-20 | easy: Reset all statistical session info in curl_easy_reset | Jay Satiro |
2016-09-19 | darwinssl: Fix typo in comment | Daniel Gustafsson |
2016-09-19 | libressl: fix version output | Bernard Spil |
2016-09-19 | openssl: don't call ERR_remote_thread_state on >= 1.1.0 | Daniel Stenberg |
2016-09-19 | openssl: don’t call CRYTPO_cleanup_all_ex_data | Daniel Stenberg |
2016-09-18 | darwinssl: disable RC4 cipher-suite support | Nick Zitzmann |
2016-09-16 | http2: debug ouput sent HTTP/2 request headers | Daniel Stenberg |
2016-09-16 | http: accept "Transfer-Encoding: chunked" for HTTP/2 as well | Daniel Stenberg |
2016-09-14 | openssl: fix per-thread memory leak usiong 1.0.1 or 1.0.2 | Daniel Stenberg |
2016-09-14 | curl_easy_unescape: deny negative string lengths as input | Daniel Stenberg |
2016-09-14 | curl_easy_escape: deny negative string lengths as input | Daniel Stenberg |
2016-09-12 | mbedtls: switch off NTLM in build if md4 isn't available | Tony Kelman |
2016-09-11 | http: refuse to pass on response body with NO_NODY was set | Daniel Stenberg |
2016-09-10 | CMake: Try to (un-)hide private library symbols | Jakub Zakrzewski |
2016-09-09 | openssl: fix bad memory free (regression) | Daniel Stenberg |
2016-09-09 | http2: support > 64bit sized uploads | Daniel Stenberg |
2016-09-07 | errors: new alias CURLE_WEIRD_SERVER_REPLY (8) | Jay Satiro |
2016-09-07 | checksrc: detect strtok() use | Daniel Stenberg |
2016-09-07 | mk-ca-bundle.pl: use SHA256 instead of SHA1 | Viktor Szakats |
2016-09-06 | openssl: fix CURLINFO_SSL_VERIFYRESULT | Gaurav Malhotra |
2016-09-06 | darwinssl: test for errSecSuccess in PKCS12 import rather than noErr (#993) | Daniel Gustafsson |
2016-09-05 | openssl: Fix compilation with OPENSSL_API_COMPAT=0x10100000L | Marcel Raad |
2016-09-05 | http2: return EOF when done uploading without known size | Daniel Stenberg |
2016-09-05 | http2: skip the content-length parsing, detect unknown size | Daniel Stenberg |
2016-09-05 | http2: minor white space edit | Daniel Stenberg |
2016-09-05 | http2: use named define instead of magic constant in read callback | Daniel Stenberg |
2016-09-04 | speed caps: not based on average speeds anymore | Olivier Brunel |
2016-08-31 | curl_sspi.c: Updated function description comments | Steve Holme |
2016-08-30 | connect: fix #ifdefs for debug versions of conn/streamclose() macros | Daniel Stenberg |
2016-08-28 | http2: return CURLE_HTTP2_STREAM for unexpected stream close | Daniel Stenberg |
2016-08-28 | http2: handle closed streams when uploading | Tatsuhiro Tsujikawa |
2016-08-28 | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg |
2016-08-27 | Curl_verify_windows_version: minor edit to avoid compiler warnings | Daniel Stenberg |
2016-08-26 | schannel: Disable ALPN for Wine since it is causing problems | Jay Satiro |