summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gssapi: fix warningsbagder/gssapi-warningsDaniel Stenberg2019-02-133-26/+14
* 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
* curlver: bump to 7.64.1-devDaniel Stenberg2019-02-111-5/+5
* RELEASE-NOTES: syncedDaniel Stenberg2019-02-111-166/+28
* curl: follow-up to 3f16990ec84Daniel Gustafsson2019-02-111-1/+1
* dns: release sharelock as soon as possibleDaniel Gustafsson2019-02-111-4/+4
* curl: follow-up to b49652ac66cc0Daniel Stenberg2019-02-111-1/+1
* multi: (void)-prefix when ignoring return valuesDaniel Stenberg2019-02-111-4/+7
* curl: fix FreeBSD compiler warning in the --xattr codeDaniel Stenberg2019-02-111-5/+7
* connection_check: set ->data to the transfer doing the checkDaniel Stenberg2019-02-111-0/+1
* hostip: make create_hostcache_id avoid alloc + freeDaniel Stenberg2019-02-111-69/+24
* scripts/singleuse: script to use to track single-use functionsDaniel Stenberg2019-02-111-0/+223
* cleanup: make local functions staticDaniel Stenberg2019-02-1022-160/+103
* cirrus: Added FreeBSD builds using Cirrus CI.Dan Fandrich2019-02-102-0/+33
* url/idnconvert: remove scan for <= 32 ascii valuesDaniel Stenberg2019-02-091-9/+0
* urlapi: reduce variable scope, remove unreachable 'break'Daniel Stenberg2019-02-091-10/+10
* zsh.pl: escape ':' characterAlessandro Ghedini2019-02-071-0/+3
* zsh.pl: update regex to better match curl -h outputAlessandro Ghedini2019-02-071-1/+1
* tool_operate: fix typecheck warningMarcel Raad2019-02-071-1/+2
* url: close TLS before removing conn from cacheChris Araman2019-02-062-9/+8
* INTERNALS.md: fix subsection depth and linkDaniel Gustafsson2019-02-061-1/+2
* RELEASE-NOTES: 7.64.0curl-7_64_0Daniel Stenberg2019-02-061-12/+25
* RELEASE-PROCEDURE: update the release calendarDaniel Stenberg2019-02-061-6/+5
* THANKS: 7.64.0 statusDaniel Stenberg2019-02-061-0/+29
* ROADMAP: remove already performed itemDaniel Gustafsson2019-02-051-5/+2
* CONTRIBUTE.md: Fix grammatical errorsEtienne Simard2019-02-051-3/+3
* docs: use $(INSTALL_DATA) to install man pageJulian Z2019-02-041-1/+1
* runtests.pl: Fix perl call to include srcdirLadar Levison2019-02-041-1/+1
* smtp: avoid risk of buffer overflow in strtolDaniel Gustafsson2019-02-041-2/+6
* ntlm: fix *_type3_message size check to avoid buffer overflowDaniel Stenberg2019-02-041-4/+7
* NTLM: fix size check condition for type2 received dataDaniel Stenberg2019-02-041-3/+4
* spnego_sspi: add support for channel bindinggeorgeok2019-02-015-8/+49