Age | Commit message (Expand) | Author |
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 |
2018-04-20 | http2: handle GOAWAY properly | Daniel Stenberg |
2018-03-17 | add_handle/easy_perform: clear errorbuffer on start if set | Daniel Stenberg |
2018-03-16 | multi: improved pending transfers handling => improved performance | Daniel Stenberg |
2018-03-16 | pause: when changing pause state, update socket state | Daniel Stenberg |
2018-03-16 | rate-limit: use three second window to better handle high speeds | Daniel Stenberg |
2018-03-12 | http2: mark the connection for close on GOAWAY | Daniel Stenberg |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-01-18 | http2: don't close connection when single transfer is stopped | Kartik Mahajan |
2017-12-10 | multi_done: prune DNS cache | Daniel Stenberg |
2017-12-05 | conncache: fix several lock issues | Daniel Stenberg |
2017-11-09 | share: add support for sharing the connection cache | Daniel Stenberg |
2017-10-28 | Curl_timeleft: change return type to timediff_t | Daniel Stenberg |
2017-10-26 | wildcards: don't use with non-supported protocols | Max Dymond |
2017-10-25 | multi: allow table handle sizes to be overridden | Max Dymond |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |