summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* urlapi: reduce variable scope, remove unreachable 'break'bagder/urlapi-nitsDaniel Stenberg2019-02-081-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
* schannel: fix compiler warningMarcel Raad2019-01-061-3/+3
* printf: introduce CURL_FORMAT_TIMEDIFF_TRikard Falkeborn2019-01-043-12/+17
* printf: fix format specifiersRikard Falkeborn2019-01-044-8/+8
* ntlm: update selection of type 3 responseMarkus Moeller2019-01-011-3/+5
* urlapi: fix parsing ipv6 with zone indexDaniel Gustafsson2018-12-301-2/+5
* hostip: support wildcard hostsClaes Jakobsson2018-12-272-0/+31
* url: fix incorrect indentationDaniel Gustafsson2018-12-271-1/+1
* Revert "libssh: no data pointer == nothing to do"Daniel Stenberg2018-12-231-10/+1
* disconnect: set conn->data for protocol disconnectDaniel Stenberg2018-12-231-0/+3
* timeval: Use high resolution timestamps on WindowsPavel P2018-12-231-17/+24
* libssh: no data pointer == nothing to dobagder/connection-easy-detachDaniel Stenberg2018-12-221-1/+10
* conncache_unlock: avoid indirection by changing input argument typeDaniel Stenberg2018-12-223-8/+8
* disconnect: separate connections and easy handles betterDaniel Stenberg2018-12-224-13/+13
* libssh: free sftp_canonicalize_path() data correctlyDaniel Stenberg2018-12-221-6/+10
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-214-0/+16
* if2ip: remove unused function Curl_if_is_interface_nameDaniel Stenberg2018-12-212-37/+1
* http2: clear pause stream id if it gets closedDaniel Stenberg2018-12-201-0/+4
* wolfssl: Perform cleanupDavid Garske2018-12-201-1/+7