summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-02-25Merge tag 'curl-7_64_0'ng0
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-12Merge tag 'curl-7_63_0'ng0
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
2018-12-23disconnect: set conn->data for protocol disconnectDaniel Stenberg
2018-12-23timeval: Use high resolution timestamps on WindowsPavel P
2018-12-22libssh: no data pointer == nothing to doDaniel Stenberg
2018-12-22conncache_unlock: avoid indirection by changing input argument typeDaniel Stenberg
2018-12-22disconnect: separate connections and easy handles betterDaniel Stenberg
2018-12-22libssh: free sftp_canonicalize_path() data correctlyDaniel Stenberg
2018-12-21http: added options for allowing HTTP/0.9 responsesDaniel Stenberg
2018-12-21if2ip: remove unused function Curl_if_is_interface_nameDaniel Stenberg
2018-12-20http2: clear pause stream id if it gets closedDaniel Stenberg
2018-12-20wolfssl: Perform cleanupDavid Garske