summaryrefslogtreecommitdiff
path: root/lib/connect.h
Commit message (Expand)AuthorAgeFilesLines
* Curl_addr2string: take an addrlen argument tooDaniel Stenberg2019-08-311-1/+2
* http3: make connection reuse workDaniel Stenberg2019-08-091-0/+2
* cleanup: make local functions staticDaniel Stenberg2019-02-101-8/+1
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-201-2/+0
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-201-0/+5
* Curl_timeleft: change return type to timediff_tDaniel Stenberg2017-10-281-3/+4
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-2/+2
* connect: fix unreferenced parameter warningMarcel Raad2017-03-301-3/+3
* http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro2016-12-191-0/+2
* Curl_getconnectinfo: avoid checking if the connection is closedIsaac Boukris2016-12-181-0/+5
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-3/+3
* connect: fix #ifdefs for debug versions of conn/streamclose() macrosDaniel Stenberg2016-08-301-2/+2
* http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg2016-08-281-12/+28
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-3/+3
* URLs: change more http to httpsViktor Szakats2016-02-041-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http2: set TCP_NODELAY unconditionallyDaniel Stenberg2015-09-271-1/+3
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-271-1/+1
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-1/+18
* connect.h: Updated copyright year for last editSteve Holme2013-11-051-1/+1
* connect: Add connection delay to Happy Eyeballs.Björn Stenberg2013-11-041-3/+3
* Add "Happy Eyeballs" for IPv4/IPv6.Björn Stenberg2013-10-271-2/+0
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+107
* build: rename 76 lib/*.h filesYang Tse2012-12-281-107/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* timeleft_accept: ack global timeout, moved to ftp.cDaniel Stenberg2011-12-201-5/+0
* FTP: perform active connections non-blockingGokhan Sengun2011-12-201-0/+5
* Curl_socket: internal replacement for socket()Daniel Stenberg2011-12-051-0/+32
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+2
* BSD-style lwIP TCP/IP stack support - followupYang Tse2011-08-071-4/+5
* CLOSESOCKETFUNCTION: addedDaniel Stenberg2011-05-181-2/+1
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-2/+2
* fix getinfo CURLINFO_LOCAL* for reused connections (take 2)Yang Tse2010-11-301-0/+2
* portabilty: use proper variable type to hold socketsDaniel Stenberg2010-09-061-4/+3
* Curl_updateconninfo() error handling fixYang Tse2010-06-071-1/+1
* getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORTFrank Meier2010-06-051-1/+3
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses forDaniel Stenberg2009-07-091-2/+1
* - Made the SO_SNDBUF setting for the data connection socket for ftp uploads asDaniel Stenberg2009-05-071-1/+17
* - Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out aDaniel Stenberg2008-11-031-2/+0
* - Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg2008-05-121-0/+9
* - Refactored a lot of timeout code into a few functions in an attempt to makeDaniel Stenberg2008-02-071-4/+10
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-3/+1
* Constify some arguments in Curl_connecthost() and singleipconnect().Gisle Vanem2006-07-211-1/+1
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-2/+2
* conn->ip_addr MUST NOT be used on re-used connectionsDaniel Stenberg2005-01-291-1/+3
* make the SSL connect use the same default connect timeout define as theDaniel Stenberg2004-06-301-0/+3
* corrected the Curl_is_connected() protoDaniel Stenberg2004-06-291-6/+6
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-2/+1