index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
curl.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
1
-5
/
+5
2014-09-22
curl: Drop curl_aiocb_info.cancel
Fam Zheng
1
-6
/
+0
2014-09-02
curl: The macro that you have to uncomment to get debugging is DEBUG_CURL.
Richard W.M. Jones
1
-1
/
+1
2014-08-29
curl: Don't deref NULL pointer in call to aio_poll.
Richard W.M. Jones
1
-4
/
+4
2014-08-29
curl: Allow a cookie or cookies to be sent with http/https requests.
Richard W.M. Jones
1
-0
/
+16
2014-08-29
block.curl: adding 'timeout' option
Daniel Henrique Barboza
1
-1
/
+12
2014-08-15
curl: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+7
2014-06-16
block: Drop superfluous conditionals around g_free()
Markus Armbruster
1
-6
/
+3
2014-06-04
curl: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-77
/
+115
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
[next]