summaryrefslogtreecommitdiff
path: root/lib/pipeline.c
AgeCommit message (Expand)Author
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