Age | Commit message (Expand) | Author |
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 |
2016-09-01 | CURLMOPT_PIPELINING.3: extended and clarified | Daniel Stenberg |
2016-08-31 | curl_sspi.c: Updated function description comments | Steve Holme |
2016-08-31 | README: Corrected the supported Visual Studio versions | Steve Holme |
2016-08-31 | KNOWN_BUGS: Move the Visual Studio project shortcomings from local README | Steve Holme |
2016-08-31 | KNOWN_BUGS: Expand 6.4 to include Kerberos V5 | Steve Holme |
2016-08-30 | connect: fix #ifdefs for debug versions of conn/streamclose() macros | Daniel Stenberg |
2016-08-29 | KNOWN_BUGS: mention some cmake "support gaps" | Daniel Stenberg |
2016-08-28 | darwinssl: add documentation stating that the --cainfo option is intended for... | Nick Zitzmann |
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-27 | RELEASE-NOTES: Added missing fix from commit 15592143f | Steve Holme |
2016-08-26 | schannel: Disable ALPN for Wine since it is causing problems | Jay Satiro |
2016-08-26 | nss: work around race condition in PK11_FindSlotByName() | Peter Wang |
2016-08-26 | nss: refuse previously loaded certificate from file | Kamil Dudka |
2016-08-26 | ftp_done: remove dead code | Daniel Stenberg |
2016-08-26 | TLS: random file/egd doesn't have to match for conn reuse | Daniel Stenberg |
2016-08-26 | test161: add comment for the exit code | Daniel Stenberg |
2016-08-26 | test219: Add http as a required feature | Dan Fandrich |
2016-08-25 | HTTP: stop parsing headers when switching to unknown protocols | Michael Kaufmann |
2016-08-25 | openssl: make build with 1.1.0 again | Daniel Stenberg |
2016-08-25 | INTERNALS: fix title | Daniel Stenberg |
2016-08-25 | configure: detect zlib with our pkg-config macros | Daniel Stenberg |
2016-08-25 | http2: Remove incorrect comments | Jay Satiro |
2016-08-23 | ftp: fix wrong poll on the secondary socket | Ales Novak |
2016-08-22 | RELEASE-NOTES: synced with 95ded2c56 | Daniel Stenberg |
2016-08-21 | configure: make it work without PKG_CHECK_MODULES | Daniel Stenberg |
2016-08-21 | Revert "KNOWN_BUGS: SOCKS proxy not working via IPv6" | Marc Hoersken |
2016-08-21 | win: Basic support for Universal Windows Platform apps | Marco Deckel |
2016-08-21 | sasl: Don't use GSSAPI authentication when domain name not specified | Steve Holme |