summary refs log tree commit diff
path: root/.github (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-06Convert synapse.api to async/await (#8031)Patrick Cloke22-160/+172
2020-08-06Convert run_as_background_process inner function to async. (#8032)Patrick Cloke4-26/+16
2020-08-06Improve performance of the register endpoint (#8009)Patrick Cloke6-74/+146
2020-08-06Fixup worker doc (again) (#8000)Erik Johnston3-14/+43
2020-08-05Rename database classes to make some sense (#8033)Erik Johnston337-1323/+1408
2020-08-05Stop the parent process flushing the logs on exit (#8012)Richard van der Hoff4-3/+10
2020-08-05bug report template: move comments into comment (#8030)Richard van der Hoff1-2/+2
2020-08-04Spruce up the check-newsfragment CI output (#8024)Andrew Morgan2-1/+13
2020-08-04Fix async/await calls for broken media providers. (#8027)Patrick Cloke3-22/+21
2020-08-04Convert the SimpleHttpClient to async. (#8016)Patrick Cloke3-32/+26
2020-08-04Convert streams to async. (#8014)Patrick Cloke10-30/+27
2020-08-04re-implement daemonize (#8011)Richard van der Hoff4-14/+135
2020-08-03Remove signature check on v1 identity serv