summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test334: verify HTTP 204 response with chunked coding headerbagder/http-bodylessDaniel Stenberg2019-06-022-1/+45
* http: don't parse body-related headers bodyless responsesMichael Kaufmann2019-06-023-13/+13
* dump-header.d: spell out that no headers == empty file [ci skip]Daniel Stenberg2019-06-011-0/+2
* singlesocket: use separate variable for inner loopDaniel Stenberg2019-06-011-4/+4
* RELEASE-NOTES: syncedDaniel Stenberg2019-05-311-5/+33
* http2: Stop drain from being permanently set onJosie Huddleston2019-05-301-3/+4
* conncache: Remove the DEBUGASSERT on length checkSteve Holme2019-05-291-4/+4
* system_win32: fix function prototypeGisle Vanem2019-05-291-1/+1
* appveyor: add Visual Studio solution buildMarcel Raad2019-05-291-1/+10
* appveyor: add support for other build systemsMarcel Raad2019-05-291-14/+23
* 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