summaryrefslogtreecommitdiff
path: root/lib/pipeline.c
Commit message (Expand)AuthorAgeFilesLines
* http2: several cleanupsDaniel Stenberg2018-07-201-3/+3
* strictness: correct {infof, failf} format specifiersRikard Falkeborn2018-05-311-1/+2
* PIPELINING_SERVER_BL: cleanup the internal list useDaniel Stenberg2017-06-191-22/+15
* multi: use a fixed array of timers instead of mallocDaniel Stenberg2017-05-101-2/+2
* multi: assign IDs to all timers and make each timer singletonDaniel Stenberg2017-05-101-2/+2
* llist: no longer uses mallocDaniel Stenberg2017-04-221-32/+20
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-041-49/+32
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-3/+3
* multi: make Curl_expire() work with 0 ms timeoutsDaniel Stenberg2016-08-041-3/+3
* library: Fix memory leaks found during static analysisMiroslav Franc2016-07-141-2/+7
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-13/+13
* pipeline: Sanity check pipeline pointer before accessing it.Anders Bakken2016-03-081-4/+5
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* pipeline: switch some code over to functionsDaniel Stenberg2015-05-181-2/+89
* pipeline: move function to pipeline.c and make staticDaniel Stenberg2015-05-181-1/+10
* bundles: merged into conncache.cDaniel Stenberg2015-05-121-1/+0
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-5/+3
* code cleanup: We prefer 'CURLcode result'Steve Holme2014-10-281-3/+3
* pipelining: only output "is not blacklisted" in debug buildsDaniel Stenberg2014-10-241-1/+1
* Curl_pipeline_server_blacklisted: handle a NULL server nameDaniel Stenberg2014-10-031-1/+1
* pipeline: Fixed a NULL pointer dereference on OOMDan Fandrich2014-01-311-4/+14
* info: remove debug outputDaniel Stenberg2014-01-081-7/+0
* pipeline: remove print_pipeline()Daniel Stenberg2014-01-031-2/+6
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-2/+2
* string formatting: fix 15+ printf-style format stringsYang Tse2013-07-241-2/+2
* string formatting: fix 25+ printf-style format stringsYang Tse2013-07-241-8/+10
* pipelining: Remove dead code.Linus Nielsen Feltzing2013-03-141-35/+0
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-0/+366