Age | Commit message (Expand) | Author |
2015-12-23 | Add .dir-locals and set c-basic-offset to 2. | Anders Bakken |
2015-12-20 | configure: detect IPv6 support on Windows | Johannes Schindelin |
2015-12-20 | configure: allow static builds on mingw | Daniel Stenberg |
2015-12-17 | test 1326: fix file check since curl is outputting binary data | Marc Hoersken |
2015-12-17 | test 1326: fix getting stuck on Windows due to incomplete request | Marc Hoersken |
2015-12-17 | RELEASE-NOTES: command line option recount | Daniel Stenberg |
2015-12-16 | scripts/Makefile: build zsh script even in an out-of-tree build | Dan Fandrich |
2015-12-16 | sockfilt.c: added some debug output to select_ws | Marc Hoersken |
2015-12-16 | sockfilt.c: keep lines shorter than 80 chars | Marc Hoersken |
2015-12-16 | sockfilt.c: do not wait on unreliable file or pipe handle | Marc Hoersken |
2015-12-16 | cyassl: deal with lack of *get_peer_certificate | Daniel Stenberg |
2015-12-16 | wolfssl: handle builds without SSLv3 support | Daniel Stenberg |
2015-12-15 | http2: Support trailer fields | Tatsuhiro Tsujikawa |
2015-12-15 | RELEASE-NOTES: synced with 6c2c019654e658a | Daniel Stenberg |
2015-12-15 | x509asn1: Fix host altname verification | Jay Satiro |
2015-12-15 | curl --expect100-timeout: added | Daniel Stenberg |
2015-12-15 | cyassl: fix compiler warning on type conversion | Daniel Stenberg |
2015-12-15 | curlver: the pending release will become 7.47.0 | Daniel Stenberg |
2015-12-14 | setstropt: const-correctness | Anders Bakken |
2015-12-14 | ROADMAP: implemented HTTP2 for HTTPS-only | Daniel Stenberg |
2015-12-14 | HTTP2.md: spell fix and remove TODO now implemented | Daniel Stenberg |
2015-12-14 | libressl: the latest openssl x509 funcs are not in libressl | Daniel Stenberg |
2015-12-13 | curl: use 2TLS by default | Daniel Stenberg |
2015-12-13 | http: add libcurl option to allow HTTP/2 for HTTPS only | Daniel Stenberg |
2015-12-10 | openssl: adapt to openssl >= 1.1.0 X509 opaque structs | Daniel Stenberg |
2015-12-10 | openssl: avoid BIO_reset() warnings since it returns a value | Daniel Stenberg |
2015-12-10 | openssl: adapt to 1.1.0+ name changes | Daniel Stenberg |
2015-12-09 | scripts/makefile: add standard header | Daniel Stenberg |
2015-12-09 | scripts/Makefile: fix GNUism and survive no perl | Daniel Stenberg |
2015-12-09 | fix b6d5cb40d7038fe | Daniel Stenberg |
2015-12-08 | http2: Fix hanging paused stream | Tatsuhiro Tsujikawa |
2015-12-08 | build: fix compilation error with CURL_DISABLE_VERBOSE_STRINGS | Christian Stewart |
2015-12-07 | config-win32: Fix warning HAVE_WINSOCK2_H undefined | Gisle Vanem |
2015-12-07 | openssl: BoringSSL doesn't have CONF_modules_free | Gisle Vanem |
2015-12-07 | lwip: Fix compatibility issues with later versions | Gisle Vanem |
2015-12-07 | os400: define CURL_VERSION_PSL in ILE/RPG binding | Patrick Monnerat |
2015-12-07 | version: Add flag CURL_VERSION_PSL for libpsl | Gisle Vanem |
2015-12-07 | formdata: Check if length is too large for memory | Jay Satiro |
2015-12-03 | tests: Corrected copy and pasted comments from commit e643c5c908 | Steve Holme |
2015-12-03 | curl: remove keepalive #ifdef checks done on libcurl's behalf | Daniel Stenberg |
2015-12-02 | test947: Corrected typo in test name | Steve Holme |
2015-12-02 | tests: Disable the OAUTHBEARER tests when using a non-default port number | Steve Holme |
2015-12-02 | bump: towards next release | Daniel Stenberg |
2015-12-01 | RELEASE-NOTES: updated contributor count for 7.46.0 | Daniel Stenberg |
2015-12-01 | THANKS: new contributors from the 7.46.0 release | Daniel Stenberg |
2015-12-01 | THANKS-filter: single Tim Rühsen spelling | Daniel Stenberg |
2015-12-01 | docs/examples: gitignore some more built examples | Daniel Stenberg |
2015-11-30 | RELEASE-NOTES; this bug was never released | Daniel Stenberg |
2015-11-30 | RELEASE-NOTES: synced with e55f15454efacb0 | Daniel Stenberg |
2015-11-30 | Curl_read_plain: clean up ifdefs that break statements | Flavio Medeiros |