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
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
2017-10-25
timediff: return timediff_t from the time diff functions
Daniel Stenberg
2017-10-08
Revert "multi_done: wait for name resolve to finish if still ongoing"
Daniel Stenberg
2017-10-07
remove_handle: call multi_done() first, then clear dns cache pointer
Daniel Stenberg
2017-10-07
multi_done: wait for name resolve to finish if still ongoing
Daniel Stenberg
2017-10-06
multi_cleanup: call DONE on handles that never got that
Daniel Stenberg
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-08-01
multi: fix request timer management
Brad Spencer
2017-07-28
timeval: struct curltime is a struct timeval replacement
Daniel Stenberg
2017-07-27
multi: mention integer overflow risk if using > 500 million sockets
Daniel Stenberg
2017-06-14
http-proxy: do the HTTP CONNECT process entirely non-blocking
Daniel Stenberg
2017-06-08
expire: remove Curl_expire_latest()
Daniel Stenberg
2017-05-23
redirect: store the "would redirect to" URL when max redirs is reached
Daniel Stenberg
2017-05-12
multi: remove leftover debug infof() calls from e9fd794a6
Daniel Stenberg
2017-05-10
multi: use a fixed array of timers instead of malloc
Daniel Stenberg
2017-05-10
multi: assign IDs to all timers and make each timer singleton
Daniel Stenberg
2017-04-22
multi: clarify condition in curl_multi_wait
Alan Jenkins
2017-04-22
llist: no longer uses malloc
Daniel Stenberg
2017-04-11
Curl_expire_latest: ignore already expired timers
Daniel Stenberg
2017-04-04
llist: replace Curl_llist_alloc with Curl_llist_init
Daniel Stenberg
2017-04-03
multi: make curl_multi_wait avoid malloc in the typical case
Daniel Stenberg
2017-03-28
pause: handle mixed types of data when paused
Daniel Stenberg
2017-03-27
multi: fix MinGW-w64 compiler warnings
Marcel Raad
2017-03-21
multi: fix streamclose() crash in debug mode
Daniel Stenberg
2017-03-13
Improve code readbility
Sylvestre Ledru
2017-02-18
speed caps: update the timeouts if the speed is too low/high
Michael Kaufmann
2017-02-18
proxy: fix hostname resolution and IDN conversion
Michael Kaufmann
2016-11-24
HTTPS-proxy: fixed mbedtls and polishing
Okhin Vasilij
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-18
lib: fix compiler warnings after de4de4e3c7c
Marcel Raad
2016-10-22
multi: force connections to get closed in close_all_connections
Daniel Stenberg
2016-10-22
curl_multi_remove_handle: fix a double-free
Anders Bakken
2016-10-19
curl_multi_add_handle: set timeouts in closure handles
Daniel Stenberg
2016-09-04
speed caps: not based on average speeds anymore
Olivier Brunel
2016-08-28
http2: make sure stream errors don't needlessly close the connection
Daniel Stenberg
2016-08-04
multi: make Curl_expire() work with 0 ms timeouts
Daniel Stenberg
2016-08-04
transfer: return without select when the read loop reached maxcount
Daniel Stenberg
2016-08-03
curl_multi_cleanup: clear connection pointer for easy handles
Daniel Stenberg
2016-06-22
typedefs: use the full structs in internal code...
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-05-15
ftp wildcard: segfault due to init only in multi_perform
Daniel Stenberg
[next]