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
2016-03-30
multi: turn Curl_done into file local multi_done
Daniel Stenberg
2016-03-30
multi: multi_reconnect_request is the former Curl_reconnect_request
Daniel Stenberg
2016-03-30
multi: move Curl_do and Curl_do_done to multi.c and make static
Daniel Stenberg
2016-03-23
multi: fix "Operation timed out after" timer
Daniel Stenberg
2016-03-14
multi: simplified singlesocket
Daniel Stenberg
2016-03-14
multi: introduce sh_getentry() for looking up sockets in the sockhash
Daniel Stenberg
2016-03-14
multi hash: ensure modulo performed on curl_socket_t
Jaime Fullaondo
2016-03-13
multi_runsingle: avoid loop in CURLM_STATE_WAITPROXYCONNECT
Maksim Kuzevanov
2016-03-10
curl_multi_wait: never return -1 in 'numfds'
Daniel Stenberg
2016-02-23
multi_remove_handle: keep the timeout list until after disconnect
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-10-16
multi: fix off-by-one finit[] array size
Daniel Stenberg
2015-10-15
fread_func: move callback pointer from set to state struct
Daniel Stenberg
2015-06-24
http2: init the pushed transfer properly
Daniel Stenberg
2015-06-24
http2: setup the new pushed stream properly
Daniel Stenberg
2015-06-24
http2: initial implementation of the push callback
Daniel Stenberg
2015-06-23
pretransfer: init state.infilesize here, not in add_handle
Daniel Stenberg
2015-06-14
urldata: store POST size in state.infilesize too
Daniel Stenberg
2015-06-10
debug: remove http2 debug leftovers
Daniel Stenberg
2015-05-20
read_callback: move to SessionHandle from connectdata
Daniel Stenberg
2015-05-19
transfer: Replace __func__ instances with function name
Jay Satiro
2015-05-18
hostip: fix unintended destruction of hash table
Anthony Avina
2015-05-18
pipeline: switch some code over to functions
Daniel Stenberg
2015-05-18
http2: set default concurrency, fix ConnectionExists for multiplex
Daniel Stenberg
2015-05-18
bundles: store no/default/pipeline/multiplex
Daniel Stenberg
2015-05-18
http2: separate multiplex/pipelining + cleanup memory leaks
Daniel Stenberg
2015-05-18
CURLMOPT_PIPELINE: bit 1 is for multiplexing
Daniel Stenberg
2015-05-18
http2: leave WAITPERFORM when conn is multiplexed
Daniel Stenberg
2015-05-18
http2: force "drainage" of streams
Daniel Stenberg
2015-05-12
bundles: merged into conncache.c
Daniel Stenberg
2015-05-12
hostcache: made all host caches use structs, not pointers
Daniel Stenberg
2015-05-12
multi: converted socket hash into non-allocated struct
Daniel Stenberg
2015-05-12
connection cache: avoid Curl_hash_alloc()
Daniel Stenberg
2015-04-30
curl_multi_add_handle: next is already NULL
Anders Bakken
2015-04-03
move Curl_share_lock and ref counting into Curl_fetch_addr
Stefan Bühler
2015-03-29
multi: remove_handle: move pending connections
Daniel Stenberg
2015-03-26
multi: on a request completion, check all CONNECT_PEND transfers
Daniel Stenberg
2015-03-17
Curl_sh_entry: remove unused 'timestamp'
Stefan Bühler
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-07
multi: fix *getsock() with CONNECT
Daniel Stenberg
2015-03-05
multi: fix memory-leak on timeout (regression)
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2015-01-07
hostip: remove 'stale' argument from Curl_fetch_addr proto
Daniel Stenberg
2014-12-05
multi.c: Fixed compilation warning
Steve Holme
2014-11-23
multi.c: Fixed compilation warnings when no verbose string support
Steve Holme
2014-11-19
multi: inform about closed sockets before they are closed
Jon Spencer
2014-11-18
debug: added new connection cache output, plus fixups
Carlo Wood
2014-11-18
multi: move the ending condition into the loop as well
Daniel Stenberg
[next]