aboutsummaryrefslogtreecommitdiff
path: root/src/https.rs
Commit message (Collapse)AuthorAgeFilesLines
* Doc + example + fix domain/host bugQuentin Dufour2022-05-101-2/+8
|
* Try to clean up code and to fix WebSocket problemsdocker-38Alex Auvolat2022-05-061-18/+21
|
* Actually that was quite a stupid way of handling timeoutsdocker-33Alex Auvolat2022-01-241-26/+11
|
* Fix busy loopdocker-32Alex Auvolat2022-01-241-4/+9
|
* Kill connections lasting more than 24hAlex Auvolat2022-01-241-3/+10
|
* Handle proxy timeoutsAlex Auvolat2022-01-241-4/+33
|
* Add graceful shutdown and memory tracingAlex Auvolat2022-01-241-13/+39
|
* Make nodes aware of where they are and use that to priorize backendsdocker-28Alex Auvolat2022-01-131-0/+2
|
* Exclude partial content from compressionAlex Auvolat2021-12-101-25/+35
|
* Brotli seems to cause issues, disable itdocker-24Alex Auvolat2021-12-101-5/+5
|
* cargo clippyAlex Auvolat2021-12-091-3/+7
|
* Remove content-length when compressed; don't compress small responseAlex Auvolat2021-12-091-4/+28
|
* cargo fmtdocker-23Alex Auvolat2021-12-091-1/+5
|
* Better compression choicesAlex Auvolat2021-12-091-5/+27
|
* CompressionAlex Auvolat2021-12-091-23/+110
|
* Improved management of ACME orders and certificate pre-expiration periodAlex Auvolat2021-12-091-1/+0
|
* Handle HTTPS targetsAlex Auvolat2021-12-081-8/+15
|
* Inverse how priorities workAlex Auvolat2021-12-081-5/+4
|
* Different loggingAlex Auvolat2021-12-081-1/+5
|
* Try to fix thingsAlex Auvolat2021-12-081-0/+2
|
* Logging output improvementsAlex Auvolat2021-12-081-2/+2
|
* Implement glob pattern hostnamesAlex Auvolat2021-12-081-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 Auvolat2021-12-071-2/+5
|
* Add support for custom headersAlex Auvolat2021-12-071-5/+11
|
* Round robin backendsAlex Auvolat2021-12-071-1/+4
|
* Got a reverse proxyAlex Auvolat2021-12-071-0/+126