Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-18 | Tweak code coverage settings (#4400) | Erik Johnston | 3 | -0/+17 | |
* Tweak code coverage settings * Fix manifest * Newsfile * Fix commit status? | |||||
2019-01-18 | Remove redundant WrappedConnection (#4409) | Richard van der Hoff | 4 | -93/+67 | |
* Remove redundant WrappedConnection The matrix federation client uses an HTTP connection pool, which times out its idle HTTP connections, so there is no need for any of this business. | |||||