smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / connect.h
2018-04-12 Seonah MoonUpdate version to 7.59.0 81/175781/1
2018-04-12 Seonah MoonImported Upstream version 7.59.0 63/175763/1 upstream/7.59.0
2017-03-23 Seonah MoonUpdate version to 7.53.1 83/120583/1 accepted/tizen/common/20170323.154553 accepted/tizen/ivi/20170324.023348 accepted/tizen/mobile/20170324.023258 accepted/tizen/tv/20170324.023313 accepted/tizen/unified/20170324.023404 accepted/tizen/wearable/20170324.023330 submit/tizen/20170323.081345 submit/tizen/20170323.081420
2017-03-23 taesub kimImported Upstream version 7.53.1 59/120559/1 upstream/7.53.1
2017-03-23 taesub kimRevert "Imported Upstream version 7.53.1" 51/120551/1
2017-03-22 taesub kimImported Upstream version 7.53.1 94/120194/1
2016-09-23 Seonah MoonUpdate to 7.50.2 00/89300/3 accepted/tizen/common/20160928.164154 accepted/tizen/ivi/20160929.081233 accepted/tizen/mobile/20160929.081128 accepted/tizen/tv/20160929.081209 accepted/tizen/wearable/20160929.081050 submit/tizen/20160928.053415
2016-09-23 Seonah MoonImported Upstream version 7.50.2 93/89293/1 upstream/7.50.2
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 63/67263/3 accepted/tizen/common/20160427.144109 accepted/tizen/ivi/20160428.002447 accepted/tizen/mobile/20160428.004551 accepted/tizen/tv/20160428.002324 accepted/tizen/wearable/20160428.002544 submit/tizen/20160427.070140
2016-04-25 taesubkimImported Upstream version 7.48.0 46/67046/1 upstream/7.48.0
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
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-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
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
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
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