index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
curl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-02-25
block/curl: Implement bdrv_refresh_filename()
Max Reitz
1
-0
/
+21
2019-02-25
block/curl: Harmonize option defaults
Max Reitz
1
-5
/
+8
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
1
-0
/
+21
2019-01-31
block/curl: Convert from DPRINTF() macro to trace events
Laurent Vivier
1
-21
/
+8
2018-11-05
curl: Support auto-read-only option
Kevin Wolf
1
-4
/
+4
2018-09-24
curl: Make sslverify=off disable host as well as peer verification.
Richard W.M. Jones
1
-0
/
+2
2018-07-23
block: Fix typos in comments (found by codespell)
Stefan Weil
1
-1
/
+1
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-1
/
+1
2018-02-09
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+2
2018-02-08
curl: convert to CoQueue
Paolo Bonzini
1
-16
/
+4
2017-12-18
block/curl: fix minor memory leaks
Jeff Cody
1
-0
/
+6
2017-12-18
block/curl: check error return of curl_global_init()
Jeff Cody
1
-6
/
+12
2017-05-16
curl: do not do aio_poll when waiting for a free CURLState
Paolo Bonzini
1
-1
/
+15
2017-05-16
curl: convert readv to coroutines
Paolo Bonzini
1
-56
/
+38
2017-05-16
curl: convert CURLAIOCB to byte values
Paolo Bonzini
1
-22
/
+22
2017-05-16
curl: split curl_find_state/curl_init_state
Paolo Bonzini
1
-22
/
+30
2017-05-16
curl: avoid recursive locking of BDRVCURLState mutex
Paolo Bonzini
1
-1
/
+13
2017-05-16
curl: never invoke callbacks with s->mutex held
Paolo Bonzini
1
-4
/
+8
2017-05-16
curl: strengthen assertion in curl_clean_state
Paolo Bonzini
1
-0
/
+5
2017-05-16
block: curl: Allow passing cookies via QCryptoSecret
Peter Krempa
1
-1
/
+23
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
1
-1
/
+1
2017-03-31
block/curl: Check protocol prefix
Max Reitz
1
-0
/
+10
2017-03-17
curl: fix compilation on OpenBSD
Paolo Bonzini
1
-1
/
+1
2017-02-27
curl: do not use aio_context_acquire/release
Paolo Bonzini
1
-9
/
+15
2017-02-21
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
1
-1
/
+1
2017-02-21
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
1
-8
/
+18
2017-02-21
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
1
-3
/
+13
2017-02-21
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
1
-0
/
+2
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
1
-4
/
+4
2016-11-14
block/curl: Do not wait for data beyond EOF
Max Reitz
1
-9
/
+23
2016-11-14
block/curl: Remember all sockets
Max Reitz
1
-6
/
+41
2016-11-14
block/curl: Fix return value from curl_read_cb
Max Reitz
1
-4
/
+7
2016-11-14
block/curl: Use BDRV_SECTOR_SIZE
Max Reitz
1
-6
/
+5
2016-11-14
block/curl: Drop TFTP "support"
Max Reitz
1
-19
/
+1
2016-10-07
block: use aio_bh_schedule_oneshot
Paolo Bonzini
1
-6
/
+1
2016-09-15
curl: Operate on zero-length file
Tomáš Golembiovský
1
-4
/
+21
2016-08-17
curl: Cast fd to int for DPRINTF
Fam Zheng
1
-1
/
+1
2016-05-12
block: always compile-check debug prints
Zhou Jie
1
-2
/
+8
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-29
curl: add support for HTTP authentication parameters
Daniel P. Berrange
1
-0
/
+66
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2015-10-23
aio: Add "is_external" flag for event handlers
Fam Zheng
1
-6
/
+8
2015-07-14
block/curl: Don't lose original error when a connection fails.
Richard W.M. Jones
1
-1
/
+14
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2014-11-03
block/curl: Improve type safety of s->timeout.
Richard W.M. Jones
1
-2
/
+7
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-1
/
+1
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-2
/
+2
[next]