Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |