| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up exception handling in the startup code (#9059) | Richard van der Hoff | 2021-01-11 | 1 | -59/+91 |
* | Fix deadlock on SIGHUP (#8918) | Erik Johnston | 2020-12-10 | 1 | -1/+5 |
* | Defer SIGHUP handlers to reactor. (#8817) | Erik Johnston | 2020-11-26 | 1 | -1/+9 |
* | Fix SIGHUP handler (#8697) | Richard van der Hoff | 2020-11-06 | 1 | -3/+2 |
* | Add logging on startup/shutdown (#8448) | Erik Johnston | 2020-10-02 | 1 | -0/+5 |
* | Allow background tasks to be run on a separate worker. (#8369) | Patrick Cloke | 2020-10-02 | 1 | -0/+6 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -2/+2 |
* | Add a comment about _LimitedHostnameResolver | Richard van der Hoff | 2020-08-29 | 1 | -0/+7 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -1/+1 |
* | re-implement daemonize (#8011) | Richard van der Hoff | 2020-08-04 | 1 | -13/+3 |
* | Create a ListenerConfig object (#7681) | Richard van der Hoff | 2020-06-16 | 1 | -3/+5 |
* | Fix new flake8 errors (#7470) | Erik Johnston | 2020-05-12 | 1 | -2/+3 |
* | Add instance name to RDATA/POSITION commands (#7364) | Erik Johnston | 2020-04-29 | 1 | -2/+2 |
* | Move pusherpool startup into _base.setup (#7104) | Richard van der Hoff | 2020-03-19 | 1 | -0/+1 |
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -1/+1 |
* | Freeze allocated objects on startup. (#6953) | Erik Johnston | 2020-02-19 | 1 | -0/+9 |
* | Fix sdnotify with acme enabled (#6571) | Richard van der Hoff | 2019-12-19 | 1 | -3/+7 |
* | Move DB pool and helper functions into dedicated Database class | Erik Johnston | 2019-12-05 | 1 | -1/+1 |
* | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 1 | -1/+3 |
* | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 1 | -5/+7 |
* | Drop dependency on sdnotify (#5871) | Richard van der Hoff | 2019-08-17 | 1 | -10/+37 |
* | Add process hooks to tell systemd our state. | Erik Johnston | 2019-07-22 | 1 | -0/+29 |
* | Support Prometheus_client 0.4.0+ (#5636) | Amber Brown | 2019-07-18 | 1 | -2/+1 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_api_cmd | Erik Johnston | 2019-07-15 | 1 | -29/+34 |
|\ |
|
| * | Add basic opentracing support (#5544) | Jorik Schellekens | 2019-07-11 | 1 | -0/+3 |
| * | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
| * | Fix 'utime went backwards' errors on daemonization. (#5609) | Richard van der Hoff | 2019-07-03 | 1 | -27/+30 |
* | | Add basic admin cmd app | Erik Johnston | 2019-07-02 | 1 | -3/+14 |
|/ |
|
* | Drop support for cpu_affinity (#5525) | Richard van der Hoff | 2019-06-22 | 1 | -25/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -41/+36 |
* | Fix dropped logcontexts during high outbound traffic. (#5277) | Richard van der Hoff | 2019-05-29 | 1 | -7/+13 |
* | Limit in flight DNS requests | Erik Johnston | 2019-04-09 | 1 | -1/+82 |
* | Correctly handle all command line options | Erik Johnston | 2019-03-14 | 1 | -6/+12 |
* | Merge pull request #4632 from matrix-org/erikj/basic_sentry | Erik Johnston | 2019-02-18 | 1 | -0/+30 |
|\ |
|
| * | Fixup comments and add warning | Erik Johnston | 2019-02-13 | 1 | -3/+3 |
| * | Comments | Erik Johnston | 2019-02-12 | 1 | -0/+8 |
| * | Basic sentry integration | Erik Johnston | 2019-02-12 | 1 | -0/+22 |
* | | Update synapse/app/_base.py | Erik Johnston | 2019-02-13 | 1 | -1/+1 |
* | | Improve logging around listening services | Richard van der Hoff | 2019-02-13 | 1 | -9/+14 |
* | | Special-case the default bind_addresses for metrics listener | Richard van der Hoff | 2019-02-13 | 1 | -3/+2 |
|/ |
|
* | Fix error when loading cert if tls is disabled (#4618) | Richard van der Hoff | 2019-02-12 | 1 | -2/+3 |
* | Infer no_tls from presence of TLS listeners | Richard van der Hoff | 2019-02-11 | 1 | -1/+1 |
* | Don't create server contexts when TLS is disabled | Richard van der Hoff | 2019-02-11 | 1 | -0/+5 |
* | Logging improvements around TLS certs | Richard van der Hoff | 2019-02-11 | 1 | -4/+2 |
* | Move ClientTLSOptionsFactory init out of refresh_certificates (#4611) | Richard van der Hoff | 2019-02-11 | 1 | -3/+0 |
* | ACME Reprovisioning (#4522) | Amber Brown | 2019-02-11 | 1 | -0/+19 |
* | Deduplicate some code in synapse.app (#4567) | Amber Brown | 2019-02-08 | 1 | -0/+63 |
* | ACME config cleanups (#4525) | Richard van der Hoff | 2019-01-30 | 1 | -21/+1 |
* | SIGHUP for TLS cert reloading (#4495) | Amber Brown | 2019-01-30 | 1 | -7/+22 |
* | Make workers work on Py3 (#4027) | Amber Brown | 2018-10-13 | 1 | -15/+15 |
* | Integrate presence from hotfixes (#3694) | Amber Brown | 2018-08-18 | 1 | -2/+4 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -4/+7 |
* | Run Prometheus on a different port, optionally. (#3274) | Amber Brown | 2018-05-31 | 1 | -0/+13 |
* | Remove logger argument and do not catch replication listener | Silke | 2017-12-18 | 1 | -6/+7 |
* | Add methods for listening on multiple addresses | Silke Hofstra | 2017-12-17 | 1 | -1/+56 |
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -1/+1 |
* | Make 'affinity' package optional | Erik Johnston | 2017-10-02 | 1 | -1/+14 |
* | Move quit_with_error | Erik Johnston | 2017-10-02 | 1 | -0/+10 |
* | Allow configuration of CPU affinity | Richard van der Hoff | 2017-08-15 | 1 | -1/+8 |
* | Factor out common application start | Richard van der Hoff | 2017-08-15 | 1 | -0/+92 |