summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* connect: add support for new TCP Fast Open API on LinuxAlessandro Ghedini2017-11-241-3/+16
* connect: improve the bind error messageJay Satiro2017-11-231-0/+4
* macOS: Fix missing connectx function with Xcode version older than 9.0Pavol Markovic2017-11-151-5/+8
* connect.c: remove executable bit on fileOrgad Shaneh2017-11-121-0/+0
* --interface: add support for Linux VRFLuca Boccassi2017-11-091-24/+28
* share: add support for sharing the connection cacheDaniel Stenberg2017-11-091-1/+1
* connect: store IPv6 connection status after valid connectionDaniel Stenberg2017-11-091-4/+3
* timeleft: made two more users of Curl_timeleft use timediff_tDaniel Stenberg2017-10-291-1/+1
* Curl_timeleft: change return type to timediff_tDaniel Stenberg2017-10-281-5/+5
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-4/+4
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-4/+4
* connect: fix race condition with happy eyeballs timeoutAnders Bakken2017-09-291-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-4/+4
* configure: check for __builtin_available() availability (#1788)Nick Zitzmann2017-08-161-10/+19
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-4/+4
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-101-12/+8
* configure: remove checks for 5 functions never usedDaniel Stenberg2017-07-041-13/+0
* expire: remove Curl_expire_latest()Daniel Stenberg2017-06-081-1/+1
* multi: assign IDs to all timers and make each timer singletonDaniel Stenberg2017-05-101-3/+3
* connect: fix unreferenced parameter warningMarcel Raad2017-03-301-1/+1
* Improve code readbilitySylvestre Ledru2017-03-131-2/+1
* http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro2016-12-191-0/+13
* Curl_getconnectinfo: avoid checking if the connection is closedIsaac Boukris2016-12-181-18/+27
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-2/+2
* add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts2016-11-251-0/+2