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
/
include
/
io
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-16
io: get rid of bounce buffering in websock write path
Daniel P. Berrange
1
-1
/
+0
2017-10-16
io: simplify websocket ping reply handling
Daniel P. Berrange
1
-1
/
+1
2017-10-04
io: Reply to ping frames
Brandon Carpenter
1
-0
/
+1
2017-10-04
io: Add support for fragmented websocket binary frames
Brandon Carpenter
1
-0
/
+1
2017-09-06
io: Add new qio_channel_read{, v}_all_eof functions
Eric Blake
1
-0
/
+53
2017-09-05
io: add new qio_channel_{readv, writev, read, write}_all functions
Daniel P. Berrange
1
-0
/
+90
2017-09-05
io: fix typo in docs comment for qio_channel_read
Daniel P. Berrange
1
-1
/
+1
2017-05-10
Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging
Stefan Hajnoczi
2
-2
/
+2
2017-05-10
channel-file: fix wrong parameter comments
sochin.jiang
1
-1
/
+1
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
3
-28
/
+28
2017-05-09
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
3
-28
/
+28
2017-05-07
doc: fix function spelling
Marc-André Lureau
1
-1
/
+1
2017-02-21
io: make qio_channel_yield aware of AioContexts
Paolo Bonzini
1
-3
/
+44
2017-02-21
io: add methods to set I/O handlers on AioContext
Paolo Bonzini
1
-0
/
+25
2017-01-23
io: introduce a DNS resolver API
Daniel P. Berrange
1
-0
/
+228
2017-01-23
io: remove Error parameter from QIOTask thread worker
Daniel P. Berrange
1
-11
/
+8
2017-01-23
io: change the QIOTask callback signature
Daniel P. Berrange
1
-31
/
+42
2017-01-23
io: add ability to associate an error with a task
Daniel P. Berrange
1
-0
/
+32
2017-01-23
io: add ability to associate an opaque "result" with with a task
Daniel P. Berrange
1
-0
/
+27
2017-01-23
io: fix typo in docs for QIOTask
Daniel P. Berrange
1
-3
/
+3
2017-01-23
io: stop incrementing reference in qio_task_get_source
Daniel P. Berrange
1
-3
/
+4
2016-10-27
io: add ability to set a name for IO channels
Daniel P. Berrange
1
-0
/
+13
2016-10-26
io: Introduce a qio_channel_set_feature() helper
Felipe Franciosi
1
-0
/
+10
2016-10-26
io: Fix double shift usages on QIOChannel features
Felipe Franciosi
1
-3
/
+3
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
10
-30
/
+30
2016-07-06
sockets: Use new QAPI cloning
Eric Blake
1
-1
/
+1
2016-06-29
socket: add listen feature
Marc-André Lureau
1
-0
/
+1
2016-05-18
Fix some typos found by codespell
Stefan Weil
1
-1
/
+1
2016-03-10
io: implement socket watch for win32 using WSAEventSelect+select
Paolo Bonzini
1
-0
/
+3
2016-03-10
io: introduce qio_channel_create_socket_watch
Paolo Bonzini
1
-1
/
+19
2016-02-23
include: Clean up includes
Peter Maydell
2
-2
/
+0
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
1
-0
/
+52
2016-02-15
io: improve docs for QIOChannelSocket async functions
Daniel P. Berrange
1
-2
/
+9
2016-01-20
io: fix description of @errp parameter initialization
Daniel P. Berrange
4
-21
/
+21
2015-12-18
io: add QIOChannelBuffer class
Daniel P. Berrange
1
-0
/
+60
2015-12-18
io: add QIOChannelCommand class
Daniel P. Berrange
1
-0
/
+91
2015-12-18
io: add QIOChannelWebsock class
Daniel P. Berrange
1
-0
/
+108
2015-12-18
io: add QIOChannelTLS class
Daniel P. Berrange
1
-0
/
+142
2015-12-18
io: add QIOChannelFile class
Daniel P. Berrange
1
-0
/
+93
2015-12-18
io: add QIOChannelSocket class
Daniel P. Berrange
1
-0
/
+244
2015-12-18
io: add QIOTask class for async operations
Daniel P. Berrange
1
-0
/
+256
2015-12-18
io: add helper module for creating watches on FDs
Daniel P. Berrange
1
-0
/
+72
2015-12-18
io: add abstract QIOChannel classes
Daniel P. Berrange
1
-0
/
+502