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
*
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
*
block/curl: Handle failed reads gracefully.
Nicholas Thomas
2011-08-23
1
-1
/
+19
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-5
/
+5
*
Fix %lld or %llx printf format use
Blue Swirl
2010-05-22
1
-6
/
+8
*
block: Open the underlying image file in generic code
Kevin Wolf
2010-05-03
1
-5
/
+5
*
don't dereference NULL after failed strdup
Jim Meyering
2010-02-10
1
-1
/
+1
*
block/curl: %Z is not a valid conversion specifier
malc
2010-02-08
1
-1
/
+1
*
Do not use dprintf
malc
2010-02-07
1
-8
/
+8
*
Add qemu_aio_process_queue()
Kevin Wolf
2009-10-27
1
-4
/
+4
*
Fix Sparse warning about "expression using sizeof on a function"
Blue Swirl
2009-08-01
1
-3
/
+3
*
Allow adjustment of http block device's readahead size, via a new
Nolan
2009-07-09
1
-3
/
+47
*
fully split aio_pool from BlockDriver
Christoph Hellwig
2009-05-27
1
-16
/
+11
*
Add HTTP protocol using curl v6
Alexander Graf
2009-05-22
1
-0
/
+523