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-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
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
[next]