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
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
2009-05-22
Add HTTP protocol using curl v6
Alexander Graf
1
-0
/
+523