Update to 7.40.1
[platform/upstream/curl.git] / lib / connect.h
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2013-11-05 Steve Holmeconnect.h: Updated copyright year for last edit
2013-11-04 Björn Stenbergconnect: Add connection delay to Happy Eyeballs.
2013-10-27 Björn StenbergAdd "Happy Eyeballs" for IPv4/IPv6.
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: rename 76 lib/*.h files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2011-12-20 Daniel Stenbergtimeleft_accept: ack global timeout, moved to ftp.c
2011-12-20 Gokhan SengunFTP: perform active connections non-blocking
2011-12-05 Daniel StenbergCurl_socket: internal replacement for socket()
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-08-07 Yang TseBSD-style lwIP TCP/IP stack support - followup
2011-05-18 Daniel StenbergCLOSESOCKETFUNCTION: added
2011-01-04 Daniel StenbergCurl_timeleft: s/conn/data in first argument
2010-11-30 Yang Tsefix getinfo CURLINFO_LOCAL* for reused connections...
2010-09-05 Daniel Stenbergportabilty: use proper variable type to hold sockets
2010-06-07 Yang TseCurl_updateconninfo() error handling fix
2010-06-04 Frank Meiergetinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-07-09 Daniel Stenberg- Eric Wong introduced curlx_nonblock() that the curl...
2009-05-07 Daniel Stenberg- Made the SO_SNDBUF setting for the data connection...
2008-11-03 Daniel Stenberg- Bug #2218480 (curl.haxx.se/bug/view.cgi?id=2218480...
2008-05-12 Daniel Stenberg- Introducing curl_easy_send() and curl_easy_recv(...
2008-02-07 Daniel Stenberg- Refactored a lot of timeout code into a few functions...
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2006-07-21 Gisle VanemConstify some arguments in Curl_connecthost() and singl...
2006-05-04 Daniel StenbergRoland Blom filed bug report #1481217
2005-01-29 Daniel Stenbergconn->ip_addr MUST NOT be used on re-used connections
2004-06-30 Daniel Stenbergmake the SSL connect use the same default connect timeo...
2004-06-29 Daniel Stenbergcorrected the Curl_is_connected() proto
2004-06-24 Daniel StenbergSource cleanups. The major one being that we now _alway...
2004-03-09 Daniel StenbergUse curl_socket_t instead of int for holding sockets...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-10-18 Daniel Stenberggcc -Wshadow complaints fixed
2003-05-01 Daniel Stenbergourerrno became Curl_ourerrno() and is now available...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-11-05 Daniel StenbergCurl_resolv() now returns a different struct, and it...
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-08-12 Daniel StenbergInitial fix to make the multi interface return control...
2002-03-19 Daniel Stenbergcopyright string (year) update
2001-11-19 Daniel Stenberglong port => int port, as the c source uses! (Miklos...
2001-10-31 Daniel Stenbergnonblock => Curl_nonblock, remade the check for a live...
2001-10-05 Daniel StenbergSM's patch applied, we should not use arguments or...
2001-10-02 Daniel Stenbergmajor connecting updates
2001-10-01 Daniel Stenbergconn->hp is now conn->hostaddr
2001-10-01 Daniel Stenbergfixed the connecthost proto: added the timeout argument
2001-10-01 Daniel Stenbergintroduced non-blocking connects