smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / select.c
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
2016-04-11 seonah moonRevert "Imported Upstream version 7.44.0" 73/65573/1
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
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-27 Brad Spencerselect: with winsock, avoid passing unsupported argumen...
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
2013-01-03 Yang Tsebuild: rename 93 lib/*.c 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
2012-08-07 Daniel StenbergCurl_socket_check: fix timeout return value for select...
2012-08-07 Maxime LarocqueCurl_socket_check: fix return code for timeout
2011-12-20 Daniel StenbergCurl_socket_check: enlarge poll struct array to 3
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-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-09-02 Yang TseMemoryTracking: fix logging of free() calls done where...
2011-07-28 Dan FandrichGive the NTLM SSO helper a moment to cleanly shut down...
2011-07-25 Yang Tsetime.h and sys/time.h inclusion conditionally done...
2011-06-11 Daniel Stenberglong/int mess
2011-06-05 Daniel Stenbergwait_ms: takes an int argument
2011-06-04 Daniel StenbergCurl_socket_ready: make timeout a 'long'
2011-05-24 Yang Tsecompiler warning: fix
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-10-27 Yang TseFix spelling
2009-09-15 Yang TseSome systems poll function sets POLLHUP in revents...
2008-05-26 Daniel StenbergAndreas Faerber and Scott McCreary made (lib)curl build...
2008-05-09 Yang TseInternal time differences now use monotonic time source...
2008-03-06 Yang TseRegression fix:
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-10-03 Yang TseCleanup no longer used macros
2007-10-03 Yang TseFix compiler warning: local variable may be used withou...
2007-05-31 Daniel StenbergWhen transferring 500 downloads in parallel with a...
2007-05-26 Daniel StenbergPrimarily this fixes an off-by-one buffer overwrite...
2007-04-20 Yang Tseinitialize pending_ms to zero to avoid compiler warning:
2007-04-20 Yang Tse- Save one call to curlx_tvnow(), which calls gettimeof...
2007-04-19 Daniel Stenbergkeep lines < 80 columns
2007-04-16 Daniel Stenberg- Robert Iakobashvil added curl_multi_socket_action...
2007-04-04 Yang Tsemove WinSock definitions of EBADF, EINTR, EINVAL and...
2007-04-03 Yang Tsefix MSDOS symbol check
2007-04-02 Yang Tsefix compiler warning
2007-03-29 Yang Tsefix error introduced in last commit
2007-03-28 Yang TseImprove detection of socket events which allow a furthe...
2007-03-27 Yang TseNew Internal wrapper function Curl_select() around...
2007-03-27 Yang Tsedon't retry select() call upon unrecoverable error...
2007-03-26 Yang TseInternal function Curl_select() renamed to Curl_socket_...
2007-03-22 Yang TseAdd a couple of local macros to improve code readability.
2007-03-21 Yang Tsefix compiler warning: implicit conversion from "long...
2007-03-20 Yang TseFixed: When a signal was caught awaiting for an event...
2007-03-18 Yang TseFix compiler warning/error: ISO C90 forbids mixed decla...
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:
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2007-01-05 Gisle VanemInclude <dos.h> for delay() on MSDOS.
2007-01-02 Daniel Stenberg- Victor Snezhko helped us fix bug report #1603712
2006-12-05 Daniel StenbergMatt Witherspoon fixed a problem case when the CPU...
2006-10-18 Yang TseCheck for USE_WINSOCK instead of WIN32 where the check...
2006-10-09 Yang TseCygwin 1.5.21 needs this hack to pass test 160.
2006-09-24 Daniel StenbergCory Nelson made libcurl use the WSAPoll() function...
2006-05-05 Daniel Stenbergadditional renames of Curl_ourerrno => Curl_sockerrno
2006-04-26 Gisle VanemFixed signed/unsigned convertion errors in Salford-C.
2006-04-07 Daniel StenbergFirst commit of David McCreedy's EBCDIC and TPF changes.
2005-11-13 Daniel StenbergThanks to this nice summary of poll() implementations:
2005-04-26 Daniel StenbergCory Nelson's work on nuking compiler warnings when...
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2005-03-22 Dan FandrichFixed typo.
2005-03-21 Daniel StenbergModified the VALID_SOCK() macro to become VERIFY_SOCK...
2005-01-15 Gisle Vanemerrrno can by freak accident become EINTR on DOS or
2005-01-13 Daniel StenbergInspired by Martijn Koster's patch and example source at
2004-12-22 Daniel StenbergMarcin Konicki provided two configure fixes and a sourc...
2004-12-21 Daniel Stenberginclude sys/types.h before sys/select.h
2004-11-20 Daniel StenbergDan Fandrich fix to compile with libc5
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 Gisle VanemWinsock sockets are not in range 0..FD_SETSIZE.
2004-11-19 Daniel StenbergDavid Phillips' FD_SETSIZE fix