aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-27checksrc: force indentation of lines after an elseDaniel Gustafsson
2018-04-26http2: fix null pointer dereference in http2_connisdeadDaniel Stenberg
2018-04-26http2: get rid of another strstr()Daniel Stenberg
2018-04-26cyassl: adapt to libraries without TLS 1.0 support built-inDaniel Stenberg
2018-04-26configure: provide --with-wolfssl as an alias for --with-cyasslDaniel Stenberg
2018-04-25RELEASE-NOTES: syncedDaniel Stenberg
2018-04-25os400.c: fix ASSIGNWITHINCONDITION checksrc warningsDaniel Gustafsson
2018-04-25cookies: ensure that we have cookies before writing jarDaniel Gustafsson
2018-04-25strcpy_url: only %-encode values >= 0x80Daniel Stenberg
2018-04-24mime: avoid NULL pointer dereference riskDaniel Stenberg
2018-04-24ctype: restore character classification for non-ASCII platformsStephan Mühlstrasser
2018-04-24ftplistparser: keep state between invokesDaniel Stenberg
2018-04-24examples/http2-upload: expand buffer to avoid silly warningDaniel Stenberg
2018-04-24examples/sftpuploadresume: typecast fseek argument to longDaniel Stenberg
2018-04-24Revert "ftplistparser: keep state between invokes"Daniel Stenberg
2018-04-24Curl_memchr: zero length input can't matchDaniel Stenberg
2018-04-23ftplistparser: keep state between invokesDaniel Stenberg
2018-04-23ftplistparser: renamed some members and variablesDaniel Stenberg
2018-04-23RELEASE-NOTES: syncedDaniel Stenberg
2018-04-23curl_global_sslset: always provide available backendsChristian Schmitz
2018-04-23http2: convert an assert to run-time checkDaniel Stenberg
2018-04-23curl.1: clarify that options and URLs can be mixedDaniel Stenberg
2018-04-23CURLOPT_SSLCERT.3: improve WinSSL-specific usage infoArchangel_SDY
2018-04-23schannel: fix build error on targets <= XPArchangel_SDY
2018-04-23Revert "ftplistparser: keep state between invokes"Daniel Stenberg
2018-04-21tool_help: clarify --max-time unit of time is secondsJay Satiro
2018-04-20http2: handle GOAWAY properlyDaniel Stenberg
2018-04-20http2: clear the "drain counter" when a stream is closedDaniel Stenberg
2018-04-20http2: avoid strstr() on data not zero terminatedDaniel Stenberg
2018-04-20openssl: fix subjectAltName check on non-ASCII platformsStephan Mühlstrasser
2018-04-20openssl: Add support for OpenSSL 1.1.1 verbose-mode trace messagesJay Satiro
2018-04-19ftplistparser: keep state between invokesDaniel Stenberg
2018-04-19detect_proxy: only show proxy use if it had contentsDaniel Stenberg
2018-04-19http2: handle on_begin_headers() called more than onceDaniel Stenberg
2018-04-18schannel: add support for CURLOPT_CAINFODan McNulty
2018-04-17schannel: fix warningJay Satiro
2018-04-17docs: fix typosJakub Wilk
2018-04-17RELEASE-NOTES: syncedDaniel Stenberg
2018-04-17winbuild: Support custom devel paths for each dependencykdekker
2018-04-17README.md: add backers and sponsorsJess
2018-04-17schannel: add client certificate authenticationArchangel_SDY
2018-04-16ntlm_sspi: fix authentication using Credential Managertoughengineer
2018-04-16configure: keep LD_LIBRARY_PATH changes localDaniel Stenberg
2018-04-16urldata: make service names unconditionalMarcel Raad
2018-04-16test1148: tolerate progress updates betterDaniel Stenberg
2018-04-16ssh: show libSSH2 error code when closing failsChristian Schmitz
2018-04-15vauth: Fix typoDaniel Gustafsson
2018-04-15system.h: Add sparcv8plus to oracle/sunpro 32-bit detectionDagobert Michelsen
2018-04-15checksrc: Fix typoDaniel Gustafsson
2018-04-15all: Refactor malloc+memset to use callocDaniel Gustafsson