summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* ssh: log the libssh2 error message when ssh session startup failsJDepooter2019-01-171-1/+4
* openssl: fix the SSL_get_tlsext_status_ocsp_resp callDaniel Stenberg2019-01-161-3/+4
* extract_if_dead: follow-up to 54b201b48c90aDaniel Stenberg2019-01-151-2/+1
* multi: remove "Dead assignment"Daniel Stenberg2019-01-151-2/+0
* tests: move objnames-* from lib into testsDaniel Stenberg2019-01-154-543/+1
* cookie: fix comment typo (url_path_len -> uri_path_len)Frank Gevaerts2019-01-141-1/+1
* extract_if_dead: use a known working transfer when checking connectionsDaniel Stenberg2019-01-131-2/+2
* openssl: adapt to 3.0.0, OpenSSL_version_num() is deprecatedDaniel Stenberg2019-01-131-2/+7
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-1114-200/+195
* cookies: allow secure override when done over HTTPSDaniel Stenberg2019-01-101-2/+2
* multi: multiplexing improvementsDaniel Stenberg2019-01-102-104/+136
* cookies: skip custom cookies when redirecting cross-siteKatsuhiko YOSHIDA2019-01-091-1/+2
* timediff: fix math for unsigned time_tDaniel Stenberg2019-01-091-3/+3
* curl_multi_remove_handle() don't block terminating c-ares requestsBrad Spencer2019-01-074-17/+61
* Revert "http_negotiate: do not close connection until negotiation is completed"Daniel Stenberg2019-01-072-10/+3