aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-11dns: release sharelock as soon as possibleDaniel Gustafsson
2019-02-11multi: (void)-prefix when ignoring return valuesDaniel 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-10cleanup: make local functions staticDaniel Stenberg
2019-02-09url/idnconvert: remove scan for <= 32 ascii valuesDaniel Stenberg
2019-02-09urlapi: reduce variable scope, remove unreachable 'break'Daniel Stenberg
2019-02-06url: close TLS before removing conn from cacheChris Araman
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-01schannel: stop calling it "winssl"Daniel Stenberg
2019-02-01multi: set the EXPIRE_*TIMEOUT timers at TIMER_STARTSINGLE timeDaniel Stenberg
2019-01-28sigpipe: if mbedTLS is used, ignore SIGPIPEJeremie Rapin
2019-01-28timeval: Disable MSVC Analyzer GetTickCount warningMichael Kujawa
2019-01-26configure: rewrite --enable-code-coverageDaniel Stenberg
2019-01-24setopt: enable CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION for libsshFelix Hädicke
2019-01-24libssh: do not let libssh create socketFelix Hädicke
2019-01-21schannel: preserve original certificate path parameterArchangel_SDY
2019-01-20memcmp: avoid doing single char memcmpDaniel Gustafsson
2019-01-19ntlm_sspi: add support for channel bindinggeorgeok
2019-01-18schannel: on connection close there might not be a transferDaniel Stenberg
2019-01-17ssh: log the libssh2 error message when ssh session startup failsJDepooter
2019-01-16openssl: fix the SSL_get_tlsext_status_ocsp_resp callDaniel Stenberg
2019-01-15extract_if_dead: follow-up to 54b201b48c90aDaniel Stenberg
2019-01-15multi: remove "Dead assignment"Daniel Stenberg
2019-01-15tests: move objnames-* from lib into testsDaniel Stenberg
2019-01-14cookie: fix comment typo (url_path_len -> uri_path_len)Frank Gevaerts
2019-01-13extract_if_dead: use a known working transfer when checking connectionsDaniel Stenberg
2019-01-13openssl: adapt to 3.0.0, OpenSSL_version_num() is deprecatedDaniel Stenberg
2019-01-11urldata: rename easy_conn to just connDaniel Stenberg
2019-01-10cookies: allow secure override when done over HTTPSDaniel Stenberg
2019-01-10multi: multiplexing improvementsDaniel Stenberg
2019-01-09cookies: skip custom cookies when redirecting cross-siteKatsuhiko YOSHIDA
2019-01-09timediff: fix math for unsigned time_tDaniel Stenberg
2019-01-07curl_multi_remove_handle() don't block terminating c-ares requestsBrad Spencer
2019-01-07Revert "http_negotiate: do not close connection until negotiation is completed"Daniel Stenberg
2019-01-06schannel: fix compiler warningMarcel Raad
2019-01-04printf: introduce CURL_FORMAT_TIMEDIFF_TRikard Falkeborn
2019-01-04printf: fix format specifiersRikard Falkeborn
2019-01-01ntlm: update selection of type 3 responseMarkus Moeller
2018-12-30urlapi: fix parsing ipv6 with zone indexDaniel Gustafsson
2018-12-27hostip: support wildcard hostsClaes Jakobsson
2018-12-27url: fix incorrect indentationDaniel Gustafsson
2018-12-23Revert "libssh: no data pointer == nothing to do"Daniel Stenberg