Age | Commit message (Expand) | Author |
2017-03-10 | openssl: add two /* FALLTHROUGH */ to satisfy coverity | Daniel Stenberg |
2017-03-09 | tests: disabled 1903 now | Daniel Stenberg |
2017-03-09 | tls-max.d: added to the makefile | Dan Fandrich |
2017-03-09 | build: fixed making man page in out-of-tree tarball builds | Dan Fandrich |
2017-03-09 | mkhelp: simplified the gzip code | Dan Fandrich |
2017-03-09 | polarssl: fixed compile errors introduced in 6448f98c | Dan Fandrich |
2017-03-08 | bump: next release will be known as 7.54.0 | Daniel Stenberg |
2017-03-08 | openssl: unbreak the build after 6448f98c1857de | Daniel Stenberg |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-03-08 | RELEASE-NOTES: synced with 6888a670aa01 | Daniel Stenberg |
2017-03-08 | MANPAGE: clarify the dash situation in meta data | Daniel Stenberg |
2017-03-08 | insecure.d: clarify that this is for server connections | Daniel Stenberg |
2017-03-08 | test1260: added http as a required feature | Dan Fandrich |
2017-03-07 | maketgz: Run updatemanpages.pl to update man pages | Steve Brokenshire |
2017-03-07 | gitignore: Ignore man page dist files | Steve Brokenshire |
2017-03-07 | Makefile.am: Remove distribution man pages when running 'make clean' | Steve Brokenshire |
2017-03-07 | Makefile.am: Added scripts/updatemanpages.pl to EXTRA_DIST | Steve Brokenshire |
2017-03-07 | updatemanpages.pl: Update man pages to use current date and versions | Steve Brokenshire |
2017-03-07 | http2: Fix assertion error on redirect with CL=0 | Tatsuhiro Tsujikawa |
2017-03-07 | ares: Curl_resolver_wait_resolv: clear *entry first in function | Daniel Stenberg |
2017-03-07 | ares: better error return on timeouts | Daniel Stenberg |
2017-03-06 | KNOWN_BUGS: Add DarwinSSL won't import PKCS#12 without a password | Jay Satiro |
2017-03-06 | test1260: removed errant XML tag | Dan Fandrich |
2017-03-06 | URL: return error on malformed URLs with junk after port number | Daniel Stenberg |
2017-03-06 | BINDINGS: update the Lua-cURL URL | Daniel Stenberg |
2017-03-06 | BINDINGS: add Scilab binding | Sylvestre Ledru |
2017-03-06 | BINDINGS: add go-curl and perl6-net-curl | Daniel Stenberg |
2017-03-06 | BINDINGS: add misssing C++ bindings | Daniel Stenberg |
2017-03-06 | ares: return error at once if timed out before name resolve starts | Daniel Stenberg |
2017-03-05 | CMake: Set at most one SSL library | Michael Maltese |
2017-03-05 | CMake: Add mbedTLS support | Michael Maltese |
2017-03-05 | CMake: Add DarwinSSL support | Michael Maltese |
2017-03-05 | CMake: Reorganize SSL support, separate WinSSL and SSPI | Michael Maltese |
2017-03-04 | CURLOPT_SSL_CTX_FUNCTION.3: Fix EXAMPLE formatting errors | Jay Satiro |
2017-03-04 | fix potential use of uninitialized variables | Andrew Krieger |
2017-03-04 | fix some typos in the doc (#1306) | Sylvestre Ledru |
2017-03-04 | tests: fixed a typo in some comments | Dan Fandrich |
2017-03-03 | url: split off proxy init and parsing from create_conn | Jay Satiro |
2017-03-03 | build: fix gcc7 implicit fallthrough warnings | Alexis La Goutte |
2017-03-03 | configure: fix --with-zlib when a path is specified | Greg Rowe |
2017-03-03 | no-keepalive.d: fix typo | c4rlo |
2017-03-02 | checksrc.bat: Ignore curl_config.h.in, curl_config.h | Jay Satiro |
2017-03-02 | configure: fix for --enable-pthreads | Jay Satiro |
2017-03-02 | darwinssl: Warn that disabling host verify also disables SNI | JDepooter |
2017-02-28 | warnless: suppress compiler warning | Marcel Raad |
2017-02-27 | tests: enable HTTP/2 tests to run with non-default port numbers | Dan Fandrich |
2017-02-27 | digest_sspi: fix compilation warning | Marcel Raad |
2017-02-26 | cyassl: get library version string at runtime | Jay Satiro |
2017-02-26 | test1139: allow for the possibility that the man page is not rebuilt | Dan Fandrich |
2017-02-25 | url: fix unix-socket support for proxy-disabled builds | Isaac Boukris |