aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-24sectransp: handle errSSLPeerAuthCompleted from SSLRead()Daniel Stenberg
2019-05-24Fix typo.Gisle Vanem
2019-05-23tool_setopt: for builds with disabled-proxy, skip all proxy setopts()Daniel Stenberg
2019-05-23winbuild: Use two space indentationSteve Holme
2019-05-23tool_parse_cfg: Avoid 2 fopen() for WIN32Gisle Vanem
2019-05-23md4: include the mbedtls config.h to get the MD4 infoDaniel Stenberg
2019-05-23md4: build correctly with openssl without MD4Daniel Stenberg
2019-05-23os400: take care of CURLOPT_SASL_AUTHZID in curl_easy_setopt_ccsid().Patrick Monnerat
2019-05-23.github/FUNDING: mention our opencollective "home" [ci skip]Daniel Stenberg
2019-05-23config-win32: add support for if_nametoindex and getsocknameZenju
2019-05-23tests: Fix the line endings for the SASL alt-auth testsJay Satiro
2019-05-23url: fix bad #ifdefDaniel Stenberg
2019-05-23Revert "progress: CURL_DISABLE_PROGRESS_METER"Daniel Stenberg
2019-05-22examples: Added SASL PLAIN authorisation identity (authzid) examplesSteve Holme
2019-05-22curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme
2019-05-22sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme
2019-05-22tests: add support to test against OpenSSH for WindowsMarc Hoersken
2019-05-22bump: start on the next releaseDaniel Stenberg
2019-05-22examples: fix "clarify calculation precedence" warningsMarcel Raad
2019-05-22hiperfifo: remove unused variableMarcel Raad
2019-05-22examples: remove dead variable storesMarcel Raad
2019-05-22examples: reduce variable scopesMarcel Raad
2019-05-22http2-download: fix format specifierMarcel Raad
2019-05-22PolarSSL: deprecate support step 1. Removed from configure.Daniel Stenberg
2019-05-22configure/cmake: check for if_nametoindex()Daniel Stenberg
2019-05-22parse_proxy: use the IPv6 zone id if givenDaniel Stenberg
2019-05-22RELEASE-NOTES: 7.65.0 releaseDaniel Stenberg
2019-05-22THANKS: from the 7.65.0 release-notesDaniel Stenberg
2019-05-21url: convert the zone id from a IPv6 URL to correct scope idDaniel Stenberg
2019-05-21configure: detect getsockname and getpeername on windows tooDaniel Stenberg
2019-05-21examples: remove unused variablesMarcel Raad
2019-05-21udpateconninfo: mark variable unusedDaniel Gustafsson
2019-05-21ftp: move ftp_ccc in under featureflagDaniel Gustafsson
2019-05-20curl: report error for "--no-" on non-boolean optionsDaniel Stenberg
2019-05-20mbedtls: enable use of EC keysGuy Poizat
2019-05-20lib1560: add tests for parsing URL with too long schemeDaniel Stenberg
2019-05-20urlapi: increase supported scheme length to 40 bytesOmar Ramadan
2019-05-20lib: reduce variable scopesMarcel Raad
2019-05-20tool_formparse: remove redundant assignmentMarcel Raad
2019-05-20ssh: move variable declaration to where it's usedMarcel Raad
2019-05-20ssh-libssh: remove unused variableMarcel Raad
2019-05-20test332: verify the blksize fixDaniel Stenberg
2019-05-20tftp: use the current blksize for recvfrom()Daniel Stenberg
2019-05-19version: make ssl_version buffer match for multi_sslDaniel Gustafsson
2019-05-18http_ntlm_wb: Handle auth for only a single requestSteve Holme
2019-05-18http_ntlm_wb: Cleanup handshake after clean NTLM failureSteve Holme
2019-05-18http_ntlm_wb: Return the correct error on receiving an empty auth messageSteve Holme
2019-05-18curl: make code work with protocol-disabled libcurlDaniel Stenberg
2019-05-17libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg
2019-05-17progress: CURL_DISABLE_PROGRESS_METERDaniel Stenberg