| Commit message (Expand) | Author | Age | Files | Lines |
* | prometheus: disable counter suffixes | Alex Auvolat | 2023-10-02 | 1 | -0/+1 |
* | cargo upgrades: update opentelemetry dependency to 0.20/prometheus to 0.13 | Alex Auvolat | 2023-10-02 | 3 | -15/+36 |
* | replace log,pretty_env_logger by tracing,tracing_subscriber and add timedocker-50 | Alex Auvolat | 2023-08-27 | 7 | -9/+15 |
* | Take into account unhealthy nodes | Alex Auvolat | 2023-08-27 | 3 | -156/+83 |
* | stdout: prettier formatting of proxy config | Alex Auvolat | 2023-08-27 | 2 | -8/+45 |
* | feat: warmup memory store when startingdocker-49feat/load-certs-at-boot | Quentin Dufour | 2023-08-08 | 2 | -9/+69 |
* | update df-consul to fix some issuesdocker-48 | Alex Auvolat | 2023-06-13 | 3 | -14/+17 |
* | cargo fmt | Alex Auvolat | 2023-01-26 | 1 | -7/+3 |
* | Don't do the hack with same_site and same_node, separate lb flags | Alex Auvolat | 2023-01-02 | 2 | -22/+42 |
* | status code just as integer, drop canonical reason string | Alex Auvolat | 2022-12-11 | 1 | -8/+1 |
* | Externalise Consul module to df-consul crate | Alex Auvolat | 2022-12-07 | 4 | -272/+18 |
* | Remove host="" metric parameter for most things | Alex Auvolat | 2022-12-07 | 2 | -24/+33 |
* | More precise histograms | Alex Auvolat | 2022-12-06 | 1 | -1/+10 |
* | Cargo clippydocker-44 | Alex Auvolat | 2022-12-06 | 3 | -10/+10 |
* | Change scheduling algo to deprioritize slow backends + refactoring | Alex Auvolat | 2022-12-06 | 3 | -67/+87 |
* | Add duration metric and improve others as well | Alex Auvolat | 2022-12-05 | 2 | -17/+41 |
* | Add basic support for metrics | Alex Auvolat | 2022-12-05 | 4 | -14/+226 |
* | Update dependencies | Alex Auvolat | 2022-12-05 | 2 | -6/+5 |
* | Add possibility to skip TLS server certificate verification | Alex Auvolat | 2022-08-24 | 2 | -13/+34 |
* | Enable upgrades on http moduledocker-41 | Alex Auvolat | 2022-05-10 | 1 | -8/+11 |
* | Handle HTTP/1.1 SWITCHING_PROTOCOL to handle Connection: Upgrade correctlydocker-40 | Alex Auvolat | 2022-05-10 | 1 | -15/+57 |
* | Try again to fix connection: upgrade bugdocker-39 | Alex Auvolat | 2022-05-06 | 1 | -1/+5 |
* | Try to clean up code and to fix WebSocket problemsdocker-38 | Alex Auvolat | 2022-05-06 | 3 | -43/+60 |
* | Support headers with spaces in their valuedocker-37 | Quentin Dufour | 2022-05-04 | 1 | -1/+17 |
* | Correct cookie concatenationdocker-36 | Alex Auvolat | 2022-02-27 | 1 | -3/+3 |
* | Try to fix cookie issue: concatenate multiple cookie headersdocker-35 | Alex Auvolat | 2022-02-27 | 1 | -16/+22 |
* | Try to fix duplicate Host header issuedocker-34 | Alex Auvolat | 2022-01-25 | 2 | -5/+9 |
* | Actually that was quite a stupid way of handling timeoutsdocker-33 | Alex Auvolat | 2022-01-24 | 3 | -32/+30 |
* | 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 | 5 | -34/+159 |
* | Write proxy config to stdout to separate it from logsdocker-30 | Alex Auvolat | 2022-01-19 | 1 | -2/+3 |
* | Add support for tricot-site-lb and tricot-global-lb tagsdocker-29 | Alex Auvolat | 2022-01-13 | 1 | -0/+8 |
* | Make nodes aware of where they are and use that to priorize backendsdocker-28 | Alex Auvolat | 2022-01-13 | 3 | -11/+56 |
* | cargo fmt and improve error messagedocker-27 | Alex Auvolat | 2021-12-30 | 2 | -4/+7 |
* | Add support for Consul TLS | Alex Auvolat | 2021-12-30 | 2 | -6/+55 |
* | Implement basic domain accesibility check before asking for certificatedocker-25 | Alex Auvolat | 2021-12-14 | 1 | -0/+46 |
* | Exclude partial content from compression | Alex Auvolat | 2021-12-10 | 2 | -29/+39 |
* | Brotli seems to cause issues, disable itdocker-24 | Alex Auvolat | 2021-12-10 | 1 | -5/+5 |
* | cargo clippy | Alex Auvolat | 2021-12-09 | 3 | -5/+9 |
* | 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 |
* | add compressed format | Alex Auvolat | 2021-12-09 | 1 | -1/+1 |
* | Better compression choices | Alex Auvolat | 2021-12-09 | 2 | -6/+28 |
* | Compression | Alex Auvolat | 2021-12-09 | 3 | -65/+159 |
* | Cargo clippydocker-19 | Alex Auvolat | 2021-12-09 | 4 | -6/+6 |
* | Improved management of ACME orders and certificate pre-expiration period | Alex Auvolat | 2021-12-09 | 7 | -79/+116 |
* | Fix multiple header occurences | Alex Auvolat | 2021-12-09 | 1 | -5/+6 |
* | Support totally ignoring backend HTTPS certificate stuff | Alex Auvolat | 2021-12-08 | 4 | -10/+115 |