Age | Commit message (Expand) | Author |
2011-12-02 | multi: handle timeouts on DNS servers by checking for new sockets | Jason Glasgow |
2011-11-01 | multi.c: OOM handling fix | Yang Tse |
2011-10-27 | multi.c: OOM handling fix | Yang Tse |
2011-10-27 | multi: start ftp state machine when switching to DO_MORE | Daniel Stenberg |
2011-10-21 | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg |
2011-10-21 | multi.c: fix segfault | Yang Tse |
2011-10-13 | multi.c: OOM handling fixes | Yang Tse |
2011-10-11 | OOM handling/cleanup slight adjustments | Yang Tse |
2011-10-07 | libcurl: some OOM handling fixes | Yang Tse |
2011-10-06 | multi.c: OOM handling fixes making torture tests 560 580 581 pass | Yang Tse |
2011-10-02 | multi: progress function abort must close connection | Daniel Stenberg |
2011-09-30 | multi_runsingle: change state on callback abort | Daniel Stenberg |
2011-09-25 | Q&D fix header inclusion order | Yang Tse |
2011-09-25 | curl_multi_fdset: avoid FD_SET out of bounds | Daniel Stenberg |
2011-09-05 | fix bool variables checking and assignment | Yang Tse |
2011-09-02 | MemoryTracking: fix logging of free() calls done where Curl_safefree is called | Yang Tse |
2011-04-28 | multi-socks: fix connect to proxy | Daniel Stenberg |
2011-04-27 | whitespace cleanup: no space first in conditionals | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-25 | async resolvers: further cleanups | Daniel Stenberg |
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil |
2011-04-03 | multi: shorten lines | Daniel Stenberg |
2011-04-02 | multi: conn goes bad when data change | Daniel Stenberg |
2011-03-14 | protocol handler: added flags field | Daniel Stenberg |
2011-03-13 | SSH: add protocol lock direction | Daniel Stenberg |
2011-02-18 | multi: close connection on timeout | Mike Crowe |
2011-02-18 | multi: better failed connect treatment | Daniel Stenberg |
2011-02-02 | multi: fix CURLM_STATE_TOOFAST for multi_socket | Nicholas Maniscalco |
2011-01-04 | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg |
2010-12-22 | multi: inhibit some verbose outputs | Daniel Stenberg |
2010-12-13 | multi_runsingle: don't timeout completed handles | Daniel Stenberg |
2010-12-06 | url: provide dead_connection flag in Curl_handler::disconnect | Kamil Dudka |
2010-11-28 | multi: fix compiler warning: conversion may lose significant bits follow-up | Yang Tse |
2010-11-26 | multi: fix compiler warning: conversion may lose significant bits | Yang Tse |
2010-11-26 | multi: fix compiler warning: enumerated type mixed with another type | Yang Tse |
2010-11-25 | curl_multi_info_read: fix compiler warning: conversion may lose significant bits | Yang Tse |
2010-09-28 | multi: don't expire timeouts at disonnect or done | Daniel Stenberg |
2010-09-27 | multi_runsingle: set timeout error messages | Dirk Manske |
2010-09-01 | multi: fixes for timing out handles | Daniel Stenberg |
2010-08-31 | multi: make sure the next timeout is used when one expires | Daniel Stenberg |
2010-08-24 | multi: Fix compile warning on 64-bit systems | Ben Greear |
2010-08-18 | Fixed a memory leak during OOM in the multi timeout code | Dan Fandrich |
2010-08-18 | multi: avoid sending multiple complete messages | Daniel Stenberg |
2010-08-15 | multi: use timeouts properly for MAX_RECV/SEND_SPEED | Daniel Stenberg |
2010-08-15 | multi: support timeouts | Daniel Stenberg |
2010-08-15 | multi: make curl_multi_info_read perform O(1) | Daniel Stenberg |
2010-08-08 | typo: remove duplicate semicolon | Daniel Stenberg |
2010-08-08 | multi: avoid a malloc() when a transfer is complete | Daniel Stenberg |
2010-07-12 | multi: fix condition that remove timers before trigger | Constantine Sapuntzakis |
2010-07-01 | multi: CURLINFO_LASTSOCKET doesn't work after remove_handle | Daniel Stenberg |