Age | Commit message (Expand) | Author |
2015-05-18 | http2: force "drainage" of streams | Daniel Stenberg |
2015-05-12 | bundles: merged into conncache.c | Daniel Stenberg |
2015-05-12 | hostcache: made all host caches use structs, not pointers | Daniel Stenberg |
2015-05-12 | multi: converted socket hash into non-allocated struct | Daniel Stenberg |
2015-05-12 | connection cache: avoid Curl_hash_alloc() | Daniel Stenberg |
2015-04-30 | curl_multi_add_handle: next is already NULL | Anders Bakken |
2015-04-03 | move Curl_share_lock and ref counting into Curl_fetch_addr | Stefan Bühler |
2015-03-29 | multi: remove_handle: move pending connections | Daniel Stenberg |
2015-03-26 | multi: on a request completion, check all CONNECT_PEND transfers | Daniel Stenberg |
2015-03-17 | Curl_sh_entry: remove unused 'timestamp' | Stefan Bühler |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-07 | multi: fix *getsock() with CONNECT | Daniel Stenberg |
2015-03-05 | multi: fix memory-leak on timeout (regression) | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-01-07 | hostip: remove 'stale' argument from Curl_fetch_addr proto | Daniel Stenberg |
2014-12-05 | multi.c: Fixed compilation warning | Steve Holme |
2014-11-23 | multi.c: Fixed compilation warnings when no verbose string support | Steve Holme |
2014-11-19 | multi: inform about closed sockets before they are closed | Jon Spencer |
2014-11-18 | debug: added new connection cache output, plus fixups | Carlo Wood |
2014-11-18 | multi: move the ending condition into the loop as well | Daniel Stenberg |
2014-11-18 | multi: Prefer we don't use CURLE_OK and NULL in comparisons | Steve Holme |
2014-11-18 | multi_runsingle: use 'result' for local CURLcode storage | Daniel Stenberg |
2014-11-18 | multi_runsingle: rename result to rc | Daniel Stenberg |
2014-11-18 | multi: make multi_runsingle loop internally | Daniel Stenberg |
2014-11-18 | multi: when leaving for timeout, close accordingly | Carlo Wood |
2014-11-10 | multi: removed Curl_multi_set_easy_connection | Daniel Stenberg |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-07 | multi_runsingle: fix possible memory leak | Daniel Stenberg |
2014-10-03 | curl_multi_remove_handle: remove dead code | Daniel Stenberg |
2014-10-02 | multi_runsingle: fix memory leak | Daniel Stenberg |
2014-09-07 | multi.c: Avoid invalid memory read after free() from commit 3c8c873252 | Steve Holme |
2014-09-07 | multi.c: Fixed compilation warning from commit 3c8c873252 | Steve Holme |
2014-09-02 | curl_multi_cleanup: remove superfluous NULL assigns | Daniel Stenberg |
2014-09-02 | multi: convert CURLM_STATE_CONNECT_PEND handling to a list | Daniel Stenberg |
2014-08-31 | low-speed-limit: avoid timeout flood | Daniel Stenberg |
2014-08-31 | resolve: cache lookup for async resolvers | Michael Wallner |
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 |