Age | Commit message (Expand) | Author |
2019-12-13 | multi: free sockhash on OOM | Daniel Stenberg |
2019-12-09 | conn: always set bits.close with connclose() | Daniel Stenberg |
2019-12-09 | conncache: fix multi-thread use of shared connection cache | Daniel Stenberg |
2019-11-25 | multi: add curl_multi_wakeup() | Gergely Nagy |
2019-11-17 | multi: Fix curl_multi_poll wait when extra_fds && !extra_nfds | Gergely Nagy |
2019-11-14 | multi_poll: avoid busy-loop when called without easy handles attached | Daniel Stenberg |
2019-11-11 | remove_handle: clear expire timers after multi_done() | Daniel Stenberg |
2019-10-02 | CURLMOPT_MAX_CONCURRENT_STREAMS: new setopt | Kunal Ekawde |
2019-09-20 | multi: value '2L' is assigned to a boolean | Daniel Stenberg |
2019-09-03 | cleanup: move functions out of url.c and make them static | Daniel Stenberg |
2019-08-14 | multi: getsock improvements for QUIC connecting | Daniel Stenberg |
2019-08-06 | curl_multi_poll: a sister to curl_multi_wait() that waits more | Daniel Stenberg |
2019-08-01 | timediff: make it 64 bit (if possible) even with 32 bit time_t | Daniel Stenberg |
2019-07-30 | cleanup: remove the 'numsocks' argument used in many places | Daniel Stenberg |
2019-07-30 | asyn-thread: create a socketpair to wait on | amkatyal |
2019-07-25 | multi: call detach_connection before Curl_disconnect | Gergely Nagy |
2019-06-23 | multi: enable multiplexing by default (again) | Daniel Stenberg |
2019-06-14 | multi: fix the transfer hash function | Daniel Stenberg |
2019-06-12 | multi: fix the transfer hashes in the socket hash entries | Daniel Stenberg |
2019-06-10 | multi: make sure 'data' can present in several sockhash entries | Daniel Stenberg |
2019-06-09 | unpause: trigger a timeout for event-based transfers | Daniel Stenberg |
2019-06-01 | singlesocket: use separate variable for inner loop | Daniel Stenberg |
2019-05-28 | multi: track users of a socket better | Daniel Stenberg |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-15 | http_negotiate: Move the Negotiate state out of the negotiatedata structure | Steve Holme |
2019-05-15 | http_ntlm: Move the NTLM state out of the ntlmdata structure | Steve Holme |
2019-05-13 | wildcard: disable from build when FTP isn't present | Daniel Stenberg |
2019-05-12 | build: fix "clarify calculation precedence" warnings | Marcel Raad |
2019-05-10 | Revert "multi: support verbose conncache closure handle" | Jay Satiro |
2019-05-01 | multi: provide Curl_multiuse_state to update information | Daniel Stenberg |
2019-05-01 | process_pending_handles: mark queued transfers as previously pending | Daniel Stenberg |
2019-04-19 | multi: fix the statenames (follow-up fix from 2f44e94efb3df8e) | Daniel Stenberg |
2019-04-11 | CURLOPT_DNS_USE_GLOBAL_CACHE: remove | Daniel Stenberg |
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 |