Age | Commit message (Expand) | Author |
2019-04-07 | multi_runsingle(): fix use-after-free | Even Rouault |
2019-04-06 | pipelining: removed | Daniel Stenberg |
2019-03-27 | multi: improved HTTP_1_1_REQUIRED handling | Daniel Stenberg |
2019-03-14 | Negotiate: fix for HTTP POST with Negotiate | Dominik Hölzl |
2019-03-11 | multi: removed unused code for request retries | Daniel Stenberg |
2019-03-05 | multi: support verbose conncache closure handle | Jay Satiro |
2019-02-28 | Curl_easy: remove req.maxfd - never used! | Daniel Stenberg |
2019-02-24 | multi: call multi_done on connect timeouts | Daniel Stenberg |
2019-02-20 | singlesocket: fix the 'sincebefore' placement | Daniel Stenberg |
2019-02-13 | multi: Dereference of null pointer | Daniel Stenberg |
2019-02-12 | http2: multi_connchanged() moved from multi.c, only used for h2 | Daniel Stenberg |
2019-02-12 | multi: remove verbose "Expire in" ... messages | Daniel Stenberg |
2019-02-11 | multi: (void)-prefix when ignoring return values | Daniel Stenberg |
2019-02-10 | cleanup: make local functions static | Daniel Stenberg |
2019-02-01 | multi: set the EXPIRE_*TIMEOUT timers at TIMER_STARTSINGLE time | Daniel Stenberg |
2019-01-15 | multi: remove "Dead assignment" | Daniel Stenberg |
2019-01-11 | urldata: rename easy_conn to just conn | Daniel Stenberg |
2019-01-10 | multi: multiplexing improvements | Daniel Stenberg |
2019-01-07 | curl_multi_remove_handle() don't block terminating c-ares requests | Brad Spencer |
2019-01-04 | printf: introduce CURL_FORMAT_TIMEDIFF_T | Rikard Falkeborn |
2018-12-22 | disconnect: separate connections and easy handles better | Daniel Stenberg |
2018-12-11 | multi: convert two timeout variables to timediff_t | Daniel Stenberg |
2018-12-08 | Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1 | Johannes Schindelin |
2018-11-25 | curl_easy_perform: fix timeout handling | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-20 | ares: remove fd from multi fd set when ares is about to close the fd | Romain Fliedel |
2018-10-27 | multi: Fix error handling in the SENDPROTOCONNECT state | Michael Kaufmann |
2018-10-19 | multi: avoid double-free | Daniel Stenberg |
2018-10-19 | multi: make the closure handle "inherit" CURLOPT_NOSIGNAL | Daniel Stenberg |
2018-10-13 | Curl_follow: Always free the passed new URL | Michael Kaufmann |
2018-09-29 | multi: fix memory leak in content encoding related error path | Daniel Stenberg |
2018-09-28 | multi: fix location URL memleak in error path | Daniel Stenberg |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg |
2018-09-18 | curl_multi_wait: call getsock before figuring out timeout | Daniel Stenberg |
2018-09-06 | setopt: add CURLOPT_DOH_URL | Daniel Stenberg |
2018-09-05 | multiplex: enable by default | Daniel Stenberg |
2018-09-05 | pipelining: deprecated | Daniel Stenberg |
2018-08-18 | upload: allocate upload buffer on-demand | Daniel Stenberg |
2018-08-16 | urldata: remove unused pipe_broke struct field | Daniel Stenberg |
2018-07-31 | retry: return error if rewind was necessary but didn't happen | Daniel Jelinski |
2018-07-11 | multi: always do the COMPLETED procedure/state | Daniel Stenberg |
2018-07-11 | conn: remove the boolean 'inuse' field | Daniel Stenberg |
2018-06-23 | multi: fix crash due to dangling entry in connect-pending list | Javier Blazquez |
2018-06-16 | multi: fix memory leak when stopped during name resolve | Daniel Stenberg |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-06-03 | spelling fixes | Viktor Szakats |
2018-06-01 | multi: remove a DEBUGF() | Daniel Stenberg |
2018-05-31 | strictness: correct {infof, failf} format specifiers | Rikard Falkeborn |
2018-05-28 | psl: use latest psl and refresh it periodically | Patrick Monnerat |
2018-04-27 | checksrc: force indentation of lines after an else | Daniel Gustafsson |