smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / select.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-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
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-03-12 Zdenek Pavlascurl_global_init: accept the CURL_GLOBAL_ACK_EINTR...
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-12-28 Yang Tselib/*.h: use our standard naming scheme for header...
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2012-08-07 Daniel StenbergWSAPoll: disabled on all windows builds
2011-12-20 Daniel Stenbergsockets: new Curl_socket_check() can wait for 3 sockets
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-25 Daniel Stenbergcurl_multi_fdset: avoid FD_SET out of bounds
2011-07-28 Dan FandrichGive the NTLM SSO helper a moment to cleanly shut down...
2011-06-04 Daniel StenbergCurl_socket_ready: make timeout a 'long'
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2008-07-10 Yang TsePeter Lamberg filed bug report #2015126: "poll gives...
2008-01-22 Yang Tsecheck availability of poll.h header at configuration...
2007-11-10 Yang TseSome versions of winsock2.h have pollfd struct and...
2007-06-14 Daniel StenbergMake our own definitions of the POLL* defiens and the...
2007-05-31 Daniel StenbergWhen transferring 500 downloads in parallel with a...
2007-04-16 Daniel Stenberg- Robert Iakobashvil added curl_multi_socket_action...
2007-03-27 Yang TseNew Internal wrapper function Curl_select() around...
2007-03-26 Yang TseInternal function Curl_select() renamed to Curl_socket_...
2007-03-18 Yang TseCode refactoring, extracting a new function wait_ms...
2007-03-11 Daniel Stenbergreverted the pselect patch => curl.haxx.se/mail/lib...
2007-03-10 Daniel Stenberg- Bryan Henderson introduces two things:
2006-09-24 Daniel StenbergCory Nelson made libcurl use the WSAPoll() function...
2006-04-07 Daniel StenbergFirst commit of David McCreedy's EBCDIC and TPF changes.
2004-11-19 Gisle VanemSuppress signed vs. unsigned warnings on Win32
2004-11-19 Daniel StenbergCurl_select() now uses curl_socket_t on socket arguments
2004-11-19 Daniel StenbergDavid Phillips' FD_SETSIZE fix