summary refs log tree commit diff stats
path: root/python/qemu/aqmp/protocol.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* python/aqmp: rename AQMPError to QMPErrorJohn Snow2022-01-211-4/+4
* python/aqmp: copy type definitions from qmpJohn Snow2022-01-211-6/+10
* Python/aqmp: fix type definitions for mypy 0.920John Snow2022-01-101-2/+3
* python/aqmp: fix ConnectError string methodJohn Snow2021-11-161-1/+5
* python/aqmp: Fix disconnect during capabilities negotiationJohn Snow2021-11-161-5/+13
* python/aqmp: Reduce severity of EOFError-caused loop terminationsJohn Snow2021-10-121-2/+5
* python/aqmp: add AsyncProtocol._readline() methodJohn Snow2021-09-271-0/+29
* python/aqmp: add _cb_inbound and _cb_outbound logging hooksJohn Snow2021-09-271-4/+46
* python/aqmp: add configurable read buffer limitJohn Snow2021-09-271-2/+16
* python/aqmp: add AsyncProtocol.accept() methodJohn Snow2021-09-271-4/+85
* python/aqmp: add logging to AsyncProtocolJohn Snow2021-09-271-9/+73
* python/aqmp: add runstate state machine to AsyncProtocolJohn Snow2021-09-271-4/+155
* python/aqmp: add generic async message-based protocol supportJohn Snow2021-09-271-0/+521