summaryrefslogtreecommitdiff
path: root/lib/connect.c
AgeCommit message (Expand)Author
2020-12-06ftp: retry getpeername for FTP with TCP_FASTOPENKlaus Crusius
2020-11-04curl.se: new homeDaniel Stenberg
2020-10-15connect: repair build without ipv6 availabilityJay Satiro
2020-09-22symbian: drop supportDaniel Stenberg
2020-09-04connect.c: remove superfluous 'else' in Curl_getconnectinfoihsinme
2020-08-28Curl_pgrsTime - return new time to avoid timeout integer overflowDaniel Stenberg
2020-08-24CURLE_PROXY: new error codeDaniel Stenberg
2020-08-17Curl_easy: remember last connection by id, not by pointerDaniel Stenberg
2020-08-02win32: Add Curl_verify_windows_version() to curlxCameron Cawley
2020-07-31connect: remove redundant message about connect failureMarc Hoersken
2020-06-18connect: improve happy eyeballs handlingDaniel Stenberg
2020-05-30build: disable more code/data when built without proxy supportDaniel Stenberg
2020-05-27urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg
2020-05-19hostip: make Curl_printable_address not return anythingDaniel Stenberg
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-04connect: make happy eyeballs work for QUIC (again)Daniel Stenberg
2020-05-04connect: add two asserts to clue code analyzers in a littleDaniel Stenberg
2020-04-12socks: Fix blocking timeout logicJay Satiro
2020-04-08connect: store connection info for QUIC connectionsDaniel Stenberg
2020-03-22CURLINFO_NUM_CONNECTS: improve accuracyDaniel Stenberg
2020-03-15connect: happy eyeballs cleanupDaniel Stenberg
2020-02-19connect: remove some spurious infof() callsDaniel Stenberg
2020-02-17socks: make the connect phase non-blockingDaniel Stenberg
2020-02-16ftp: convert 'sock_accepted' to a plain booleanDaniel Stenberg
2020-01-03lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad
2019-10-28HTTP3: fix Windows buildJavier Blazquez
2019-10-13connect: silence sign-compare warningMarcel Raad
2019-10-09connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUTDaniel Stenberg
2019-09-03cleanup: move functions out of url.c and make them staticDaniel Stenberg
2019-08-31Curl_addr2string: take an addrlen argument tooDaniel Stenberg
2019-08-14connect: connections are persistent by default for HTTP/3Daniel Stenberg
2019-08-14ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg
2019-08-09http3: make connection reuse workDaniel Stenberg
2019-08-01timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg
2019-06-10bindlocal: detect and avoid IP version mismatches in bind()Daniel Stenberg
2019-05-21udpateconninfo: mark variable unusedDaniel Gustafsson
2019-05-20lib: reduce variable scopesMarcel Raad
2019-05-17libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg
2019-05-11doh: disable DOH for the cases it doesn't workDaniel Stenberg
2019-04-13singleipconnect: show port in the verbose "Trying ..." messageDaniel Stenberg
2019-02-27urldata: convert bools to bitfields and move to endDaniel Stenberg
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2019-02-10cleanup: make local functions staticDaniel Stenberg
2018-11-29connect: fix building for recent versions of MinixSevan Janiyan
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-20ares: remove fd from multi fd set when ares is about to close the fdRomain Fliedel
2018-06-21url: fix dangling conn->data pointerDaniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
2018-02-20url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken