index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
multi.c
Age
Commit message (
Expand
)
Author
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
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
[next]