Age | Commit message (Expand) | Author |
2017-03-28 | http: do not treat FTPS over CONNECT as HTTPS | Kamil Dudka |
2017-03-28 | pause: handle mixed types of data when paused | Daniel Stenberg |
2017-03-28 | http: Fix proxy connection reuse with basic-auth | Isaac Boukris |
2017-03-28 | openssl: exclude DSA code when OPENSSL_NO_DSA is defined | Jay Satiro |
2017-03-28 | examples/fopen: checksrc compliance | Jay Satiro |
2017-03-28 | schannel: fix variable shadowing warning | Marcel Raad |
2017-03-27 | multi: fix MinGW-w64 compiler warnings | Marcel Raad |
2017-03-27 | .gitattributes: turn off CRLF for *.am | Marcel Raad |
2017-03-26 | spelling fixes | klemens |
2017-03-25 | curl: check for end of input in writeout backslash handling | Daniel Stenberg |
2017-03-24 | tests/README: make "Run" section foolproof | Marcel Raad |
2017-03-23 | openssl: fix comparison between signed and unsigned integer expressions | Daniel Stenberg |
2017-03-23 | asiohiper: make sure socket is open in event_cb | Edward Kimmel |
2017-03-23 | openssl: made the error table static const | Dan Fandrich |
2017-03-23 | openssl: fall back on SSL_ERROR_* string when no error detail | Jay Satiro |
2017-03-23 | mkhelp: disable compression if the perl gzip module is unavailable | Dan Fandrich |
2017-03-23 | tests/README: mention nroff for --manual tests | Anders Roxell |
2017-03-22 | CURLINFO_PRIMARY_IP.3: add example | Daniel Stenberg |
2017-03-22 | travis: run tests-nonflaky instead of tests-full | Daniel Stenberg |
2017-03-22 | make: introduce 'test-nonflaky' target | Daniel Stenberg |
2017-03-22 | test2033: flaky | Daniel Stenberg |
2017-03-21 | mbedtls: add support for CURLOPT_SSL_CTX_FUNCTION | Ales Mlakar |
2017-03-21 | cmake: add support for building HTML and PDF docs | Peter Wu |
2017-03-21 | cmake: build manual pages (including curl.1) | Peter Wu |
2017-03-21 | docs: split file lists into Makefile.inc | Peter Wu |
2017-03-21 | examples: comment typos in http2 examples | Daniel Stenberg |
2017-03-21 | RELEASE-NOTES: typo | Daniel Stenberg |
2017-03-21 | RELEASE-NOTES: synced with 6e0f26c8a8c28df | Daniel Stenberg |
2017-03-21 | multi: fix streamclose() crash in debug mode | Daniel Stenberg |
2017-03-21 | CONTRIBUTE: mention referring to github issues in commit msgs | Daniel Stenberg |
2017-03-20 | runtests.pl: fixed display of the Gopher IPv6 port number | Dan Fandrich |
2017-03-20 | tests: fixed the documented test server port numbers | Dan Fandrich |
2017-03-20 | test714/5: added HTTP as a required feature | Dan Fandrich |
2017-03-20 | tests: strip more options from non-HTTP --libcurl tests | Dan Fandrich |
2017-03-18 | darwinssl: fix typo in variable name | Palo Markovic |
2017-03-16 | tool_operate: Fix showing HTTPS-Proxy options on CURLE_SSL_CACERT | Jay Satiro |
2017-03-16 | CURLINFO_LOCAL_PORT.3: fix typo | Jay Satiro |
2017-03-16 | CURLINFO_LOCAL_PORT.3: added example | Daniel Stenberg |
2017-03-16 | SSLCERTS.md: mention HTTPS proxies and their separate options | Daniel Stenberg |
2017-03-15 | BINDINGS: a Delphi binding | Daniel Stenberg |
2017-03-14 | KNOWN_BUGS: remove libidn related issue | Daniel Stenberg |
2017-03-14 | build: removed redundant DEPENDENCIES from makefiles | Dan Fandrich |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-03-13 | winbuild: add basic support for OpenSSL 1.1.x | Anatol Belski |
2017-03-13 | RELEASE-NOTES: synced with c25e0761d0fc49c4 | Daniel Stenberg |
2017-03-13 | make: regenerate docs/curl.1 by runinng make in docs | Daniel Stenberg |
2017-03-12 | test1440/1: depend on well-defined file: behaviour | Dan Fandrich |
2017-03-12 | tests: clear the SSL_CERT_FILE variable on --libcurl tests | Dan Fandrich |
2017-03-12 | test1287: added verbose logs keyword | Dan Fandrich |
2017-03-12 | tool_writeout: fixed a buffer read overrun on --write-out | Dan Fandrich |