Age | Commit message (Expand) | Author |
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 |
2017-02-26 | gopher: fixed detection of an error condition from Curl_urldecode | Dan Fandrich |
2017-02-25 | ftp: fixed a NULL pointer dereference on OOM | Dan Fandrich |
2017-02-25 | docs: de-duplicate file lists in the Makefiles | Peter Wu |
2017-02-25 | ftp: removed an erroneous free in an OOM path | Dan Fandrich |
2017-02-25 | proxy: fixed a memory leak on OOM | Dan Fandrich |
2017-02-25 | tests: use consistent environment variables for setting charset | Dan Fandrich |
2017-02-25 | test557: explicitly use the C locale so the numeric output is as expected | Dan Fandrich |
2017-02-25 | cmake: Replace invalid UTF-8 byte sequence | Simon Warta |
2017-02-24 | bump: work on the next release | Daniel Stenberg |
2017-02-24 | release: 7.53.1 | Daniel Stenberg |
2017-02-24 | Revert "tests: use consistent environment variables for setting charset" | Daniel Stenberg |
2017-02-23 | tests: use consistent environment variables for setting charset | Dan Fandrich |
2017-02-23 | url: Default the CA proxy bundle location to CURL_CA_BUNDLE | Jay Satiro |
2017-02-23 | rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header | Sergii Pylypenko |