aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-14examples/postinmemory: Potential leak of memory pointed to by 'chunk.memory'Daniel Stenberg
2019-02-14examples/httpcustomheader: Value stored to 'res' is never readDaniel Stenberg
2019-02-14examples: remove superfluous null-pointer checksDaniel Stenberg
2019-02-14strip_trailing_dot: make sure NULL is never used for strlenDaniel Stenberg
2019-02-14connection_check: restore original conn->data after the checkJay Satiro
2019-02-14memdebug: bring back curl_mark_scloseDaniel Stenberg
2019-02-14transfer.c: do not compute length of undefined hex buffer.Patrick Monnerat
2019-02-14KNOWN_BUGS: Cannot compile against a static build of OpenLDAPDaniel Stenberg
2019-02-14x509asn1: "Dereference of null pointer"Patrick Monnerat
2019-02-14configure: show features as well in the final summaryDaniel Stenberg
2019-02-14KNOWN_BUGS: curl compiled on OSX 10.13 failed to run on OSX 10.10Daniel Stenberg
2019-02-14KNOWN_BUGS: Deflate error after all content was receivedDaniel Stenberg
2019-02-14gssapi: fix deprecated header warningsDaniel Stenberg
2019-02-14TODO: Upgrade to websocketsDaniel Stenberg
2019-02-14TODO: cmake test suite improvementsDaniel Stenberg
2019-02-13curl: "Dereference of null pointer"Patrick Monnerat
2019-02-13unit1307: require FTP supportMarcel Raad
2019-02-13TODO: TFO support on WindowsDaniel Stenberg
2019-02-13multi: Dereference of null pointerDaniel Stenberg
2019-02-13urlglob: Argument with 'nonnull' attribute passed nullDaniel Stenberg
2019-02-12schannel: restore some debug output but only for debug buildsJay Satiro
2019-02-12examples/crawler: Fix the Accept-Encoding settingJay Satiro
2019-02-12mime: put the boundary buffer into the curl_mime structDaniel Stenberg
2019-02-12schannel: be quietDaniel Stenberg
2019-02-12Curl_resolv: fix a gcc -Werror=maybe-uninitialized warningRomain Geissler
2019-02-12http2: multi_connchanged() moved from multi.c, only used for h2Daniel Stenberg
2019-02-12curl: "Function call argument is an uninitialized value"Daniel Stenberg
2019-02-12pretransfer: don't strlen() POSTFIELDS set for GET requestsDaniel Stenberg
2019-02-12multi: remove verbose "Expire in" ... messagesDaniel Stenberg
2019-02-12mbedtls: make it build even if MBEDTLS_VERSION_C isn't setDaniel Stenberg
2019-02-12non-ascii.c: fix typos in commentsDaniel Gustafsson
2019-02-12fnmatch: disable if FTP is disabledDaniel Stenberg
2019-02-12curl_path: only enabled for SSH buildsDaniel Stenberg
2019-02-11tests: add stderr comparison to the test suiteFrank Gevaerts
2019-02-11cli tool: do not use mime.h private structures.Patrick Monnerat
2019-02-11curlver: bump to 7.64.1-devDaniel Stenberg
2019-02-11RELEASE-NOTES: syncedDaniel Stenberg
2019-02-11curl: follow-up to 3f16990ec84Daniel Gustafsson
2019-02-11dns: release sharelock as soon as possibleDaniel Gustafsson
2019-02-11curl: follow-up to b49652ac66cc0Daniel Stenberg
2019-02-11multi: (void)-prefix when ignoring return valuesDaniel Stenberg
2019-02-11curl: fix FreeBSD compiler warning in the --xattr codeDaniel Stenberg
2019-02-11connection_check: set ->data to the transfer doing the checkDaniel Stenberg
2019-02-11hostip: make create_hostcache_id avoid alloc + freeDaniel Stenberg
2019-02-11scripts/singleuse: script to use to track single-use functionsDaniel Stenberg
2019-02-10cleanup: make local functions staticDaniel Stenberg
2019-02-10cirrus: Added FreeBSD builds using Cirrus CI.Dan Fandrich
2019-02-09url/idnconvert: remove scan for <= 32 ascii valuesDaniel Stenberg
2019-02-09urlapi: reduce variable scope, remove unreachable 'break'Daniel Stenberg
2019-02-07zsh.pl: escape ':' characterAlessandro Ghedini