summaryrefslogtreecommitdiffstats
path: root/python/qemu/aqmp/protocol.py
Commit message (Expand)AuthorAgeFilesLines
* 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