Age | Commit message (Expand) | Author |
2015-02-27 | http2: Return error if stream was closed with other than NO_ERROR | Tatsuhiro Tsujikawa |
2015-02-27 | tool: Updated the warnf() function to use the GlobalConfig structure | Steve Holme |
2015-02-26 | build: Removed DataExecutionPrevention directive from VC9+ project files | Steve Holme |
2015-02-26 | build: Use default RandomizedBaseAddress directive in VC9+ project files | Steve Holme |
2015-02-26 | build: Added support to Generate.bat for files in the upcoming vauth folder | Steve Holme |
2015-02-25 | http2: return recv error on unexpected EOF | Daniel Stenberg |
2015-02-25 | dist: add symbol-scan.pl to the tarball | Kamil Dudka |
2015-02-25 | http2: move lots of verbose output to be debug-only | Daniel Stenberg |
2015-02-25 | curl-config.in: eliminate double quotes around CURL_CA_BUNDLE | Kamil Dudka |
2015-02-25 | nss: do not skip Curl_nss_seed() if data is NULL | Kamil Dudka |
2015-02-25 | nss: improve error handling in Curl_nss_random() | Kamil Dudka |
2015-02-25 | RELEASE-PROCEDURE: add some more future release dates | Daniel Stenberg |
2015-02-25 | sws: timeout idle CONNECT connections | Daniel Stenberg |
2015-02-25 | bump: start working toward 7.42.0 | Daniel Stenberg |
2015-02-25 | THANKS: added contributors from the 7.41.0 RELEASE-NOTES | Daniel Stenberg |
2015-02-25 | RELEASE-NOTES: sync with ffc2aeec6e (7.41.0 release time!) | Daniel Stenberg |
2015-02-25 | Revert "telnet.c: fix handling of 0 being returned from custom read function" | Marc Hoersken |
2015-02-25 | telnet.c: fix invalid use of custom read function if not being set | Marc Hoersken |
2015-02-24 | telnet.c: fix handling of 0 being returned from custom read function | Marc Hoersken |
2015-02-24 | sws: stop logging about TPC_NODELAY nonsense | Daniel Stenberg |
2015-02-24 | lib530: make it less timing sensible | Daniel Stenberg |
2015-02-23 | connect: wait for IPv4 connection attempts | Kamil Dudka |
2015-02-23 | connect: avoid skipping an IPv4 address | Kamil Dudka |
2015-02-23 | RELEASE-NOTES: synced with 5e4395eab839d | Daniel Stenberg |
2015-02-20 | ROADMAP: curl_easy_setopt.3 has already been split up | Daniel Stenberg |
2015-02-20 | ROADMAP: extend the HTTP/2 stuff, remove SPDY | Daniel Stenberg |
2015-02-20 | configure: allow both --with-ca-bundle and --with-ca-path | Julian Ospald |
2015-02-20 | cmake: install the dll file to the correct directory | Ben Boeckel |
2015-02-19 | nss: fix NPN/ALPN protocol negotiation | Alessandro Ghedini |
2015-02-19 | polarssl: fix ALPN protocol negotiation | Alessandro Ghedini |
2015-02-19 | CMake: Fix generation of tool_hugehelp.c on windows | Sergei Nikulov |
2015-02-19 | CMake: fix winsock2 detection on windows | Sergei Nikulov |
2015-02-19 | gtls: fix build with HTTP2 | Alessandro Ghedini |
2015-02-16 | Makefile.vc6: Corrected typos in rename of darwinssl.obj | Steve Holme |
2015-02-15 | By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]" | Nick Zitzmann |
2015-02-14 | RELEASE-NOTES: Synced with 6f89f86c3d | Steve Holme |
2015-02-14 | tests/README: Updated to reflect email test ranges | Steve Holme |
2015-02-14 | curl.1: --cert-status is also supported by OpenSSL now | Alessandro Ghedini |
2015-02-14 | build: Removed Visual Studio SuppressStartupBanner directive for VC8+ | Steve Holme |
2015-02-12 | openssl: fix a compile-time warning | Kamil Dudka |
2015-02-11 | openssl: Use OPENSSL_IS_BORINGSSL for BoringSSL detection | Steve Holme |
2015-02-11 | ftp: accept all 2xx responses to the PORT command | Patrick Monnerat |
2015-02-09 | openssl: Disable OCSP in old versions of OpenSSL | Steve Holme |
2015-02-09 | http2: Fix bug that associated stream canceled on PUSH_PROMISE | Tatsuhiro Tsujikawa |
2015-02-09 | polarssl: Fix exclusive SSL protocol version options | Jay Satiro |
2015-02-09 | gskit: Fix exclusive SSLv3 option | Jay Satiro |
2015-02-09 | curl.1: clarify that -X is used for all requests | Daniel Stenberg |
2015-02-08 | curl.1: add warning when using -H and redirects | Daniel Stenberg |
2015-02-07 | schannel: Removed curl_ prefix from source files | Steve Holme |
2015-02-06 | md5: use axTLS's own MD5 functions when available | Daniel Stenberg |