aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
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
2018-12-20mbedtls: follow-up VERIFYHOST fix from f097669248Daniel Stenberg
2018-12-19cookies: extend domain checks to non psl buildsDaniel Gustafsson
2018-12-19smb: fix incorrect path in request if connection reusedMatus Uzak
2018-12-17mbedtls: use VERIFYHOSTDaniel Stenberg
2018-12-17pingpong: change default response timeout to 120 secondsDaniel Stenberg
2018-12-17pingpong: ignore regular timeout in disconnect phaseDaniel Stenberg
2018-12-14http: Implement trailing headers for chunked transfersAyoub Boudhar
2018-12-14darwinssl: accept setting max-tls with default min-tlsDaniel Stenberg
2018-12-13gopher: fix memory leak from 9026083ddb2a9Daniel Stenberg
2018-12-13gopher: always include the entire gopher-path in requestLeonardo Taccari
2018-12-13urlapi: distinguish possibly empty queryLeonardo Taccari
2018-12-13cookies: leave secure cookies aloneDaniel Gustafsson
2018-12-12urlapi: Fix port parsing of eol colonDaniel Gustafsson
2018-12-12Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg
2018-12-11multi: convert two timeout variables to timediff_tDaniel Stenberg
2018-12-11tests: add urlapi unittestDaniel Gustafsson
2018-12-11urlapi: fix portnumber parsing for ipv6 zone indexDaniel Gustafsson