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
/
python
/
qemu
/
aqmp
/
protocol.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
python: rename qemu.aqmp to qemu.qmp
John Snow
2022-04-21
1
-1048
/
+0
*
python/aqmp: drop _bind_hack()
John Snow
2022-03-07
1
-38
/
+3
*
python/aqmp: add start_server() and accept() methods
John Snow
2022-03-07
1
-5
/
+62
*
python/aqmp: stop the server during disconnect()
John Snow
2022-03-07
1
-1
/
+5
*
python/aqmp: refactor _do_accept() into two distinct steps
John Snow
2022-03-07
1
-5
/
+24
*
python/aqmp: squelch pylint warning for too many lines
John Snow
2022-03-07
1
-0
/
+3
*
python/aqmp: split _client_connected_cb() out as _incoming()
John Snow
2022-03-07
1
-25
/
+58
*
python/aqmp: remove _new_session and _establish_connection
John Snow
2022-03-07
1
-72
/
+45
*
python/aqmp: rename 'accept()' to 'start_server_and_accept()'
John Snow
2022-03-07
1
-2
/
+4
*
python/aqmp: add _session_guard()
John Snow
2022-03-07
1
-27
/
+62
*
python/aqmp: add socket bind step to legacy.py
John Snow
2022-02-02
1
-3
/
+38
*
python/aqmp: rename AQMPError to QMPError
John Snow
2022-01-21
1
-4
/
+4
*
python/aqmp: copy type definitions from qmp
John Snow
2022-01-21
1
-6
/
+10
*
Python/aqmp: fix type definitions for mypy 0.920
John Snow
2022-01-11
1
-2
/
+3
*
python/aqmp: fix ConnectError string method
John Snow
2021-11-16
1
-1
/
+5
*
python/aqmp: Fix disconnect during capabilities negotiation
John Snow
2021-11-16
1
-5
/
+13
*
python/aqmp: Reduce severity of EOFError-caused loop terminations
John Snow
2021-10-12
1
-2
/
+5
*
python/aqmp: add AsyncProtocol._readline() method
John Snow
2021-09-27
1
-0
/
+29
*
python/aqmp: add _cb_inbound and _cb_outbound logging hooks
John Snow
2021-09-27
1
-4
/
+46
*
python/aqmp: add configurable read buffer limit
John Snow
2021-09-27
1
-2
/
+16
*
python/aqmp: add AsyncProtocol.accept() method
John Snow
2021-09-27
1
-4
/
+85
*
python/aqmp: add logging to AsyncProtocol
John Snow
2021-09-27
1
-9
/
+73
*
python/aqmp: add runstate state machine to AsyncProtocol
John Snow
2021-09-27
1
-4
/
+155
*
python/aqmp: add generic async message-based protocol support
John Snow
2021-09-27
1
-0
/
+521