aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-02-07zsh.pl: update regex to better match curl -h outputAlessandro Ghedini
2019-02-07tool_operate: fix typecheck warningMarcel Raad
2019-02-06url: close TLS before removing conn from cacheChris Araman
2019-02-06INTERNALS.md: fix subsection depth and linkDaniel Gustafsson
2019-02-06RELEASE-NOTES: 7.64.0Daniel Stenberg
2019-02-06RELEASE-PROCEDURE: update the release calendarDaniel Stenberg
2019-02-06THANKS: 7.64.0 statusDaniel Stenberg
2019-02-05ROADMAP: remove already performed itemDaniel Gustafsson
2019-02-05CONTRIBUTE.md: Fix grammatical errorsEtienne Simard
2019-02-04docs: use $(INSTALL_DATA) to install man pageJulian Z
2019-02-04runtests.pl: Fix perl call to include srcdirLadar Levison
2019-02-04smtp: avoid risk of buffer overflow in strtolDaniel Gustafsson
2019-02-04ntlm: fix *_type3_message size check to avoid buffer overflowDaniel Stenberg
2019-02-04NTLM: fix size check condition for type2 received dataDaniel Stenberg
2019-02-01spnego_sspi: add support for channel bindinggeorgeok
2019-02-01RELEASE-NOTES: syncedDaniel Stenberg
2019-02-01schannel: stop calling it "winssl"Daniel Stenberg
2019-02-01multi: set the EXPIRE_*TIMEOUT timers at TIMER_STARTSINGLE timeDaniel Stenberg
2019-01-31doc: use meaningless port number in CURLOPT_LOCALPORT exampleJohn Marshall
2019-01-29Escape the '\'Gisle Vanem
2019-01-29TODO: WinSSL: 'Add option to disable client cert auto-send'Jay Satiro
2019-01-28sigpipe: if mbedTLS is used, ignore SIGPIPEJeremie Rapin