index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
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: 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
*
curl: Allow a cookie or cookies to be sent with http/https requests.
Richard W.M. Jones
2014-08-29
1
-0
/
+16
*
block.curl: adding 'timeout' option
Daniel Henrique Barboza
2014-08-29
1
-1
/
+12
*
curl: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-1
/
+7
*
block: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-16
1
-6
/
+3
*
curl: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
1
-77
/
+115
*
curl: Add sslverify option
Matthew Booth
2014-05-19
1
-0
/
+12
*
curl: Remove broken parsing of options from url
Matthew Booth
2014-05-19
1
-42
/
+10
*
curl: Fix build when curl_multi_socket_action isn't available
Matthew Booth
2014-05-19
1
-0
/
+15
*
curl: Fix hang reading from slow connections
Matthew Booth
2014-04-30
1
-1
/
+2
*
curl: Ensure all informationals are checked for completion
Matthew Booth
2014-04-30
1
-30
/
+23
*
curl: Eliminate unnecessary use of curl_multi_socket_all
Matthew Booth
2014-04-30
1
-10
/
+22
*
curl: Remove unnecessary explicit calls to internal event handler
Matthew Booth
2014-04-30
1
-2
/
+3
*
curl: Remove erroneous sleep waiting for curl completion
Matthew Booth
2014-04-30
1
-2
/
+1
*
curl: Fix return from curl_read_cb with invalid state
Matthew Booth
2014-04-30
1
-2
/
+1
*
curl: Remove unnecessary use of goto
Matthew Booth
2014-04-30
1
-28
/
+27
*
curl: Fix long line
Matthew Booth
2014-04-30
1
-1
/
+2
*
curl: Replaced old error handling with error reporting API.
Maria Kustova
2014-04-22
1
-1
/
+1
*
curl: check data size before memcpy to local buffer. (CVE-2014-0144)
Fam Zheng
2014-04-01
1
-0
/
+5
*
curl: correctly propagate errors
Paolo Bonzini
2014-02-21
1
-8
/
+5
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-1
/
+1
*
block/curl: Implement the libcurl timer callback interface
Peter Maydell
2014-01-24
1
-11
/
+70
*
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2014-01-06
1
-1
/
+1
*
bdrv: Use "Error" for opening images
Max Reitz
2013-09-12
1
-1
/
+2
*
curl: qemu_bh_new() can never return NULL
Stefan Hajnoczi
2013-09-01
1
-6
/
+0
*
aio: drop io_flush argument
Stefan Hajnoczi
2013-08-19
1
-5
/
+4
*
block/curl: drop curl_aio_flush()
Stefan Hajnoczi
2013-08-19
1
-19
/
+3
*
curl: refuse to open URL from HTTP server without range support
Fam Zheng
2013-07-05
1
-6
/
+18
*
curl: Don't set curl options on the handle just before it's going to be deleted.
Richard W.M. Jones
2013-06-17
1
-2
/
+0
*
block/curl.c: Refuse to open the handle for writes.
Richard W.M. Jones
2013-06-17
1
-0
/
+6
*
curl: Whitespace only changes.
Richard W.M. Jones
2013-06-11
1
-2
/
+2
*
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
2013-04-22
1
-2
/
+1
*
curl: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-51
/
+102
*
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
2013-03-22
1
-1
/
+2
*
block/curl: only restrict protocols with libcurl>=7.19.4
Stefan Hajnoczi
2013-02-13
1
-0
/
+4
*
block/curl: disable extra protocols to prevent CVE-2013-0249
Stefan Hajnoczi
2013-02-08
1
-0
/
+11
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
2012-11-14
1
-2
/
+2
*
block/curl: Fix wrong free statement
Stefan Weil
2012-09-12
1
-2
/
+1
*
allow qemu_iovec_from_buffer() to specify offset from which to start copying
Michael Tokarev
2012-06-11
1
-3
/
+3
*
aio: remove process_queue callback and qemu_aio_process_queue
Paolo Bonzini
2012-04-19
1
-6
/
+4
*
block/curl: Replace usleep by g_usleep
Stefan Weil
2012-04-03
1
-1
/
+1
*
block: qemu_aio_get does not return NULL
Paolo Bonzini
2011-12-15
1
-4
/
+0
*
block/curl: Don't finish AIOCBs too early
Nick Thomas
2011-09-21
1
-19
/
+49
*
block/curl: Implement a flush function on the fd handlers
Nick Thomas
2011-09-21
1
-4
/
+22
[next]