Age | Commit message (Expand) | Author |
2017-05-09 | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake |
2017-03-31 | block/curl: Check protocol prefix | Max Reitz |
2017-03-17 | curl: fix compilation on OpenBSD | Paolo Bonzini |
2017-02-27 | curl: do not use aio_context_acquire/release | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in aio callbacks that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in callbacks that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in timers that need it | Paolo Bonzini |
2017-01-03 | aio: add AioPollFn and io_poll() interface | Stefan Hajnoczi |
2016-11-14 | block/curl: Do not wait for data beyond EOF | Max Reitz |
2016-11-14 | block/curl: Remember all sockets | Max Reitz |
2016-11-14 | block/curl: Fix return value from curl_read_cb | Max Reitz |
2016-11-14 | block/curl: Use BDRV_SECTOR_SIZE | Max Reitz |
2016-11-14 | block/curl: Drop TFTP "support" | Max Reitz |
2016-10-07 | block: use aio_bh_schedule_oneshot | Paolo Bonzini |
2016-09-15 | curl: Operate on zero-length file | Tomáš Golembiovský |
2016-08-17 | curl: Cast fd to int for DPRINTF | Fam Zheng |
2016-05-12 | block: always compile-check debug prints | Zhou Jie |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-02-29 | curl: add support for HTTP authentication parameters | Daniel P. Berrange |
2016-01-20 | block: Clean up includes | Peter Maydell |
2015-10-23 | aio: Add "is_external" flag for event handlers | Fam Zheng |
2015-07-14 | block/curl: Don't lose original error when a connection fails. | Richard W.M. Jones |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster |
2014-11-03 | block/curl: Improve type safety of s->timeout. | Richard W.M. Jones |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster |
2014-10-20 | block: Rename BlockDriverAIOCB* to BlockAIOCB* | Markus Armbruster |
2014-09-22 | block: Rename qemu_aio_release -> qemu_aio_unref | Fam Zheng |
2014-09-22 | curl: Drop curl_aiocb_info.cancel | Fam Zheng |
2014-09-02 | curl: The macro that you have to uncomment to get debugging is DEBUG_CURL. | Richard W.M. Jones |
2014-08-29 | curl: Don't deref NULL pointer in call to aio_poll. | Richard W.M. Jones |
2014-08-29 | curl: Allow a cookie or cookies to be sent with http/https requests. | Richard W.M. Jones |
2014-08-29 | block.curl: adding 'timeout' option | Daniel Henrique Barboza |
2014-08-15 | curl: Handle failure for potentially large allocations | Kevin Wolf |
2014-06-16 | block: Drop superfluous conditionals around g_free() | Markus Armbruster |
2014-06-04 | curl: implement .bdrv_detach/attach_aio_context() | Stefan Hajnoczi |
2014-05-19 | curl: Add sslverify option | Matthew Booth |
2014-05-19 | curl: Remove broken parsing of options from url | Matthew Booth |
2014-05-19 | curl: Fix build when curl_multi_socket_action isn't available | Matthew Booth |
2014-04-30 | curl: Fix hang reading from slow connections | Matthew Booth |
2014-04-30 | curl: Ensure all informationals are checked for completion | Matthew Booth |
2014-04-30 | curl: Eliminate unnecessary use of curl_multi_socket_all | Matthew Booth |
2014-04-30 | curl: Remove unnecessary explicit calls to internal event handler | Matthew Booth |
2014-04-30 | curl: Remove erroneous sleep waiting for curl completion | Matthew Booth |
2014-04-30 | curl: Fix return from curl_read_cb with invalid state | Matthew Booth |
2014-04-30 | curl: Remove unnecessary use of goto | Matthew Booth |
2014-04-30 | curl: Fix long line | Matthew Booth |
2014-04-22 | curl: Replaced old error handling with error reporting API. | Maria Kustova |
2014-04-01 | curl: check data size before memcpy to local buffer. (CVE-2014-0144) | Fam Zheng |