summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_CAINFO.3: with Schannel, you want Windows 8 or later [ci skip]bagder/cainfo-schannel-docsDaniel Stenberg2019-05-121-5/+6
* docs/INSTALL: fix broken link [ci skip]Jay Satiro2019-05-121-1/+1
* easy: fix another "clarify calculation precedence" warningMarcel Raad2019-05-121-2/+2
* build: fix "clarify calculation precedence" warningsMarcel Raad2019-05-127-13/+15
* cmake: restore C89 compatibility of CurlTests.cMarcel Raad2019-05-121-2/+2
* http_ntlm: Corrected the name of the include guardSteve Holme2019-05-111-4/+4
* http_digest: Don't expose functions when HTTP and Crypto Auth are disabledSteve Holme2019-05-113-5/+10
* http_negotiate: Don't expose functions when HTTP is disabledSteve Holme2019-05-111-2/+2
* SECURITY-PROCESS: fix links [ci skip]Daniel Stenberg2019-05-111-4/+4
* CMake: suppress unused variable warningsMarcel Raad2019-05-111-0/+2
* doh: disable DOH for the cases it doesn't workDaniel Stenberg2019-05-116-11/+26
* checksrc.bat: Ignore snprintf warnings in docs/examplesJay Satiro2019-05-111-1/+1
* vauth: Fix incorrect function description for Curl_auth_user_contains_domain()Steve Holme2019-05-101-21/+21
* Revert "multi: support verbose conncache closure handle"Jay Satiro2019-05-102-6/+0
* ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()Steve Holme2019-05-101-9/+9
* BUG-BOUNTY: minor formatting fixes [ci skip]Daniel Stenberg2019-05-091-4/+6
* RELEASE-NOTES: syncedDaniel Stenberg2019-05-091-13/+32
* BUG-BOUNTY.md: add the Dropbox "bonus" extra payout ability [ci skip]Daniel Stenberg2019-05-091-7/+21
* http_negotiate: do not treat failure of gss_init_sec_context() as fatalKamil Dudka2019-05-091-1/+7
* spnego_gssapi: fix return code on gss_init_sec_context() failureKamil Dudka2019-05-091-1/+1
* gen_resp_file.bat: Removed unnecessary @ from all but the first commandSteve Holme2019-05-091-4/+6
* http: Ignore HTTP/2 prior knowledge setting for HTTP proxiesJay Satiro2019-05-081-0/+7
* travis: update mesalink build to xenialMarcel Raad2019-05-081-1/+1
* OpenSSL: Report -fips in version if OpenSSL is built with FIPSRicky Leverence2019-05-081-1/+5
* nss: allow fifos and character devices for certificates.Frank Gevaerts2019-05-071-1/+1
* test2100: Fix typos in test descriptionDaniel Gustafsson2019-05-061-0/+0
* ssh: define USE_SSH if SSH is enabled (any backend)Daniel Stenberg2019-05-066-8/+12
* winbuild: Add our standard copyright header to the winbuild batch filesSteve Holme2019-05-053-1/+66
* makedebug: Fix ERRORLEVEL detection after running where.exeSteve Holme2019-05-051-1/+1
* urlapi: add CURLUPART_ZONEID to set and getDaniel Stenberg2019-05-058-23/+74
* WRITEFUNCTION: add missing set_in_callback around callbackTaiyu Len2019-05-051-1/+4
* RELEASE-NOTES: syncedDaniel Stenberg2019-05-041-5/+14
* CURLMOPT_TIMERFUNCTION.3: warn about the recursive risk [ci skip]Daniel Stenberg2019-05-031-0/+5
* CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time valueDaniel Stenberg2019-05-032-2/+29
* OS400/ccsidcurl.c: code style fixesDaniel Stenberg2019-05-031-64/+71
* OS400/ccsidcurl: replace use of Curl_vsetoptDaniel Stenberg2019-05-031-9/+12
* urlapi: strip off scope id from numerical IPv6 addressesDaniel Stenberg2019-05-035-12/+192
* RELEASE-NOTES: syncedDaniel Stenberg2019-05-021-8/+27
* multiif.h: remove unused protosDaniel Stenberg2019-05-021-15/+0
* travis: mesalink: temporarily disable test 3001Yiming Jing2019-05-011-1/+1
* travis: upgrade the MesaLink TLS backend to v1.0.0Yiming Jing2019-05-012-1/+30
* ConnectionExists: improve non-multiplexing use caseDaniel Stenberg2019-05-011-2/+7
* multi: provide Curl_multiuse_state to update informationDaniel Stenberg2019-05-0110-2/+48
* process_pending_handles: mark queued transfers as previously pendingDaniel Stenberg2019-05-012-0/+9
* http: mark bundle as not for multiuse on < HTTP/2 responseDaniel Stenberg2019-05-011-0/+4
* cookie: Guard against possible NULL ptr derefDaniel Gustafsson2019-05-011-5/+7
* os400: Add CURLOPT_MAXAGE_CONN to ILE/RPG bindingsPatrick Monnerat2019-04-301-0/+2
* nss: provide more specific error messages on failed initKamil Dudka2019-04-291-2/+8
* docs: minor polish to the bug bounty / security docsReed Loden2019-04-294-23/+30
* CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeDaniel Stenberg2019-04-297-3/+146