aboutsummaryrefslogtreecommitdiff
path: root/lib/multi.c
AgeCommit message (Expand)Author
2016-04-25multi: accidentally used resolved host name instead of proxyDaniel Stenberg
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
2016-04-11http2: Add handling stream level errorTatsuhiro Tsujikawa
2016-04-05multi: remove trailing space in debug outputDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-03-30multi: turn Curl_done into file local multi_doneDaniel Stenberg
2016-03-30multi: multi_reconnect_request is the former Curl_reconnect_requestDaniel Stenberg
2016-03-30multi: move Curl_do and Curl_do_done to multi.c and make staticDaniel Stenberg
2016-03-23multi: fix "Operation timed out after" timerDaniel Stenberg
2016-03-14multi: simplified singlesocketDaniel Stenberg
2016-03-14multi: introduce sh_getentry() for looking up sockets in the sockhashDaniel Stenberg
2016-03-14multi hash: ensure modulo performed on curl_socket_tJaime Fullaondo
2016-03-13multi_runsingle: avoid loop in CURLM_STATE_WAITPROXYCONNECTMaksim Kuzevanov
2016-03-10curl_multi_wait: never return -1 in 'numfds'Daniel Stenberg
2016-02-23multi_remove_handle: keep the timeout list until after disconnectDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-10-16multi: fix off-by-one finit[] array sizeDaniel Stenberg
2015-10-15fread_func: move callback pointer from set to state structDaniel Stenberg
2015-06-24http2: init the pushed transfer properlyDaniel Stenberg
2015-06-24http2: setup the new pushed stream properlyDaniel Stenberg
2015-06-24http2: initial implementation of the push callbackDaniel Stenberg
2015-06-23pretransfer: init state.infilesize here, not in add_handleDaniel Stenberg
2015-06-14urldata: store POST size in state.infilesize tooDaniel Stenberg
2015-06-10debug: remove http2 debug leftoversDaniel Stenberg
2015-05-20read_callback: move to SessionHandle from connectdataDaniel Stenberg
2015-05-19transfer: Replace __func__ instances with function nameJay Satiro
2015-05-18hostip: fix unintended destruction of hash tableAnthony Avina
2015-05-18pipeline: switch some code over to functionsDaniel Stenberg
2015-05-18http2: set default concurrency, fix ConnectionExists for multiplexDaniel Stenberg
2015-05-18bundles: store no/default/pipeline/multiplexDaniel Stenberg
2015-05-18http2: separate multiplex/pipelining + cleanup memory leaksDaniel Stenberg
2015-05-18CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg
2015-05-18http2: leave WAITPERFORM when conn is multiplexedDaniel Stenberg
2015-05-18http2: force "drainage" of streamsDaniel Stenberg
2015-05-12bundles: merged into conncache.cDaniel Stenberg
2015-05-12hostcache: made all host caches use structs, not pointersDaniel Stenberg
2015-05-12multi: converted socket hash into non-allocated structDaniel Stenberg
2015-05-12connection cache: avoid Curl_hash_alloc()Daniel Stenberg
2015-04-30curl_multi_add_handle: next is already NULLAnders Bakken
2015-04-03move Curl_share_lock and ref counting into Curl_fetch_addrStefan Bühler
2015-03-29multi: remove_handle: move pending connectionsDaniel Stenberg
2015-03-26multi: on a request completion, check all CONNECT_PEND transfersDaniel Stenberg
2015-03-17Curl_sh_entry: remove unused 'timestamp'Stefan Bühler
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-03-07multi: fix *getsock() with CONNECTDaniel Stenberg
2015-03-05multi: fix memory-leak on timeout (regression)Daniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-01-07hostip: remove 'stale' argument from Curl_fetch_addr protoDaniel Stenberg