summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
* connect: repair build without ipv6 availabilitybagder/connect-ipv6lessJay Satiro2020-10-151-0/+4
* symbian: drop supportDaniel Stenberg2020-09-221-5/+0
* connect.c: remove superfluous 'else' in Curl_getconnectinfoihsinme2020-09-041-2/+1
* Curl_pgrsTime - return new time to avoid timeout integer overflowDaniel Stenberg2020-08-281-2/+1
* CURLE_PROXY: new error codeDaniel Stenberg2020-08-241-5/+9
* Curl_easy: remember last connection by id, not by pointerDaniel Stenberg2020-08-171-9/+10
* win32: Add Curl_verify_windows_version() to curlxCameron Cawley2020-08-021-3/+3
* connect: remove redundant message about connect failureMarc Hoersken2020-07-311-2/+2
* connect: improve happy eyeballs handlingDaniel Stenberg2020-06-181-39/+40
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-11/+13
* urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg2020-05-271-6/+6
* hostip: make Curl_printable_address not return anythingDaniel Stenberg2020-05-191-2/+3
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-8/+8
* connect: make happy eyeballs work for QUIC (again)Daniel Stenberg2020-05-041-1/+9
* connect: add two asserts to clue code analyzers in a littleDaniel Stenberg2020-05-041-0/+2
* socks: Fix blocking timeout logicJay Satiro2020-04-121-1/+2
* connect: store connection info for QUIC connectionsDaniel Stenberg2020-04-081-41/+40
* CURLINFO_NUM_CONNECTS: improve accuracyDaniel Stenberg2020-03-221-1/+1
* connect: happy eyeballs cleanupDaniel Stenberg2020-03-151-53/+48
* connect: remove some spurious infof() callsDaniel Stenberg2020-02-191-7/+0
* socks: make the connect phase non-blockingDaniel Stenberg2020-02-171-27/+54
* ftp: convert 'sock_accepted' to a plain booleanDaniel Stenberg2020-02-161-3/+2
* lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad2020-01-031-6/+6
* HTTP3: fix Windows buildJavier Blazquez2019-10-281-0/+5
* connect: silence sign-compare warningMarcel Raad2019-10-131-1/+1
* connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUTDaniel Stenberg2019-10-091-0/+8
* cleanup: move functions out of url.c and make them staticDaniel Stenberg2019-09-031-1/+54
* Curl_addr2string: take an addrlen argument tooDaniel Stenberg2019-08-311-11/+19
* connect: connections are persistent by default for HTTP/3Daniel Stenberg2019-08-141-0/+3
* ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg2019-08-141-14/+33
* http3: make connection reuse workDaniel Stenberg2019-08-091-11/+7
* timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg2019-08-011-5/+5
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-6/+17
* bindlocal: detect and avoid IP version mismatches in bind()Daniel Stenberg2019-06-101-0/+5
* udpateconninfo: mark variable unusedDaniel Gustafsson2019-05-211-0/+2
* lib: reduce variable scopesMarcel Raad2019-05-201-3/+2
* libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg2019-05-171-9/+14
* doh: disable DOH for the cases it doesn't workDaniel Stenberg2019-05-111-1/+1
* singleipconnect: show port in the verbose "Trying ..." messageDaniel Stenberg2019-04-131-1/+1
* urldata: convert bools to bitfields and move to endDaniel Stenberg2019-02-271-1/+1
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-261-17/+28
* cleanup: make local functions staticDaniel Stenberg2019-02-101-11/+14
* connect: fix building for recent versions of MinixSevan Janiyan2018-11-291-1/+1
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-1/+1
* ares: remove fd from multi fd set when ares is about to close the fdRomain Fliedel2018-11-201-2/+2
* url: fix dangling conn->data pointerDaniel Stenberg2018-06-211-2/+4
* cppcheck: fix warningsMarian Klymov2018-06-111-5/+1
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-201-2/+4
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-201-8/+8
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-2/+11