aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-05-16curl: don't set FTP options for FTP-disabled buildsDaniel Stenberg
2019-05-16http_ntlm_wb: Move the type-2 message processing into a dedicated functionSteve Holme
2019-05-15RELEASE-NOTES: syncedDaniel Stenberg
2019-05-15docs/RELEASE-PROCEDURE: updated coming releases dates [ci skip]Daniel Stenberg
2019-05-15CURLOPT_READFUNCTION.3: see also CURLOPT_UPLOAD_BUFFERSIZE [ci skip]Daniel Stenberg
2019-05-15parse_proxy: use the URL parser APIDaniel Stenberg
2019-05-15http_negotiate: Move the Negotiate state out of the negotiatedata structureSteve Holme
2019-05-15http_ntlm: Move the NTLM state out of the ntlmdata structureSteve Holme
2019-05-15url: Move the negotiate state type into a dedicated enumSteve Holme
2019-05-14url: Remove duplicate clean up of the winbind variables in conn_shutdown()Steve Holme
2019-05-14urlapi: require a non-zero host name length when parsing URLDaniel Stenberg
2019-05-14configure: error out if OpenSSL wasn't detected when asked forDaniel Stenberg
2019-05-14imap: Fix typo in commentDaniel Gustafsson
2019-05-14url: Remove unnecessary initialisation from allocate_conn()Steve Holme
2019-05-14CURLOPT_CAINFO.3: with Schannel, you want Windows 8 or later [ci skip]Daniel Stenberg
2019-05-13vtls: fix potential ssl_buffer stack overflowDaniel Gustafsson
2019-05-13RELEASE-NOTES: syncedDaniel Stenberg
2019-05-13appveyor: also build "/ci" branches like travisDaniel Stenberg
2019-05-13pingpong: disable more when no pingpong enabledDaniel Stenberg
2019-05-13proxy: acknowledge DISABLE_PROXY moreDaniel Stenberg
2019-05-13parsedate: CURL_DISABLE_PARSEDATEDaniel Stenberg
2019-05-13sasl: only enable if there's a protocol enabled using itDaniel Stenberg
2019-05-13mime: acknowledge CURL_DISABLE_MIMEDaniel Stenberg
2019-05-13wildcard: disable from build when FTP isn't presentDaniel Stenberg
2019-05-13http: CURL_DISABLE_HTTP_AUTHDaniel Stenberg
2019-05-13base64: build conditionally if there are usersDaniel Stenberg
2019-05-13doh: CURL_DISABLE_DOHDaniel Stenberg
2019-05-12auth: Rename the various authentication clean up functionsSteve Holme
2019-05-12docs/INSTALL: fix broken link [ci skip]Jay Satiro
2019-05-12easy: fix another "clarify calculation precedence" warningMarcel Raad
2019-05-12build: fix "clarify calculation precedence" warningsMarcel Raad
2019-05-12cmake: restore C89 compatibility of CurlTests.cMarcel Raad
2019-05-11http_ntlm: Corrected the name of the include guardSteve Holme
2019-05-11http_digest: Don't expose functions when HTTP and Crypto Auth are disabledSteve Holme
2019-05-11http_negotiate: Don't expose functions when HTTP is disabledSteve Holme
2019-05-11SECURITY-PROCESS: fix links [ci skip]Daniel Stenberg
2019-05-11CMake: suppress unused variable warningsMarcel Raad
2019-05-11doh: disable DOH for the cases it doesn't workDaniel Stenberg
2019-05-11checksrc.bat: Ignore snprintf warnings in docs/examplesJay Satiro
2019-05-10vauth: Fix incorrect function description for Curl_auth_user_contains_domain()Steve Holme
2019-05-10Revert "multi: support verbose conncache closure handle"Jay Satiro
2019-05-10ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()Steve Holme
2019-05-09BUG-BOUNTY: minor formatting fixes [ci skip]Daniel Stenberg
2019-05-09RELEASE-NOTES: syncedDaniel Stenberg
2019-05-09BUG-BOUNTY.md: add the Dropbox "bonus" extra payout ability [ci skip]Daniel Stenberg
2019-05-09http_negotiate: do not treat failure of gss_init_sec_context() as fatalKamil Dudka
2019-05-09spnego_gssapi: fix return code on gss_init_sec_context() failureKamil Dudka
2019-05-09gen_resp_file.bat: Removed unnecessary @ from all but the first commandSteve Holme
2019-05-08http: Ignore HTTP/2 prior knowledge setting for HTTP proxiesJay Satiro