summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-04RELEASE-NOTES: 7.65.1curl-7_65_1Daniel Stenberg
2019-06-04THANKS: new contributors from 7.65.1Daniel Stenberg
2019-06-04ssl: Update outdated "openssl-only" comments for supported backendsFrank Gevaerts
2019-06-04curl_share_setopt.3: improve wording [ci ship]Daniel Stenberg
2019-06-04tool_parsecfg: Use correct return type for GetModuleFileName()Steve Holme
2019-06-03TODO: "at least N milliseconds between requests" [ci skip]Daniel Stenberg
2019-06-02tests/server/.gitignore: Add socksd to the ignore listSteve Holme
2019-06-02tool_parsecfg: Fix control flow issue (DEADCODE)Steve Holme
2019-06-02NTLM: reset proxy "multipass" state when CONNECT request is doneSergey Ogryzkov
2019-06-02test334: verify HTTP 204 response with chunked coding headerDaniel Stenberg
2019-06-02http: don't parse body-related headers bodyless responsesMichael Kaufmann
2019-06-02tls13-docs: mention it is only for OpenSSL >= 1.1.1Daniel Stenberg
2019-06-01dump-header.d: spell out that no headers == empty file [ci skip]Daniel Stenberg
2019-06-01singlesocket: use separate variable for inner loopDaniel Stenberg
2019-05-31RELEASE-NOTES: syncedDaniel Stenberg
2019-05-30http2: Stop drain from being permanently set onJosie Huddleston
2019-05-29conncache: Remove the DEBUGASSERT on length checkSteve Holme
2019-05-29system_win32: fix function prototypeGisle Vanem
2019-05-29appveyor: add Visual Studio solution buildMarcel Raad
2019-05-29appveyor: add support for other build systemsMarcel Raad
2019-05-29url: Load if_nametoindex() dynamically from iphlpapi.dll on WindowsSteve Holme
2019-05-29http: fix "error: equality comparison with extraneous parentheses"Daniel Stenberg
2019-05-28parse_proxy: make sure portptr is initializedDaniel Stenberg
2019-05-28url: default conn->port to the same as conn->remote_portDaniel Stenberg
2019-05-28conncache: make "bundles" per host name when doing proxy tunnelsDaniel Stenberg
2019-05-28multi: track users of a socket betterDaniel Stenberg
2019-05-28curl-win32.h: Enable Unix Domain Sockets based on the Windows SDK versionSteve Holme
2019-05-28cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variablesJonas Vautherin
2019-05-27HAProxy tests: add keywordsMarcel Raad
2019-05-27tests: make test 1420 and 1406 work with rtsp-disabled libcurlMaksim Stsepanenka
2019-05-27nss: allow to specify TLS 1.3 ciphers if supported by NSSHubert Kario
2019-05-26RELEASE-NOTES: syncedDaniel Stenberg
2019-05-25Revert all SASL authzid (new feature) commitsJay Satiro
2019-05-25FAQ: more minor updates and spelling fixesdbrowndan
2019-05-24RELEASE-NOTES: syncedDaniel Stenberg
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