Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually that was quite a stupid way of handling timeoutsdocker-33 | Alex Auvolat | 2022-01-24 | 1 | -26/+11 |
| | |||||
* | Fix busy loopdocker-32 | Alex Auvolat | 2022-01-24 | 1 | -4/+9 |
| | |||||
* | Kill connections lasting more than 24h | Alex Auvolat | 2022-01-24 | 1 | -3/+10 |
| | |||||
* | Handle proxy timeouts | Alex Auvolat | 2022-01-24 | 1 | -4/+33 |
| | |||||
* | Add graceful shutdown and memory tracing | Alex Auvolat | 2022-01-24 | 1 | -13/+39 |
| | |||||
* | Make nodes aware of where they are and use that to priorize backendsdocker-28 | Alex Auvolat | 2022-01-13 | 1 | -0/+2 |
| | |||||
* | Exclude partial content from compression | Alex Auvolat | 2021-12-10 | 1 | -25/+35 |
| | |||||
* | Brotli seems to cause issues, disable itdocker-24 | Alex Auvolat | 2021-12-10 | 1 | -5/+5 |
| | |||||
* | cargo clippy | Alex Auvolat | 2021-12-09 | 1 | -3/+7 |
| | |||||
* | Remove content-length when compressed; don't compress small response | Alex Auvolat | 2021-12-09 | 1 | -4/+28 |
| | |||||
* | cargo fmtdocker-23 | Alex Auvolat | 2021-12-09 | 1 | -1/+5 |
| | |||||
* | Better compression choices | Alex Auvolat | 2021-12-09 | 1 | -5/+27 |
| | |||||
* | Compression | Alex Auvolat | 2021-12-09 | 1 | -23/+110 |
| | |||||
* | Improved management of ACME orders and certificate pre-expiration period | Alex Auvolat | 2021-12-09 | 1 | -1/+0 |
| | |||||
* | Handle HTTPS targets | Alex Auvolat | 2021-12-08 | 1 | -8/+15 |
| | |||||
* | Inverse how priorities work | Alex Auvolat | 2021-12-08 | 1 | -5/+4 |
| | |||||
* | Different logging | Alex Auvolat | 2021-12-08 | 1 | -1/+5 |
| | |||||
* | Try to fix things | Alex Auvolat | 2021-12-08 | 1 | -0/+2 |
| | |||||
* | Logging output improvements | Alex Auvolat | 2021-12-08 | 1 | -2/+2 |
| | |||||
* | Implement glob pattern hostnames | Alex Auvolat | 2021-12-08 | 1 | -1/+1 |
| | | | | | no wildcard certificates: one certificate per matching hostname that actually recieves requests | ||||
* | Better handle get_cert for https request (faster path, hostname verification) | Alex Auvolat | 2021-12-07 | 1 | -2/+5 |
| | |||||
* | Add support for custom headers | Alex Auvolat | 2021-12-07 | 1 | -5/+11 |
| | |||||
* | Round robin backends | Alex Auvolat | 2021-12-07 | 1 | -1/+4 |
| | |||||
* | Got a reverse proxy | Alex Auvolat | 2021-12-07 | 1 | -0/+126 |