summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup travis to build with sanitizer optionsbagder/macos/ciDaniel Stenberg2019-05-291-1/+1
* fixup remove non-zero exit code from runtests.plDaniel Stenberg2019-05-291-1/+1
* fixup also invoke 'bt' and make it re-run the tests without lldbDaniel Stenberg2019-05-292-0/+2
* fixup the runtests cmdlineDaniel Stenberg2019-05-291-1/+1
* DEBUG: travis on mac that runs 507 534 1553 with lldbDaniel Stenberg2019-05-294-335/+16
* url: Load if_nametoindex() dynamically from iphlpapi.dll on WindowsSteve Holme2019-05-294-30/+44
* http: fix "error: equality comparison with extraneous parentheses"Daniel Stenberg2019-05-291-1/+1
* parse_proxy: make sure portptr is initializedDaniel Stenberg2019-05-281-1/+1
* url: default conn->port to the same as conn->remote_portDaniel Stenberg2019-05-282-3/+6
* conncache: make "bundles" per host name when doing proxy tunnelsDaniel Stenberg2019-05-283-17/+23
* multi: track users of a socket betterDaniel Stenberg2019-05-282-12/+27
* curl-win32.h: Enable Unix Domain Sockets based on the Windows SDK versionSteve Holme2019-05-281-2/+6
* cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variablesJonas Vautherin2019-05-281-7/+16
* HAProxy tests: add keywordsMarcel Raad2019-05-272-0/+4
* tests: make test 1420 and 1406 work with rtsp-disabled libcurlMaksim Stsepanenka2019-05-272-2/+4
* nss: allow to specify TLS 1.3 ciphers if supported by NSSHubert Kario2019-05-272-0/+11
* RELEASE-NOTES: syncedDaniel Stenberg2019-05-261-7/+2
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-2531-763/+17
* FAQ: more minor updates and spelling fixesdbrowndan2019-05-251-16/+15
* RELEASE-NOTES: syncedDaniel Stenberg2019-05-241-6/+38
* sectransp: handle errSSLPeerAuthCompleted from SSLRead()Daniel Stenberg2019-05-241-7/+20
* Fix typo.Gisle Vanem2019-05-241-1/+1
* tool_setopt: for builds with disabled-proxy, skip all proxy setopts()Daniel Stenberg2019-05-232-19/+74
* winbuild: Use two space indentationSteve Holme2019-05-232-6/+7
* tool_parse_cfg: Avoid 2 fopen() for WIN32Gisle Vanem2019-05-231-3/+4
* md4: include the mbedtls config.h to get the MD4 infoDaniel Stenberg2019-05-231-0/+3
* md4: build correctly with openssl without MD4Daniel Stenberg2019-05-231-0/+4
* os400: take care of CURLOPT_SASL_AUTHZID in curl_easy_setopt_ccsid().Patrick Monnerat2019-05-232-6/+3
* .github/FUNDING: mention our opencollective "home" [ci skip]Daniel Stenberg2019-05-231-0/+1
* config-win32: add support for if_nametoindex and getsocknameZenju2019-05-232-3/+19
* tests: Fix the line endings for the SASL alt-auth testsJay Satiro2019-05-236-44/+44
* url: fix bad #ifdefDaniel Stenberg2019-05-231-1/+1
* Revert "progress: CURL_DISABLE_PROGRESS_METER"Daniel Stenberg2019-05-231-61/+49
* examples: Added SASL PLAIN authorisation identity (authzid) examplesSteve Holme2019-05-224-2/+304
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-05-2214-4/+358
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-05-2211-5/+98
* tests: add support to test against OpenSSH for WindowsMarc Hoersken2019-05-222-6/+50
* bump: start on the next releaseDaniel Stenberg2019-05-222-232/+11
* examples: fix "clarify calculation precedence" warningsMarcel Raad2019-05-224-15/+18
* hiperfifo: remove unused variableMarcel Raad2019-05-221-1/+0
* examples: remove dead variable storesMarcel Raad2019-05-224-35/+34
* examples: reduce variable scopesMarcel Raad2019-05-2211-51/+51
* http2-download: fix format specifierMarcel Raad2019-05-221-1/+1
* PolarSSL: deprecate support step 1. Removed from configure.Daniel Stenberg2019-05-2210-125/+47
* configure/cmake: check for if_nametoindex()Daniel Stenberg2019-05-224-0/+118
* parse_proxy: use the IPv6 zone id if givenDaniel Stenberg2019-05-221-25/+36
* RELEASE-NOTES: 7.65.0 releasecurl-7_65_0Daniel Stenberg2019-05-221-11/+44
* THANKS: from the 7.65.0 release-notesDaniel Stenberg2019-05-221-0/+24
* url: convert the zone id from a IPv6 URL to correct scope idDaniel Stenberg2019-05-211-43/+22
* configure: detect getsockname and getpeername on windows tooDaniel Stenberg2019-05-212-2/+197