summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* singlesocket: fix the 'sincebefore' placementbagder/singlesocket-sincebeforeDaniel Stenberg2019-02-191-2/+2
* http: make adding a blank header thread-safeDaniel Stenberg2019-02-191-13/+21
* rand: Fix a mismatch between comments in source and header.Frank Gevaerts2019-02-181-2/+5
* x509asn1: replace single char with an arrayPatrick Monnerat2019-02-181-2/+2
* easy: fix win32 init to work without CURL_GLOBAL_WIN32Jay Satiro2019-02-181-49/+60
* cookie: Add support for cookie prefixesDaniel Gustafsson2019-02-172-1/+47
* mbedtls: release sessionid resources on errorDaniel Gustafsson2019-02-161-0/+3
* version.c: silent scan-build even when librtmp is not enabledPatrick Monnerat2019-02-161-1/+5
* Curl_now: figure out windows version in win32_initDaniel Stenberg2019-02-152-16/+24
* 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
* x509asn1: "Dereference of null pointer"Patrick Monnerat2019-02-141-5/+6
* gssapi: fix deprecated header warningsDaniel Stenberg2019-02-142-17/+5
* multi: Dereference of null pointerDaniel Stenberg2019-02-131-14/+10
* schannel: restore some debug output but only for debug buildsJay Satiro2019-02-121-1/+6
* 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
* 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
* dns: release sharelock as soon as possibleDaniel Gustafsson2019-02-111-4/+4
* multi: (void)-prefix when ignoring return valuesDaniel Stenberg2019-02-111-4/+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
* cleanup: make local functions staticDaniel Stenberg2019-02-1019-153/+85
* 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
* url: close TLS before removing conn from cacheChris Araman2019-02-062-9/+8
* 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
* schannel: stop calling it "winssl"Daniel Stenberg2019-02-012-16/+16
* multi: set the EXPIRE_*TIMEOUT timers at TIMER_STARTSINGLE timeDaniel Stenberg2019-02-012-6/+6
* sigpipe: if mbedTLS is used, ignore SIGPIPEJeremie Rapin2019-01-281-2/+3
* timeval: Disable MSVC Analyzer GetTickCount warningMichael Kujawa2019-01-281-0/+9
* configure: rewrite --enable-code-coverageDaniel Stenberg2019-01-261-5/+1
* setopt: enable CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION for libsshFelix Hädicke2019-01-241-2/+1
* libssh: do not let libssh create socketFelix Hädicke2019-01-241-1/+5
* schannel: preserve original certificate path parameterArchangel_SDY2019-01-211-3/+10
* memcmp: avoid doing single char memcmpDaniel Gustafsson2019-01-202-5/+5
* ntlm_sspi: add support for channel bindinggeorgeok2019-01-193-8/+51
* schannel: on connection close there might not be a transferDaniel Stenberg2019-01-181-3/+10