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-12-15
io: introduce a network socket listener API
Daniel P. Berrange
2
-0
/
+308
2017-10-17
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
1
-3
/
+4
2017-10-16
io: Add missing GCC_FMT_ATTR (fix -Werror=suggest-attribute=format)
Stefan Weil
1
-3
/
+4
2017-10-16
io: fix mem leak in websock error path
Daniel P. Berrange
1
-1
/
+2
2017-10-16
io: add trace points for websocket HTTP protocol headers
Daniel P. Berrange
2
-0
/
+6
2017-10-16
io: cope with websock 'Connection' header having multiple values
Daniel P. Berrange
1
-1
/
+13
2017-10-16
io: get rid of bounce buffering in websock write path
Daniel P. Berrange
1
-36
/
+28
2017-10-16
io: pass a struct iovec into qio_channel_websock_encode
Daniel P. Berrange
1
-27
/
+44
2017-10-16
io: get rid of qio_channel_websock_encode helper method
Daniel P. Berrange
1
-14
/
+6
2017-10-16
io: simplify websocket ping reply handling
Daniel P. Berrange
1
-13
/
+15
2017-10-16
io: monitor encoutput buffer size from websocket GSource
Daniel P. Berrange
1
-2
/
+2
2017-10-04
io: add trace events for websockets frame handling
Daniel P. Berrange
2
-5
/
+23
2017-10-04
io: Attempt to send websocket close messages to client
Brandon Carpenter
1
-3
/
+65
2017-10-04
io: Reply to ping frames
Brandon Carpenter
1
-22
/
+44
2017-10-04
io: Ignore websocket PING and PONG frames
Brandon Carpenter
1
-4
/
+17
2017-10-04
io: Allow empty websocket payload
Brandon Carpenter
1
-32
/
+30
2017-10-04
io: Add support for fragmented websocket binary frames
Brandon Carpenter
1
-8
/
+18
2017-10-04
io: Small updates in preparation for websocket changes
Brandon Carpenter
1
-45
/
+19
2017-10-04
io: use case insensitive check for Connection & Upgrade websock headers
Daniel P. Berrange
1
-2
/
+2
2017-10-04
io: include full error message in websocket handshake trace
Daniel P. Berrange
2
-4
/
+5
2017-10-04
io: send proper HTTP response for websocket errors
Daniel P. Berrange
1
-46
/
+139
2017-09-06
io: Add new qio_channel_read{, v}_all_eof functions
Eric Blake
1
-8
/
+40
2017-09-06
io: Yield rather than wait when already in coroutine
Eric Blake
1
-2
/
+10
2017-09-05
io: add new qio_channel_{readv, writev, read, write}_all functions
Daniel P. Berrange
1
-0
/
+94
2017-09-05
util: remove the obsolete non-blocking connect
Cao jin
1
-1
/
+1
2017-08-02
io: fix qio_channel_socket_accept err handling
Peter Xu
1
-1
/
+2
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-19
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-07-18-1' in...
Peter Maydell
1
-8
/
+2
2017-07-14
io: preserve ipv4/ipv6 flags when resolving InetSocketAddress
Daniel P. Berrange
1
-2
/
+4
2017-07-13
websock: Don't try to set *errp directly
Eduardo Habkost
1
-2
/
+2
2017-05-26
io: simplify qio_channel_attach_aio_context
Paolo Bonzini
1
-8
/
+2
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2
-52
/
+51
2017-05-09
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
2
-48
/
+48
2017-04-24
socket: Make errp the last parameter of socket_connect
Fam Zheng
1
-1
/
+1
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
[next]