Age | Commit message (Expand) | Author |
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 |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-25 | multi: accidentally used resolved host name instead of proxy | Daniel Stenberg |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
2016-04-11 | http2: Add handling stream level error | Tatsuhiro Tsujikawa |
2016-04-05 | multi: remove trailing space in debug output | Daniel Stenberg |
2016-04-03 | code: style updates | Daniel Stenberg |
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 |