summaryrefslogtreecommitdiff
path: root/lib/connect.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg2004-03-091-3/+3
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* gcc -Wshadow complaints fixedDaniel Stenberg2003-10-181-1/+1
* ourerrno became Curl_ourerrno() and is now available to all libcurlDaniel Stenberg2003-05-011-0/+2
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* Curl_resolv() now returns a different struct, and it contains a referenceDaniel Stenberg2002-11-051-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Initial fix to make the multi interface return control while waiting forDaniel Stenberg2002-08-121-2/+7
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* long port => int port, as the c source uses! (Miklos Nemeth found this)Daniel Stenberg2001-11-191-1/+1
* nonblock => Curl_nonblock, remade the check for a live SSL connection (again)Daniel Stenberg2001-10-311-0/+3
* SM's patch applied, we should not use arguments or variables that have theDaniel Stenberg2001-10-051-2/+2
* major connecting updatesDaniel Stenberg2001-10-021-3/+3
* conn->hp is now conn->hostaddrDaniel Stenberg2001-10-011-0/+2
* fixed the connecthost proto: added the timeout argumentDaniel Stenberg2001-10-011-4/+5
* introduced non-blocking connectsDaniel Stenberg2001-10-011-0/+29