summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* mbedtls: follow-up VERIFYHOST fix from f097669248Daniel Stenberg2018-12-201-9/+9
* cookies: extend domain checks to non psl buildsDaniel Gustafsson2018-12-191-5/+8
* smb: fix incorrect path in request if connection reusedMatus Uzak2018-12-191-6/+3
* mbedtls: use VERIFYHOSTDaniel Stenberg2018-12-171-3/+5
* pingpong: change default response timeout to 120 secondsDaniel Stenberg2018-12-171-1/+1
* pingpong: ignore regular timeout in disconnect phaseDaniel Stenberg2018-12-176-24/+29
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-145-21/+224
* darwinssl: accept setting max-tls with default min-tlsDaniel Stenberg2018-12-141-2/+1
* gopher: fix memory leak from 9026083ddb2a9Daniel Stenberg2018-12-131-0/+1
* gopher: always include the entire gopher-path in requestLeonardo Taccari2018-12-131-2/+15
* urlapi: distinguish possibly empty queryLeonardo Taccari2018-12-131-3/+3
* cookies: leave secure cookies aloneDaniel Gustafsson2018-12-134-12/+56
* urlapi: Fix port parsing of eol colonDaniel Gustafsson2018-12-121-16/+16
* Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg2018-12-121-5/+15
* multi: convert two timeout variables to timediff_tDaniel Stenberg2018-12-111-2/+2
* tests: add urlapi unittestDaniel Gustafsson2018-12-112-2/+13
* urlapi: fix portnumber parsing for ipv6 zone indexDaniel Gustafsson2018-12-111-6/+20
* http: fix HTTP auth to include query in URIJay Satiro2018-12-111-4/+13