Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / multi.c
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-07-02 Ray Satiroprogress callback: skip last callback update on errors
2014-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2014-05-15 Daniel Stenbergtimers: fix timer regression involving redirects /...
2014-05-05 Jeff Kingcurl_multi_cleanup: ignore SIGPIPE better
2014-04-26 Daniel StenbergINFILESIZE: fields in UserDefined must not be changed...
2014-04-19 Marc Hoerskenmulti.c: fix possible invalid memory access in case...
2014-03-03 Daniel Stenbergmulti_runsingle: move timestamp into INIT
2014-02-17 Daniel Stenbergmulti: ignore sigpipe internally
2014-02-17 Shao ShuchaoConnectionDone: default maxconnects to 4 x number of...
2014-01-30 Dan Fandrichftp: fixed a memory leak on wildcard error path
2014-01-23 Dan Fandrichmulti: Fixed a memory leak on OOM condition
2014-01-13 Colin Hogbenerror message: Sensible message on timeout when transfe...
2014-01-11 Daniel Stenbergmulti: remove MULTI_TIMEOUT_INACCURACY
2014-01-10 Daniel Stenbergmulti_socket: remind app if timeout didn't run
2014-01-05 Marc Hoerskenmulti.c: fix possible dereference of null pointer
2014-01-03 Daniel Stenbergprogresscallback: make CURLE_ABORTED_BY_CALLBACK get...
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-12-22 Daniel StenbergFILE: don't wait due to CURLOPT_MAX_RECV_SPEED_LARGE
2013-12-01 Steve Holmemulti.c: Fixed compilation warning
2013-11-27 Steve Holmemulti.c: Fixed compilation error introduced in commit...
2013-11-27 Jeff Kingcurl_multi_cleanup: ignore SIGPIPE
2013-11-12 Steve Holmemulti: Small code tidy up to avoid hard return
2013-11-11 Björn Stenbergmulti: Set read socket when returning READSOCK(0)
2013-11-04 Björn Stenbergconnect: Add connection delay to Happy Eyeballs.
2013-10-30 Daniel Stenbergcurl_multi_wait: accept 0 from multi_timeout() as valid...
2013-10-27 Björn StenbergAdd "Happy Eyeballs" for IPv4/IPv6.
2013-08-29 Daniel Stenbergcurl_multi_remove_handle: allow multiple removes
2013-08-27 Daniel Stenbergmulti_socket: improved 100-continue timeout handling
2013-08-22 Daniel Stenbergmulti: move on from STATE_DONE faster
2013-08-20 Daniel StenbergCURLM_ADDED_ALREADY: new error code
2013-08-20 Daniel Stenbergmulti_init: moved init code here from add_handle
2013-08-20 Daniel Stenbergmulti: remove dns cache creation code from *add_handle
2013-08-12 Daniel Stenbergmulti: s/easy/data
2013-08-12 Daniel Stenbergcleanup: removed one function, made one static
2013-08-09 Daniel Stenbergcomments: remove old and wrong multi/easy interface...
2013-08-08 Daniel Stenbergglobal dns cache: didn't work [regression]
2013-08-06 Daniel StenbergFTP: when EPSV gets a 229 but fails to connect, retry...
2013-08-03 Daniel Stenbergmulti: remove the one_easy struct field
2013-08-03 Daniel Stenbergmulti: rename all Curl_one_easy to SessionHandle
2013-08-03 Daniel Stenbergmulti: remove the multi_pos struct field
2013-08-03 Daniel Stenbergmulti: remove easy_handle struct field
2013-08-03 Daniel Stenbergmulti: remove 'Curl_one_easy' struct, phase 1
2013-07-24 Yang Tsestring formatting: fix 15+ printf-style format strings
2013-07-23 Yang Tsestring formatting: fix 25+ printf-style format strings
2013-07-21 Daniel Stenbergcurl_multi_wait: fix revents
2013-07-17 Evgeny Turnaevcurl_multi_wait: set revents for extra fds
2013-06-20 Daniel Stenbergmulti_socket: react on socket close immediately
2013-06-10 Daniel Stenbergmulti_socket: reduce timeout inaccuracy margin
2013-06-04 Daniel Stenbergcurl_multi_wait: only use internal timer if not -1
2013-06-03 Daniel Stenbergcurl_multi_wait: reduce timeout if the multi handle...
2013-06-03 Daniel Stenbergmulti_runsingle: switch an if() condition for readability
2013-05-30 Daniel Stenbergmulti_runsingle: add braces to clarify the code
2013-04-26 Daniel Stenbergcurl_easy_init: use less mallocs
2013-03-21 Steve Holmemulti.c: Corrected a couple of violations of the curl...
2013-03-21 Steve Holmemulti.c: Fix compilation warning
2013-03-20 Steve Holmemulti.c: fix compilation error
2013-03-13 Linus Nielsen FeltzingMultiple pipelines and limiting the number of connections.
2013-03-09 Daniel Stenbergcurl_multi_wait: avoid second loop if nothing to do
2013-03-09 Daniel Stenbergmulti_runsingle: avoid NULL dereference
2013-02-10 Linus Nielsen FeltzingFix NULL pointer reference when closing an unused multi...
2013-01-17 Daniel Stenbergalways-multi: always use non-blocking internals
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
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-26 Yang Tsecurl_multi_remove_handle: commit 0aabfd9963 follow-up
2012-12-25 Yang Tsecurl_multi_remove_handle: fix memory leak triggered...
2012-12-23 Yang Tsecurl_multi_wait: OOM handling fix
2012-12-23 Daniel Stenbergcurl_multi_wait: avoid an unnecessary memory allocation
2012-12-21 Yang Tsemulti.c: OOM handling fix
2012-12-19 Yang Tsebundles connection caching: some out of memory handling...
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-12-07 Linus Nielsen FeltzingIntroducing a new persistent connection caching system...
2012-12-04 Daniel Stenbergmulti: fix re-sending request on early connection close
2012-11-26 Yang Tsemulti.c: disambiguate precedence of bitwise and relatio...
2012-11-18 Daniel Stenbergfixed memory leak: CURLOPT_RESOLVE with multi interface
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
next