summaryrefslogtreecommitdiffstats
path: root/block/curl.c
Commit message (Expand)AuthorAgeFilesLines
* curl: qemu_bh_new() can never return NULLStefan Hajnoczi2013-09-011-6/+0
* aio: drop io_flush argumentStefan Hajnoczi2013-08-191-5/+4
* block/curl: drop curl_aio_flush()Stefan Hajnoczi2013-08-191-19/+3
* curl: refuse to open URL from HTTP server without range supportFam Zheng2013-07-051-6/+18
* curl: Don't set curl options on the handle just before it's going to be deleted.Richard W.M. Jones2013-06-171-2/+0
* block/curl.c: Refuse to open the handle for writes.Richard W.M. Jones2013-06-171-0/+6
* curl: Whitespace only changes.Richard W.M. Jones2013-06-111-2/+2
* block: Remove filename parameter from .bdrv_file_open()Kevin Wolf2013-04-221-2/+1
* curl: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-51/+102
* block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2013-03-221-1/+2
* block/curl: only restrict protocols with libcurl>=7.19.4Stefan Hajnoczi2013-02-131-0/+4
* block/curl: disable extra protocols to prevent CVE-2013-0249Stefan Hajnoczi2013-02-081-0/+11
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* aio: rename AIOPool to AIOCBInfoStefan Hajnoczi2012-11-141-2/+2
* block/curl: Fix wrong free statementStefan Weil2012-09-121-2/+1
* allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev2012-06-111-3/+3
* aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini2012-04-191-6/+4
* block/curl: Replace usleep by g_usleepStefan Weil2012-04-031-1/+1
* block: qemu_aio_get does not return NULLPaolo Bonzini2011-12-151-4/+0
* block/curl: Don't finish AIOCBs too earlyNick Thomas2011-09-211-19/+49
* block/curl: Implement a flush function on the fd handlersNick Thomas2011-09-211-4/+22
* block/curl: Handle failed reads gracefully.Nicholas Thomas2011-08-231-1/+19
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-5/+5
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-6/+8
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-5/+5
* don't dereference NULL after failed strdupJim Meyering2010-02-101-1/+1
* block/curl: %Z is not a valid conversion specifiermalc2010-02-081-1/+1
* Do not use dprintfmalc2010-02-071-8/+8
* Add qemu_aio_process_queue()Kevin Wolf2009-10-271-4/+4
* Fix Sparse warning about "expression using sizeof on a function"Blue Swirl2009-08-011-3/+3
* Allow adjustment of http block device's readahead size, via a newNolan2009-07-091-3/+47
* fully split aio_pool from BlockDriverChristoph Hellwig2009-05-271-16/+11
* Add HTTP protocol using curl v6Alexander Graf2009-05-221-0/+523
OpenPOWER on IntegriCloud