summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup send the RST_STREAM with PROTOCOL_ERROR toobagder/http2-authority-checkDaniel Stenberg2019-02-191-1/+3
* http2: verify :athority in push promise requestsDaniel Stenberg2019-02-181-0/+20
* easy: fix win32 init to work without CURL_GLOBAL_WIN32Jay Satiro2019-02-181-49/+60
* cookie: Add support for cookie prefixesDaniel Gustafsson2019-02-175-13/+76
* mbedtls: release sessionid resources on errorDaniel Gustafsson2019-02-161-0/+3
* cli tool: refactor encoding conversion sequence for switch case fallthrough.Patrick Monnerat2019-02-161-7/+5
* version.c: silent scan-build even when librtmp is not enabledPatrick Monnerat2019-02-161-1/+5
* RELEASE-NOTES: syncedDaniel Stenberg2019-02-151-2/+48
* Curl_now: figure out windows version in win32_initDaniel Stenberg2019-02-152-16/+24
* unit1307: just fail without FTP supportMarcel Raad2019-02-151-9/+22
* travis: enable valgrind for the iconv tests tooDaniel Stenberg2019-02-151-1/+1
* travis: add scan-buildDaniel Stenberg2019-02-141-0/+9
* examples/sftpuploadresume: Value stored to 'result' is never readDaniel Stenberg2019-02-141-1/+3
* examples/http2-upload: cleaned upDaniel Stenberg2019-02-141-44/+32
* examples/http2-download: cleaned upDaniel Stenberg2019-02-141-39/+34
* examples/postinmemory: Potential leak of memory pointed to by 'chunk.memory'Daniel Stenberg2019-02-141-4/+2
* examples/httpcustomheader: Value stored to 'res' is never readDaniel Stenberg2019-02-141-2/+2
* examples: remove superfluous null-pointer checksDaniel Stenberg2019-02-143-6/+6
* strip_trailing_dot: make sure NULL is never used for strlenDaniel Stenberg2019-02-141-0/+2
* connection_check: restore original conn->data after the checkJay Satiro2019-02-141-1/+2
* memdebug: bring back curl_mark_scloseDaniel Stenberg2019-02-141-2/+2
* transfer.c: do not compute length of undefined hex buffer.Patrick Monnerat2019-02-141-8/+10
* KNOWN_BUGS: Cannot compile against a static build of OpenLDAPDaniel Stenberg2019-02-141-0/+5
* x509asn1: "Dereference of null pointer"Patrick Monnerat2019-02-141-5/+6
* configure: show features as well in the final summaryDaniel Stenberg2019-02-141-0/+1
* KNOWN_BUGS: curl compiled on OSX 10.13 failed to run on OSX 10.10Daniel Stenberg2019-02-141-0/+5
* KNOWN_BUGS: Deflate error after all content was receivedDaniel Stenberg2019-02-141-0/+10
* gssapi: fix deprecated header warningsDaniel Stenberg2019-02-143-26/+14
* TODO: Upgrade to websocketsDaniel Stenberg2019-02-141-0/+9
* TODO: cmake test suite improvementsDaniel Stenberg2019-02-141-0/+8
* curl: "Dereference of null pointer"Patrick Monnerat2019-02-131-2/+2
* unit1307: require FTP supportMarcel Raad2019-02-131-0/+1
* TODO: TFO support on WindowsDaniel Stenberg2019-02-131-0/+8
* multi: Dereference of null pointerDaniel Stenberg2019-02-131-14/+10
* urlglob: Argument with 'nonnull' attribute passed nullDaniel Stenberg2019-02-131-2/+2
* schannel: restore some debug output but only for debug buildsJay Satiro2019-02-121-1/+6
* examples/crawler: Fix the Accept-Encoding settingJay Satiro2019-02-121-1/+1
* mime: put the boundary buffer into the curl_mime structDaniel Stenberg2019-02-122-14/+7
* schannel: be quietDaniel Stenberg2019-02-121-63/+77
* Curl_resolv: fix a gcc -Werror=maybe-uninitialized warningRomain Geissler2019-02-121-1/+1
* http2: multi_connchanged() moved from multi.c, only used for h2Daniel Stenberg2019-02-122-13/+14
* curl: "Function call argument is an uninitialized value"Daniel Stenberg2019-02-121-5/+5
* pretransfer: don't strlen() POSTFIELDS set for GET requestsDaniel Stenberg2019-02-122-2/+4
* multi: remove verbose "Expire in" ... messagesDaniel Stenberg2019-02-121-3/+0
* mbedtls: make it build even if MBEDTLS_VERSION_C isn't setDaniel Stenberg2019-02-121-0/+5
* non-ascii.c: fix typos in commentsDaniel Gustafsson2019-02-121-2/+2
* fnmatch: disable if FTP is disabledDaniel Stenberg2019-02-121-2/+4
* curl_path: only enabled for SSH buildsDaniel Stenberg2019-02-121-1/+5
* tests: add stderr comparison to the test suiteFrank Gevaerts2019-02-113-5/+54
* cli tool: do not use mime.h private structures.Patrick Monnerat2019-02-117-481/+546