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
2020-03-18
multi: Improve parameter check for curl_multi_remove_handle
Jay Satiro
2020-03-06
multi: skip EINTR check on wakeup socket if it was closed
Jay Satiro
2020-03-02
multi_wait: stop loop when sread() returns zero
Daniel Stenberg
2020-02-17
socks: make the connect phase non-blocking
Daniel Stenberg
2020-02-16
multi: if Curl_readwrite sets 'comeback' use expire, not loop
Daniel Stenberg
2020-02-12
multi: fix outdated comment
Jay Satiro
2020-01-28
multi_done: if multiplexed, make conn->data point to another transfer
Daniel Stenberg
2020-01-28
global_init: move the IPv6 works status bool to multi handle
Daniel Stenberg
2020-01-13
ConnectionExists: respect the max_concurrent_streams limits
Daniel Stenberg
2020-01-12
misc: Copyright year out of date, should be 2020
Daniel Stenberg
2020-01-11
multi: Change curl_multi_wait/poll to error on negative timeout
Jay Satiro
2019-12-27
lib: remove erroneous +x file permission on some c files
Xiang Xiao
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
[next]