index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
curl.c
Age
Commit message (
Expand
)
Author
2023-10-12
block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCK
Kevin Wolf
2023-05-30
aio: remove aio_disable_external() API
Stefan Hajnoczi
2023-02-17
block: Handle curl 7.55.0, 7.85.0 version changes
Anton Johansson
2023-02-17
curl: Fix error path in curl_open()
Hanna Czenczek
2023-02-01
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2022-10-07
curl: add missing coroutine_fn annotations
Paolo Bonzini
2022-03-07
block/curl.c: Check error return from curl_easy_setopt()
Peter Maydell
2022-03-07
block/curl.c: Set error message string if curl_init_state() fails
Peter Maydell
2022-01-12
aio-posix: split poll check from ready handler
Stefan Hajnoczi
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-03-19
curl: Disconnect sockets from CURLState
Max Reitz
2021-03-19
curl: Store BDRVCURLState pointer in CURLSocket
Max Reitz
2021-01-02
curl: remove compatibility code, require 7.29.0
Paolo Bonzini
2020-12-11
block/curl: Use lock guard macros
Gan Qixin
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-03-11
block/curl: HTTP header field names are case insensitive
David Edmondson
2020-03-11
block/curl: HTTP header fields allow whitespace around values
David Edmondson
2019-09-16
curl: Check curl_multi_add_handle()'s return code
Max Reitz
2019-09-16
curl: Handle success in multi_check_completion
Max Reitz
2019-09-16
curl: Report only ready sockets
Max Reitz
2019-09-16
curl: Pass CURLSocket to curl_multi_do()
Max Reitz
2019-09-16
curl: Check completion in curl_multi_do()
Max Reitz
2019-09-16
curl: Keep *socket until the end of curl_sock_cb()
Max Reitz
2019-09-16
curl: Keep pointer to the CURLState in CURLSocket
Max Reitz
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-25
block/curl: Implement bdrv_refresh_filename()
Max Reitz
2019-02-25
block/curl: Harmonize option defaults
Max Reitz
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-01-31
block/curl: Convert from DPRINTF() macro to trace events
Laurent Vivier
2018-11-05
curl: Support auto-read-only option
Kevin Wolf
2018-09-24
curl: Make sslverify=off disable host as well as peer verification.
Richard W.M. Jones
2018-07-23
block: Fix typos in comments (found by codespell)
Stefan Weil
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-08
curl: convert to CoQueue
Paolo Bonzini
2017-12-18
block/curl: fix minor memory leaks
Jeff Cody
2017-12-18
block/curl: check error return of curl_global_init()
Jeff Cody
2017-05-16
curl: do not do aio_poll when waiting for a free CURLState
Paolo Bonzini
2017-05-16
curl: convert readv to coroutines
Paolo Bonzini
2017-05-16
curl: convert CURLAIOCB to byte values
Paolo Bonzini
2017-05-16
curl: split curl_find_state/curl_init_state
Paolo Bonzini
2017-05-16
curl: avoid recursive locking of BDRVCURLState mutex
Paolo Bonzini
2017-05-16
curl: never invoke callbacks with s->mutex held
Paolo Bonzini
2017-05-16
curl: strengthen assertion in curl_clean_state
Paolo Bonzini
2017-05-16
block: curl: Allow passing cookies via QCryptoSecret
Peter Krempa
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-03-31
block/curl: Check protocol prefix
Max Reitz
[next]