aboutsummaryrefslogtreecommitdiff
path: root/block/curl.c
AgeCommit message (Expand)Author
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-01curl: qemu_bh_new() can never return NULLStefan Hajnoczi
2013-08-19aio: drop io_flush argumentStefan Hajnoczi
2013-08-19block/curl: drop curl_aio_flush()Stefan Hajnoczi
2013-07-05curl: refuse to open URL from HTTP server without range supportFam Zheng
2013-06-17curl: Don't set curl options on the handle just before it's going to be deleted.Richard W.M. Jones
2013-06-17block/curl.c: Refuse to open the handle for writes.Richard W.M. Jones
2013-06-11curl: Whitespace only changes.Richard W.M. Jones
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf
2013-04-22curl: Use bdrv_open options instead of filenameKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-02-13block/curl: only restrict protocols with libcurl>=7.19.4Stefan Hajnoczi
2013-02-08block/curl: disable extra protocols to prevent CVE-2013-0249Stefan Hajnoczi
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi
2012-09-12block/curl: Fix wrong free statementStefan Weil
2012-06-11allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev
2012-04-19aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini
2012-04-03block/curl: Replace usleep by g_usleepStefan Weil
2011-12-15block: qemu_aio_get does not return NULLPaolo Bonzini
2011-09-21block/curl: Don't finish AIOCBs too earlyNick Thomas
2011-09-21block/curl: Implement a flush function on the fd handlersNick Thomas
2011-08-23block/curl: Handle failed reads gracefully.Nicholas Thomas
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-02-10don't dereference NULL after failed strdupJim Meyering
2010-02-08block/curl: %Z is not a valid conversion specifiermalc
2010-02-07Do not use dprintfmalc
2009-10-27Add qemu_aio_process_queue()Kevin Wolf
2009-08-01Fix Sparse warning about "expression using sizeof on a function"Blue Swirl
2009-07-09Allow adjustment of http block device's readahead size, via a newNolan
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig
2009-05-22Add HTTP protocol using curl v6Alexander Graf