summaryrefslogtreecommitdiff
path: root/block/curl.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-03block/curl: Improve type safety of s->timeout.Richard W.M. Jones1-2/+7
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-1/+1
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-2/+2
2014-09-22block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng1-5/+5
2014-09-22curl: Drop curl_aiocb_info.cancelFam Zheng1-6/+0
2014-09-02curl: The macro that you have to uncomment to get debugging is DEBUG_CURL.Richard W.M. Jones1-1/+1
2014-08-29curl: Don't deref NULL pointer in call to aio_poll.Richard W.M. Jones1-4/+4
2014-08-29curl: Allow a cookie or cookies to be sent with http/https requests.Richard W.M. Jones1-0/+16
2014-08-29block.curl: adding 'timeout' optionDaniel Henrique Barboza1-1/+12
2014-08-15curl: Handle failure for potentially large allocationsKevin Wolf1-1/+7
2014-06-16block: Drop superfluous conditionals around g_free()Markus Armbruster1-6/+3
2014-06-04curl: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi1-77/+115
2014-05-19curl: Add sslverify optionMatthew Booth1-0/+12
2014-05-19curl: Remove broken parsing of options from urlMatthew Booth1-42/+10
2014-05-19curl: Fix build when curl_multi_socket_action isn't availableMatthew Booth1-0/+15
2014-04-30curl: Fix hang reading from slow connectionsMatthew Booth1-1/+2
2014-04-30curl: Ensure all informationals are checked for completionMatthew Booth1-30/+23
2014-04-30curl: Eliminate unnecessary use of curl_multi_socket_allMatthew Booth1-10/+22
2014-04-30curl: Remove unnecessary explicit calls to internal event handlerMatthew Booth1-2/+3
2014-04-30curl: Remove erroneous sleep waiting for curl completionMatthew Booth1-2/+1
2014-04-30curl: Fix return from curl_read_cb with invalid stateMatthew Booth1-2/+1
2014-04-30curl: Remove unnecessary use of gotoMatthew Booth1-28/+27
2014-04-30curl: Fix long lineMatthew Booth1-1/+2
2014-04-22curl: Replaced old error handling with error reporting API.Maria Kustova1-1/+1
2014-04-01curl: check data size before memcpy to local buffer. (CVE-2014-0144)Fam Zheng1-0/+5
2014-02-21curl: correctly propagate errorsPaolo Bonzini1-8/+5
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-1/+1
2014-01-24block/curl: Implement the libcurl timer callback interfacePeter Maydell1-11/+70
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite1-1/+1
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-1/+2
2013-09-01curl: qemu_bh_new() can never return NULLStefan Hajnoczi1-6/+0
2013-08-19aio: drop io_flush argumentStefan Hajnoczi1-5/+4
2013-08-19block/curl: drop curl_aio_flush()Stefan Hajnoczi1-19/+3
2013-07-05curl: refuse to open URL from HTTP server without range supportFam Zheng1-6/+18
2013-06-17curl: Don't set curl options on the handle just before it's going to be deleted.Richard W.M. Jones1-2/+0
2013-06-17block/curl.c: Refuse to open the handle for writes.Richard W.M. Jones1-0/+6
2013-06-11curl: Whitespace only changes.Richard W.M. Jones1-2/+2
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf1-2/+1
2013-04-22curl: Use bdrv_open options instead of filenameKevin Wolf1-51/+102
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf1-1/+2
2013-02-13block/curl: only restrict protocols with libcurl>=7.19.4Stefan Hajnoczi1-0/+4
2013-02-08block/curl: disable extra protocols to prevent CVE-2013-0249Stefan Hajnoczi1-0/+11
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi1-2/+2
2012-09-12block/curl: Fix wrong free statementStefan Weil1-2/+1
2012-06-11allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev1-3/+3
2012-04-19aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini1-6/+4
2012-04-03block/curl: Replace usleep by g_usleepStefan Weil1-1/+1
2011-12-15block: qemu_aio_get does not return NULLPaolo Bonzini1-4/+0
2011-09-21block/curl: Don't finish AIOCBs too earlyNick Thomas1-19/+49