index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
curl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/curl: Convert from DPRINTF() macro to trace events
Laurent Vivier
2019-01-31
1
-21
/
+8
*
curl: Support auto-read-only option
Kevin Wolf
2018-11-05
1
-4
/
+4
*
curl: Make sslverify=off disable host as well as peer verification.
Richard W.M. Jones
2018-09-25
1
-0
/
+2
*
block: Fix typos in comments (found by codespell)
Stefan Weil
2018-07-23
1
-1
/
+1
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-1
/
+1
*
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+2
*
curl: convert to CoQueue
Paolo Bonzini
2018-02-08
1
-16
/
+4
*
block/curl: fix minor memory leaks
Jeff Cody
2017-12-18
1
-0
/
+6
*
block/curl: check error return of curl_global_init()
Jeff Cody
2017-12-18
1
-6
/
+12
*
curl: do not do aio_poll when waiting for a free CURLState
Paolo Bonzini
2017-05-16
1
-1
/
+15
*
curl: convert readv to coroutines
Paolo Bonzini
2017-05-16
1
-56
/
+38
*
curl: convert CURLAIOCB to byte values
Paolo Bonzini
2017-05-16
1
-22
/
+22
*
curl: split curl_find_state/curl_init_state
Paolo Bonzini
2017-05-16
1
-22
/
+30
*
curl: avoid recursive locking of BDRVCURLState mutex
Paolo Bonzini
2017-05-16
1
-1
/
+13
*
curl: never invoke callbacks with s->mutex held
Paolo Bonzini
2017-05-16
1
-4
/
+8
*
curl: strengthen assertion in curl_clean_state
Paolo Bonzini
2017-05-16
1
-0
/
+5
*
block: curl: Allow passing cookies via QCryptoSecret
Peter Krempa
2017-05-16
1
-1
/
+23
*
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-05-09
1
-1
/
+1
*
block/curl: Check protocol prefix
Max Reitz
2017-03-31
1
-0
/
+10
*
curl: fix compilation on OpenBSD
Paolo Bonzini
2017-03-17
1
-1
/
+1
*
curl: do not use aio_context_acquire/release
Paolo Bonzini
2017-02-27
1
-9
/
+15
*
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
2017-02-21
1
-1
/
+1
*
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2017-02-21
1
-8
/
+18
*
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
2017-02-21
1
-3
/
+13
*
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
2017-02-21
1
-0
/
+2
*
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
2017-01-03
1
-4
/
+4
*
block/curl: Do not wait for data beyond EOF
Max Reitz
2016-11-15
1
-9
/
+23
*
block/curl: Remember all sockets
Max Reitz
2016-11-15
1
-6
/
+41
*
block/curl: Fix return value from curl_read_cb
Max Reitz
2016-11-15
1
-4
/
+7
*
block/curl: Use BDRV_SECTOR_SIZE
Max Reitz
2016-11-15
1
-6
/
+5
*
block/curl: Drop TFTP "support"
Max Reitz
2016-11-15
1
-19
/
+1
*
block: use aio_bh_schedule_oneshot
Paolo Bonzini
2016-10-07
1
-6
/
+1
*
curl: Operate on zero-length file
Tomáš Golembiovský
2016-09-15
1
-4
/
+21
*
curl: Cast fd to int for DPRINTF
Fam Zheng
2016-08-17
1
-1
/
+1
*
block: always compile-check debug prints
Zhou Jie
2016-05-12
1
-2
/
+8
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
curl: add support for HTTP authentication parameters
Daniel P. Berrange
2016-02-29
1
-0
/
+66
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-0
/
+1
*
aio: Add "is_external" flag for event handlers
Fam Zheng
2015-10-23
1
-6
/
+8
*
block/curl: Don't lose original error when a connection fails.
Richard W.M. Jones
2015-07-15
1
-1
/
+14
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
block/curl: Improve type safety of s->timeout.
Richard W.M. Jones
2014-11-03
1
-2
/
+7
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
1
-1
/
+1
*
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-20
1
-2
/
+2
*
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
2014-09-22
1
-5
/
+5
*
curl: Drop curl_aiocb_info.cancel
Fam Zheng
2014-09-22
1
-6
/
+0
*
curl: The macro that you have to uncomment to get debugging is DEBUG_CURL.
Richard W.M. Jones
2014-09-02
1
-1
/
+1
*
curl: Don't deref NULL pointer in call to aio_poll.
Richard W.M. Jones
2014-08-29
1
-4
/
+4
[next]