build: fix circular header inclusion with other packages
[platform/upstream/curl.git] / lib / multi.c
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
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
next