index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE
Eduardo Habkost
2020-09-18
2
-2
/
+0
*
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2020-09-16
1
-1
/
+1
*
meson: convert io directory to Meson
Marc-André Lureau
2020-08-21
2
-12
/
+25
*
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-08-21
1
-0
/
+1
*
io/task: Move 'qom/object.h' header to source
Philippe Mathieu-Daudé
2020-06-10
1
-0
/
+1
*
io: Fix qio_channel_socket_close() error handling
Markus Armbruster
2020-04-29
1
-2
/
+3
*
io/channel-websock: treat 'binary' and no sub-protocol as the same
Yu-Chen Lin
2020-02-07
1
-12
/
+24
*
socket: Add num connections to qio_net_listener_open_sync()
Juan Quintela
2019-09-03
1
-1
/
+2
*
socket: Add num connections to qio_channel_socket_async()
Juan Quintela
2019-09-03
2
-8
/
+24
*
socket: Add num connections to qio_channel_socket_sync()
Juan Quintela
2019-09-03
3
-5
/
+6
*
socket: Add backlog parameter to socket_listen
Juan Quintela
2019-09-03
1
-1
/
+1
*
main-loop: Fix GSource leak in qio_task_thread_worker()
Alberto Garcia
2019-08-21
1
-0
/
+1
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
9
-0
/
+9
*
trace-events: Shorten file names in comments
Markus Armbruster
2019-03-22
1
-6
/
+6
*
io: fix handling of EOF / error conditions in websock GSource
Daniel P. Berrangé
2019-03-20
1
-1
/
+7
*
io: Remove redundant read/write_coroutine assignments
Kevin Wolf
2019-02-25
1
-6
/
+6
*
io: Make qio_channel_yield() interruptible
Kevin Wolf
2019-02-25
1
-0
/
+10
*
io: add qio_task_wait_thread to join with a background thread
Daniel P. Berrangé
2019-02-12
2
-4
/
+39
*
io: store reference to thread information in the QIOTask struct
Daniel P. Berrangé
2019-02-12
1
-30
/
+34
*
io: ensure UNIX client doesn't unlink server socket
Daniel P. Berrangé
2019-01-24
1
-15
/
+4
*
io: return 0 for EOF in TLS session read after shutdown
Daniel P. Berrangé
2018-11-19
1
-0
/
+5
*
websock: fix handshake leak
Marc-André Lureau
2018-11-01
1
-0
/
+1
*
Delete AF_UNIX socket after close
Pavel Balaev
2018-06-28
1
-1
/
+17
*
Remove unnecessary variables for function return value
Laurent Vivier
2018-05-20
1
-5
/
+1
*
error: Remove NULL checks on error_propagate() calls
Laurent Vivier
2018-03-27
1
-3
/
+1
*
sockets: move fd_is_socket() into common sockets code
Daniel P. Berrange
2018-03-13
1
-13
/
+0
*
qio: non-default context for TLS handshake
Peter Xu
2018-03-06
1
-11
/
+34
*
qio: non-default context for async conn
Peter Xu
2018-03-06
1
-6
/
+9
*
qio: non-default context for threaded qtask
Peter Xu
2018-03-06
3
-6
/
+26
*
qio: store gsources for net listeners
Peter Xu
2018-03-06
1
-22
/
+36
*
qio: introduce qio_channel_add_watch_{full|source}
Peter Xu
2018-03-06
1
-6
/
+34
*
qio: rename qio_task_thread_result
Peter Xu
2018-03-06
1
-2
/
+2
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
2
-0
/
+2
*
io/channel-command: Do not kill the child process after closing the pipe
Thomas Huth
2018-02-15
1
-1
/
+11
*
io: Add /dev/fdset/ support to QIOChannelFile
Ross Lagerwall
2018-02-15
1
-3
/
+3
*
io: Don't call close multiple times in QIOChannelFile
Ross Lagerwall
2018-02-15
1
-0
/
+1
*
io: Fix QIOChannelFile when creating and opening read-write
Ross Lagerwall
2018-02-15
1
-5
/
+1
*
io/channel-websock: handle continuous reads without any data
Edgar Kaziakhmedov
2018-02-15
1
-2
/
+5
*
io: fix QIONetListener memory leak
Paolo Bonzini
2018-02-15
1
-0
/
+1
*
Clean up includes
Markus Armbruster
2018-02-09
1
-3
/
+0
*
io: introduce a network socket listener API
Daniel P. Berrange
2017-12-15
2
-0
/
+308
*
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
2017-10-17
1
-3
/
+4
|
\
|
*
io: Add missing GCC_FMT_ATTR (fix -Werror=suggest-attribute=format)
Stefan Weil
2017-10-16
1
-3
/
+4
*
|
io: fix mem leak in websock error path
Daniel P. Berrange
2017-10-16
1
-1
/
+2
*
|
io: add trace points for websocket HTTP protocol headers
Daniel P. Berrange
2017-10-16
2
-0
/
+6
*
|
io: cope with websock 'Connection' header having multiple values
Daniel P. Berrange
2017-10-16
1
-1
/
+13
*
|
io: get rid of bounce buffering in websock write path
Daniel P. Berrange
2017-10-16
1
-36
/
+28
*
|
io: pass a struct iovec into qio_channel_websock_encode
Daniel P. Berrange
2017-10-16
1
-27
/
+44
*
|
io: get rid of qio_channel_websock_encode helper method
Daniel P. Berrange
2017-10-16
1
-14
/
+6
[next]