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
2014-05-19
curl: Add sslverify option
Matthew Booth
1
-0
/
+12
2014-05-19
curl: Remove broken parsing of options from url
Matthew Booth
1
-42
/
+10
2014-05-19
curl: Fix build when curl_multi_socket_action isn't available
Matthew Booth
1
-0
/
+15
2014-04-30
curl: Fix hang reading from slow connections
Matthew Booth
1
-1
/
+2
2014-04-30
curl: Ensure all informationals are checked for completion
Matthew Booth
1
-30
/
+23
2014-04-30
curl: Eliminate unnecessary use of curl_multi_socket_all
Matthew Booth
1
-10
/
+22
2014-04-30
curl: Remove unnecessary explicit calls to internal event handler
Matthew Booth
1
-2
/
+3
2014-04-30
curl: Remove erroneous sleep waiting for curl completion
Matthew Booth
1
-2
/
+1
2014-04-30
curl: Fix return from curl_read_cb with invalid state
Matthew Booth
1
-2
/
+1
2014-04-30
curl: Remove unnecessary use of goto
Matthew Booth
1
-28
/
+27
2014-04-30
curl: Fix long line
Matthew Booth
1
-1
/
+2
2014-04-22
curl: Replaced old error handling with error reporting API.
Maria Kustova
1
-1
/
+1
2014-04-01
curl: check data size before memcpy to local buffer. (CVE-2014-0144)
Fam Zheng
1
-0
/
+5
2014-02-21
curl: correctly propagate errors
Paolo Bonzini
1
-8
/
+5
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-1
/
+1
2014-01-24
block/curl: Implement the libcurl timer callback interface
Peter Maydell
1
-11
/
+70
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-1
/
+1
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
1
-1
/
+2
2013-09-01
curl: qemu_bh_new() can never return NULL
Stefan Hajnoczi
1
-6
/
+0
2013-08-19
aio: drop io_flush argument
Stefan Hajnoczi
1
-5
/
+4
2013-08-19
block/curl: drop curl_aio_flush()
Stefan Hajnoczi
1
-19
/
+3
2013-07-05
curl: refuse to open URL from HTTP server without range support
Fam Zheng
1
-6
/
+18
2013-06-17
curl: Don't set curl options on the handle just before it's going to be deleted.
Richard W.M. Jones
1
-2
/
+0
2013-06-17
block/curl.c: Refuse to open the handle for writes.
Richard W.M. Jones
1
-0
/
+6
2013-06-11
curl: Whitespace only changes.
Richard W.M. Jones
1
-2
/
+2
2013-04-22
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
1
-2
/
+1
2013-04-22
curl: Use bdrv_open options instead of filename
Kevin Wolf
1
-51
/
+102
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
1
-1
/
+2
2013-02-13
block/curl: only restrict protocols with libcurl>=7.19.4
Stefan Hajnoczi
1
-0
/
+4
2013-02-08
block/curl: disable extra protocols to prevent CVE-2013-0249
Stefan Hajnoczi
1
-0
/
+11
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-11-14
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
1
-2
/
+2
2012-09-12
block/curl: Fix wrong free statement
Stefan Weil
1
-2
/
+1
2012-06-11
allow qemu_iovec_from_buffer() to specify offset from which to start copying
Michael Tokarev
1
-3
/
+3
2012-04-19
aio: remove process_queue callback and qemu_aio_process_queue
Paolo Bonzini
1
-6
/
+4
2012-04-03
block/curl: Replace usleep by g_usleep
Stefan Weil
1
-1
/
+1
2011-12-15
block: qemu_aio_get does not return NULL
Paolo Bonzini
1
-4
/
+0
2011-09-21
block/curl: Don't finish AIOCBs too early
Nick Thomas
1
-19
/
+49
2011-09-21
block/curl: Implement a flush function on the fd handlers
Nick Thomas
1
-4
/
+22
2011-08-23
block/curl: Handle failed reads gracefully.
Nicholas Thomas
1
-1
/
+19
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-5
/
+5
2010-05-22
Fix %lld or %llx printf format use
Blue Swirl
1
-6
/
+8
2010-05-03
block: Open the underlying image file in generic code
Kevin Wolf
1
-5
/
+5
2010-02-10
don't dereference NULL after failed strdup
Jim Meyering
1
-1
/
+1
2010-02-08
block/curl: %Z is not a valid conversion specifier
malc
1
-1
/
+1
2010-02-07
Do not use dprintf
malc
1
-8
/
+8
2009-10-27
Add qemu_aio_process_queue()
Kevin Wolf
1
-4
/
+4
2009-08-01
Fix Sparse warning about "expression using sizeof on a function"
Blue Swirl
1
-3
/
+3
2009-07-09
Allow adjustment of http block device's readahead size, via a new
Nolan
1
-3
/
+47
2009-05-27
fully split aio_pool from BlockDriver
Christoph Hellwig
1
-16
/
+11
[next]