aboutsummaryrefslogtreecommitdiffstats
path: root/block/curl.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-6/+8
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-5/+5
2010-02-10don't dereference NULL after failed strdupJim Meyering1-1/+1
2010-02-08block/curl: %Z is not a valid conversion specifiermalc1-1/+1
2010-02-07Do not use dprintfmalc1-8/+8
2009-10-27Add qemu_aio_process_queue()Kevin Wolf1-4/+4
2009-08-01Fix Sparse warning about "expression using sizeof on a function"Blue Swirl1-3/+3
2009-07-09Allow adjustment of http block device's readahead size, via a newNolan1-3/+47
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig1-16/+11
2009-05-22Add HTTP protocol using curl v6Alexander Graf1-0/+523