summaryrefslogtreecommitdiff
path: root/lib/pipeline.c
AgeCommit message (Expand)Author
2018-09-11Merge tag 'curl-7_61_1'Nils Gillmann
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-07-20http2: several cleanupsDaniel Stenberg
2018-05-31strictness: correct {infof, failf} format specifiersRikard Falkeborn
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22PIPELINING_SERVER_BL: cleanup the internal list useDaniel Stenberg
2017-08-22multi: use a fixed array of timers instead of mallocDaniel Stenberg
2017-08-22multi: assign IDs to all timers and make each timer singletonDaniel Stenberg
2017-08-22llist: no longer uses mallocDaniel Stenberg
2017-08-22llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg
2017-08-22strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2017-06-19PIPELINING_SERVER_BL: cleanup the internal list useDaniel Stenberg
2017-05-10multi: use a fixed array of timers instead of mallocDaniel Stenberg
2017-05-10multi: assign IDs to all timers and make each timer singletonDaniel Stenberg
2017-04-22llist: no longer uses mallocDaniel Stenberg
2017-04-04llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-08-04multi: make Curl_expire() work with 0 ms timeoutsDaniel Stenberg
2016-07-14library: Fix memory leaks found during static analysisMiroslav Franc
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-03-08pipeline: Sanity check pipeline pointer before accessing it.Anders Bakken
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-05-18pipeline: switch some code over to functionsDaniel Stenberg
2015-05-18pipeline: move function to pipeline.c and make staticDaniel Stenberg
2015-05-12bundles: merged into conncache.cDaniel Stenberg
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2014-10-28code cleanup: We prefer 'CURLcode result'Steve Holme
2014-10-24pipelining: only output "is not blacklisted" in debug buildsDaniel Stenberg
2014-10-03Curl_pipeline_server_blacklisted: handle a NULL server nameDaniel Stenberg
2014-01-31pipeline: Fixed a NULL pointer dereference on OOMDan Fandrich
2014-01-08info: remove debug outputDaniel Stenberg
2014-01-03pipeline: remove print_pipeline()Daniel Stenberg
2013-12-31mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme
2013-07-24string formatting: fix 15+ printf-style format stringsYang Tse
2013-07-24string formatting: fix 25+ printf-style format stringsYang Tse
2013-03-14pipelining: Remove dead code.Linus Nielsen Feltzing
2013-03-13Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing