Age | Commit message (Expand) | Author |
2014-07-22 | CONNECT: Revert Curl_proxyCONNECT back to 7.29.0 design | Daniel Stenberg |
2014-07-02 | progress callback: skip last callback update on errors | Ray Satiro |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-05-15 | timers: fix timer regression involving redirects / reconnects | Daniel Stenberg |
2014-05-05 | curl_multi_cleanup: ignore SIGPIPE better | Jeff King |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2014-04-19 | multi.c: fix possible invalid memory access in case nfds overflows | Marc Hoersken |
2014-03-03 | multi_runsingle: move timestamp into INIT | Daniel Stenberg |
2014-02-17 | multi: ignore sigpipe internally | Daniel Stenberg |
2014-02-17 | ConnectionDone: default maxconnects to 4 x number of easy handles | Shao Shuchao |
2014-01-30 | ftp: fixed a memory leak on wildcard error path | Dan Fandrich |
2014-01-24 | multi: Fixed a memory leak on OOM condition | Dan Fandrich |
2014-01-13 | error message: Sensible message on timeout when transfer size unknown | Colin Hogben |
2014-01-12 | multi: remove MULTI_TIMEOUT_INACCURACY | Daniel Stenberg |
2014-01-10 | multi_socket: remind app if timeout didn't run | Daniel Stenberg |
2014-01-05 | multi.c: fix possible dereference of null pointer | Marc Hoersken |
2014-01-03 | progresscallback: make CURLE_ABORTED_BY_CALLBACK get returned better | Daniel Stenberg |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme |
2013-12-22 | FILE: don't wait due to CURLOPT_MAX_RECV_SPEED_LARGE | Daniel Stenberg |
2013-12-01 | multi.c: Fixed compilation warning | Steve Holme |
2013-11-27 | multi.c: Fixed compilation error introduced in commit a900d45489fc14 | Steve Holme |
2013-11-27 | curl_multi_cleanup: ignore SIGPIPE | Jeff King |
2013-11-12 | multi: Small code tidy up to avoid hard return | Steve Holme |
2013-11-11 | multi: Set read socket when returning READSOCK(0) | Björn Stenberg |
2013-11-04 | connect: Add connection delay to Happy Eyeballs. | Björn Stenberg |
2013-10-30 | curl_multi_wait: accept 0 from multi_timeout() as valid timeout | Daniel Stenberg |
2013-10-27 | Add "Happy Eyeballs" for IPv4/IPv6. | Björn Stenberg |
2013-08-29 | curl_multi_remove_handle: allow multiple removes | Daniel Stenberg |
2013-08-28 | multi_socket: improved 100-continue timeout handling | Daniel Stenberg |
2013-08-22 | multi: move on from STATE_DONE faster | Daniel Stenberg |
2013-08-20 | CURLM_ADDED_ALREADY: new error code | Daniel Stenberg |
2013-08-20 | multi_init: moved init code here from add_handle | Daniel Stenberg |
2013-08-20 | multi: remove dns cache creation code from *add_handle | Daniel Stenberg |
2013-08-12 | multi: s/easy/data | Daniel Stenberg |
2013-08-12 | cleanup: removed one function, made one static | Daniel Stenberg |
2013-08-09 | comments: remove old and wrong multi/easy interface statements | Daniel Stenberg |
2013-08-08 | global dns cache: didn't work [regression] | Daniel Stenberg |
2013-08-06 | FTP: when EPSV gets a 229 but fails to connect, retry with PASV | Daniel Stenberg |
2013-08-03 | multi: remove the one_easy struct field | Daniel Stenberg |
2013-08-03 | multi: rename all Curl_one_easy to SessionHandle | Daniel Stenberg |
2013-08-03 | multi: remove the multi_pos struct field | Daniel Stenberg |
2013-08-03 | multi: remove easy_handle struct field | Daniel Stenberg |
2013-08-03 | multi: remove 'Curl_one_easy' struct, phase 1 | Daniel Stenberg |
2013-07-24 | string formatting: fix 15+ printf-style format strings | Yang Tse |
2013-07-24 | string formatting: fix 25+ printf-style format strings | Yang Tse |
2013-07-21 | curl_multi_wait: fix revents | Daniel Stenberg |
2013-07-18 | curl_multi_wait: set revents for extra fds | Evgeny Turnaev |
2013-06-20 | multi_socket: react on socket close immediately | Daniel Stenberg |
2013-06-11 | multi_socket: reduce timeout inaccuracy margin | Daniel Stenberg |
2013-06-04 | curl_multi_wait: only use internal timer if not -1 | Daniel Stenberg |