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
/
io
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-04
io: fix FD socket handling in DNS lookup
Daniel P. Berrange
1
-4
/
+1
2017-04-04
io: fix incoming client socket initialization
Wang guang
1
-7
/
+1
2017-04-03
io vnc sockets: Clean up SocketAddressKind switches
Markus Armbruster
1
-2
/
+5
2017-02-28
io: fully parse & validate HTTP headers for websocket protocol handshake
Daniel P. Berrange
1
-42
/
+194
2017-02-28
io: fix decoding when multiple websockets frames arrive at once
Daniel P. Berrange
1
-14
/
+14
2017-02-21
io: make qio_channel_yield aware of AioContexts
Paolo Bonzini
1
-21
/
+65
2017-02-21
io: add methods to set I/O handlers on AioContext
Paolo Bonzini
6
-5
/
+64
2017-01-26
io: fix possible double free of task error object
Daniel P. Berrange
1
-0
/
+1
2017-01-23
io: introduce a DNS resolver API
Daniel P. Berrange
2
-0
/
+277
2017-01-23
io: remove Error parameter from QIOTask thread worker
Daniel P. Berrange
2
-34
/
+17
2017-01-23
io: change the QIOTask callback signature
Daniel P. Berrange
4
-27
/
+14
2017-01-23
io: add ability to associate an error with a task
Daniel P. Berrange
1
-0
/
+23
2017-01-23
io: add ability to associate an opaque "result" with with a task
Daniel P. Berrange
1
-0
/
+20
2017-01-23
io: stop incrementing reference in qio_task_get_source
Daniel P. Berrange
3
-6
/
+0
2016-10-27
io: add ability to set a name for IO channels
Daniel P. Berrange
1
-5
/
+19
2016-10-27
io: set LISTEN flag explicitly for listen sockets
Daniel P. Berrange
1
-7
/
+1
2016-10-26
io: Introduce a qio_channel_set_feature() helper
Felipe Franciosi
4
-6
/
+14
2016-10-26
io: Use qio_channel_has_feature() where applicable
Felipe Franciosi
4
-5
/
+6
2016-10-26
io: Fix double shift usages on QIOChannel features
Felipe Franciosi
1
-1
/
+1
2016-09-28
trace: move util/buffer.c trace points into correct file
Daniel P. Berrange
1
-6
/
+0
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
2016-08-03
io: remove mistaken call to object_ref on QTask
Daniel P. Berrange
1
-2
/
+1
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-1
/
+1
2016-07-06
sockets: Use new QAPI cloning
Eric Blake
1
-4
/
+5
2016-06-29
socket: unlink unix socket on remove
Marc-André Lureau
1
-0
/
+10
2016-06-29
socket: add listen feature
Marc-André Lureau
1
-0
/
+7
2016-06-20
trace: split out trace events for io/ directory
Daniel P. Berrange
1
-0
/
+63
2016-05-26
io: avoid double-free when closing QIOChannelBuffer
Daniel P. Berrange
1
-0
/
+1
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
7
-0
/
+7
2016-03-10
osdep: remove use of socket_error() from all code
Daniel P. Berrange
1
-19
/
+19
2016-03-10
io: implement socket watch for win32 using WSAEventSelect+select
Paolo Bonzini
3
-7
/
+167
2016-03-10
io: remove checking of EWOULDBLOCK
Daniel P. Berrange
3
-12
/
+6
2016-03-10
io: use qemu_accept to ensure SOCK_CLOEXEC is set
Daniel P. Berrange
1
-2
/
+2
2016-03-10
io: introduce qio_channel_create_socket_watch
Paolo Bonzini
2
-3
/
+18
2016-03-10
io: pass HANDLE to g_source_add_poll on Win32
Paolo Bonzini
1
-2
/
+11
2016-03-10
io: fix copy+paste mistake in socket error message
Daniel P. Berrange
1
-1
/
+1
2016-02-23
all: Clean up includes
Peter Maydell
1
-0
/
+1
2016-02-15
io: convert QIOChannelBuffer to use uint8_t instead of char
Daniel P. Berrange
1
-1
/
+1
2016-02-15
io: introduce helper for creating channels from file descriptors
Daniel P. Berrange
2
-0
/
+51
2016-02-09
qemu-char, io: fix ordering of arguments for UDP socket creation
Paolo Bonzini
1
-1
/
+1
2016-02-04
io: Clean up includes
Peter Maydell
9
-0
/
+9
2016-01-20
io: use memset instead of { 0 } for initializing array
Daniel P. Berrange
1
-1
/
+5
2016-01-20
io: some fixes to handling of /dev/null when running commands
Daniel P. Berrange
1
-6
/
+16
2016-01-19
io: increment counter when killing off subcommand
Daniel P. Berrange
1
-0
/
+1
2016-01-19
io: fix sign of errno value passed to error report
Daniel P. Berrange
1
-1
/
+1
2015-12-23
io: fix stack allocation when sending of file descriptors
Daniel P. Berrange
1
-4
/
+3
2015-12-22
io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connections
Daniel P. Berrange
1
-2
/
+8
2015-12-18
io: add QIOChannelBuffer class
Daniel P. Berrange
2
-0
/
+249
2015-12-18
io: add QIOChannelCommand class
Daniel P. Berrange
2
-0
/
+358
[prev]
[next]