Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (#5849) Convert rst to markdown (#6040) | dstipp | 2019-09-17 | 1 | -249/+0 |
| | | | | | Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change. | ||||
* | Fix tightloop over connecting to replication server | Erik Johnston | 2019-02-26 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | If the client failed to process incoming commands during the initial set up of the replication connection it would immediately disconnect and reconnect, resulting in a tightloop. This can happen, for example, when subscribing to a stream that has a row that is too long in the backlog. The fix here is to not consider the connection successfully set up until the client has succesfully subscribed and caught up with the streams. This ensures that the retry logic timers aren't reset until then, meaning that if an error does happen during start up the client will continue backing off before retrying again. | ||||
* | Docs | Erik Johnston | 2019-02-19 | 1 | -0/+5 |
| | |||||
* | Documentation | Erik Johnston | 2019-02-19 | 1 | -1/+20 |
| | |||||
* | Add a brief list of commands to docs | Erik Johnston | 2017-03-31 | 1 | -0/+46 |
| | |||||
* | Fix up docs | Erik Johnston | 2017-03-31 | 1 | -8/+8 |
| | |||||
* | Fix indentation in docs/ | Erik Johnston | 2017-03-30 | 1 | -25/+28 |
| | |||||
* | Initial TCP protocol implementation | Erik Johnston | 2017-03-30 | 1 | -0/+174 |
This defines the low level TCP replication protocol |