Age | Commit message (Expand) | Author |
2016-09-18 | darwinssl: disable RC4 cipher-suite support | Nick Zitzmann |
2016-09-18 | configure: change "iOS/Mac OS X native" to "Apple OS native" | Nick Zitzmann |
2016-09-18 | test2048: fix url | Jay Satiro |
2016-09-18 | examples/imap-append: Set size of data to be uploaded | Jay Satiro |
2016-09-16 | LICENSE-MIXING.md: update with mbedTLS dual licensing | Tony Kelman |
2016-09-16 | KNOWN_BUGS: chunked-encoded requests with HTTP/2 is fixed | Daniel Stenberg |
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 | RELEASE-NOTES: reset and go toward 7.51.0 (again) | Daniel Stenberg |
2016-09-14 | THANKS: updated with curl 7.50.3 contributors | Daniel Stenberg |
2016-09-14 | RELEASE-NOTES: curl 7.50.3 | Daniel Stenberg |
2016-09-14 | test1605: verify negative input lengths to (un)escape functions | 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-14 | curl: make --create-dirs on windows grok both forward and backward slashes | Daniel Stenberg |
2016-09-13 | RELEASE-NOTES: synced with 665694979b6 | Daniel Stenberg |
2016-09-12 | mbedtls: switch off NTLM in build if md4 isn't available | Tony Kelman |
2016-09-12 | CODE_STYLE: fix long-line guideline | Jay Satiro |
2016-09-11 | CODE_STYLE: add column alignment section | Jay Satiro |
2016-09-11 | cmake: fix curl-config --static-libs | Peter Wu |
2016-09-11 | http: refuse to pass on response body with NO_NODY was set | Daniel Stenberg |
2016-09-11 | RELEASE-NOTES: synced with 257bf3ac67eb6 | Daniel Stenberg |
2016-09-10 | CMake: Don't build unit tests if private symbols are hidden | Jakub Zakrzewski |
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 | bump: toward 7.51.0 | Daniel Stenberg |
2016-09-07 | HISTORY: remove ascii logo to render nicer on web | Daniel Stenberg |
2016-09-07 | curl: whitelist use of strtok() in non-threaded context | Daniel Stenberg |
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-07 | RELEASE-NOTES: curl 7.50.2 release | Daniel Stenberg |
2016-09-07 | THANKS: updated for 7.50.2 | Daniel Stenberg |
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-06 | docs: Fix link to CONTRIBUTE in Github contribution guidelines (#994) | Daniel Gustafsson |
2016-09-05 | openssl: Fix compilation with OPENSSL_API_COMPAT=0x10100000L | Marcel Raad |
2016-09-05 | RELEASE-NOTES: synced with 3d4c0c8b9bc1d | Daniel Stenberg |
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-05 | configure: make the cpp -P detection not clobber CPPFLAGS | Craig Davison |
2016-09-04 | speed caps: not based on average speeds anymore | Olivier Brunel |
2016-09-03 | HISTORY.md: the multi socket was put in the wrong year! | Daniel Stenberg |
2016-09-03 | tool_helpers.c: fix comment typo (#989) | Mark Hamilton |
2016-09-03 | libtest/test.h: fix typo (#988) | Mark Hamilton |
2016-09-01 | CURLMOPT_PIPELINING.3: language | Daniel Stenberg |