smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / multi.c
2012-10-09 Daniel Stenbergcurl_multi_wait: no wait if no descriptors to wait for
2012-10-01 Daniel Stenbergmulti_runsingle: CURLOPT_LOW_SPEED_* fix for rate limit...
2012-09-16 Sara Golemoncurl_multi_wait: Add parameter to return number of...
2012-09-01 Sara Golemonmulti: add curl_multi_wait()
2012-08-08 Daniel Stenbergadd_next_timeout: minor restructure of code
2012-07-15 Daniel Stenbergmulti_runsingle: added precaution against easy_conn...
2012-06-12 Daniel Stenbergsinglesocket: remove dead code
2012-03-21 Daniel StenbergCONNECT: fix multi interface regression
2011-12-20 Daniel Stenbergnon-blocking active FTP: cleanup multi state usage
2011-12-20 Gokhan SengunFTP: perform active connections non-blocking
2011-12-07 Gokhan Sengunmulti interface: fix block when CONNECT_ONLY option...
2011-12-02 Daniel Stenbergmulti interface: only use non-NULL function pointer!
2011-12-02 Jason Glasgowmulti: handle timeouts on DNS servers by checking for...
2011-11-01 Yang Tsemulti.c: OOM handling fix
2011-10-27 Yang Tsemulti.c: OOM handling fix
2011-10-27 Daniel Stenbergmulti: start ftp state machine when switching to DO_MORE
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-21 Daniel Stenbergcurl_multi_fdset: correct fdset with FTP PORT use
2011-10-21 Yang Tsemulti.c: fix segfault
2011-10-13 Yang Tsemulti.c: OOM handling fixes
2011-10-11 Yang TseOOM handling/cleanup slight adjustments
2011-10-07 Yang Tselibcurl: some OOM handling fixes
2011-10-06 Yang Tsemulti.c: OOM handling fixes making torture tests 560...
2011-10-02 Daniel Stenbergmulti: progress function abort must close connection
2011-09-30 Daniel Stenbergmulti_runsingle: change state on callback abort
2011-09-25 Yang TseQ&D fix header inclusion order
2011-09-25 Daniel Stenbergcurl_multi_fdset: avoid FD_SET out of bounds
2011-09-05 Yang Tsefix bool variables checking and assignment
2011-09-02 Yang TseMemoryTracking: fix logging of free() calls done where...
2011-04-28 Daniel Stenbergmulti-socks: fix connect to proxy
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-25 Daniel Stenbergasync resolvers: further cleanups
2011-04-21 Fabian KeilFix a couple of spelling errors in lib/
2011-04-02 Daniel Stenbergmulti: shorten lines
2011-04-02 Daniel Stenbergmulti: conn goes bad when data change
2011-03-14 Daniel Stenbergprotocol handler: added flags field
2011-03-13 Daniel StenbergSSH: add protocol lock direction
2011-02-18 Mike Crowemulti: close connection on timeout
2011-02-18 Daniel Stenbergmulti: better failed connect treatment
2011-02-02 Nicholas Maniscalcomulti: fix CURLM_STATE_TOOFAST for multi_socket
2011-01-04 Daniel StenbergCurl_timeleft: s/conn/data in first argument
2010-12-22 Daniel Stenbergmulti: inhibit some verbose outputs
2010-12-13 Daniel Stenbergmulti_runsingle: don't timeout completed handles
2010-12-06 Kamil Dudkaurl: provide dead_connection flag in Curl_handler:...
2010-11-28 Yang Tsemulti: fix compiler warning: conversion may lose signif...
2010-11-26 Yang Tsemulti: fix compiler warning: conversion may lose signif...
2010-11-26 Yang Tsemulti: fix compiler warning: enumerated type mixed...
2010-11-25 Yang Tsecurl_multi_info_read: fix compiler warning: conversion...
2010-09-28 Daniel Stenbergmulti: don't expire timeouts at disonnect or done
2010-09-27 Dirk Manskemulti_runsingle: set timeout error messages
2010-09-01 Daniel Stenbergmulti: fixes for timing out handles
2010-08-30 Daniel Stenbergmulti: make sure the next timeout is used when one...
2010-08-24 Ben Greearmulti: Fix compile warning on 64-bit systems
2010-08-19 Dan FandrichFixed a memory leak during OOM in the multi timeout...
2010-08-18 Daniel Stenbergmulti: avoid sending multiple complete messages
2010-08-15 Daniel Stenbergmulti: use timeouts properly for MAX_RECV/SEND_SPEED
2010-08-15 Daniel Stenbergmulti: support timeouts
2010-08-15 Daniel Stenbergmulti: make curl_multi_info_read perform O(1)
2010-08-08 Daniel Stenbergtypo: remove duplicate semicolon
2010-08-08 Daniel Stenbergmulti: avoid a malloc() when a transfer is complete
2010-07-12 Constantine Sapunt... multi: fix condition that remove timers before trigger
2010-07-01 Daniel Stenbergmulti: CURLINFO_LASTSOCKET doesn't work after remove_handle
2010-06-18 Daniel Stenbergmulti: prevent NULL pointer dereference
2010-06-17 Krister Johansenmulti: unmark handle as used when no longer head of...
2010-06-17 Daniel Stenbergmulti: call the progress function only once and allow...
2010-06-17 Daniel Stenbergmulti: call the progress callback in all states
2010-06-02 Kamil Dudkalib: eliminate some dead code
2010-06-01 Daniel Stenbergmulti_socket: handles timer inaccuracy better for timeouts
2010-05-16 Tor Arntsenlib: Change some CRLF line endings to LF
2010-05-12 Pavel RaiskupFTP: WILDCARDMATCH/CHUNKING/FNMATCH added
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-03-23 Daniel Stenbergdelayed easy handle kill caused double Curl_close(...
2010-03-15 Daniel Stenberg- Constantine Sapuntzakis brought a patch:
2010-02-04 Yang Tsefix printf-style format strings
2010-02-02 Yang TseFix compiler warnings: conversion from 'const int ...
2010-02-01 Daniel StenbergWe introduce a loop in lib/multi.c around all calls...
2010-01-28 Yang Tsefix printf-style format strings
2010-01-11 Daniel StenbergAfter the TCP connect is confirmed in CURLM_STATE_WAITC...
2010-01-09 Daniel Stenbergstruct Curl_sh_entry's 'inuse' member was no longer...
2010-01-03 Kamil Dudka- Julien Chaffraix eliminated a duplicated initializati...
2009-12-10 Daniel Stenberg- Constantine Sapuntzakis figured out a case which...
2009-11-18 Yang TseMake usage of calloc()'s arguments consistent with...
2009-08-24 Daniel Stenbergclarify the code by initing newurl to NULL
2009-08-21 Daniel Stenberg- Andre Guibert de Bruet pointed out a missing return...
2009-08-21 Daniel Stenberg- Lots of good work by Krister Johansen, mostly related...
2009-08-03 Daniel Stenbergindentation fixes only
2009-06-12 Yang Tsefix compiler warning
2009-06-10 Yang TseAdjusted to take in account that...
2009-05-11 Daniel StenbergInternal cleanup: KEEP_WRITE and KEEP_READ are now...
2009-05-08 Daniel Stenberg- Constantine Sapuntzakis fixed bug report #2784055
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-02-20 Daniel Stenberg- Linus Nielsen Feltzing reported and helped me repeat...
2009-02-02 Daniel Stenbergminor comment fix
2009-01-10 Daniel Stenberg- Emil Romanus fixed:
2008-12-20 Daniel Stenberg- Igor Novoseltsev fixed a bad situation for the multi_...
2008-12-19 Daniel Stenberg- curl_multi_timeout() could return a timeout value...
2008-12-19 Daniel Stenberg- Using the libssh2 0.19 function libssh2_session_block...
2008-12-12 Daniel Stenberg- More work with Igor Novoseltsev to first fix the...
2008-12-03 Daniel Stenberg- Igor Novoseltsev filed bug #2351645
next