aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-08-09Add documentation on HealthObserve traitbleeper-andrewhauck-f123f5e43eAndrew Hauck
2024-08-09Support observe backend health status #225vicanso
2024-08-07Derive `Ord` and `PartialOrd` for `CompactCacheKey`Kevin Guthrie
2024-08-05Set stale-updating as an explicit CachePhaseEdward Wang
2024-08-03add new_with_weightv1xingyue
2024-08-03Updating the rate-limiter documentation with a simpler exampleKevin Guthrie
2024-08-03docs: add docs for RateLimiterxialeistudio
2024-08-01Add un-gzip support and allow decompress by algorithmEdward Wang
2024-07-31Allow Stale phase in cache_missEdward Wang
2024-07-30Updated flurry and quick_cache (flurry being the only relavent change)Nathan Prescott
2024-07-29Retry all h2 connection when encountering graceful shutdownYuchen Wu
2024-07-26Use Rust 1.80Yuchen Wu
2024-07-25Handle bare IPv6 address in raw connect HostYuchen Wu
2024-08-02Upgrade latest Rust to 1.80Yuchen Wu
2024-07-26Allow unknown linksYuchen Wu
2024-07-26Address Rust 1.80 clippy warnings.Yuchen Wu
2024-07-26Fix a rebase merge errorYuchen Wu
2024-07-26Add ability to ignore informational responses when proxying downstreamAndrew Hauck
2024-07-26Support opaque extension field in BackendYuchen Wu
2024-07-26Add callback function to Backends update() to address atomicity issue when bu...Andrew Hauck
2024-07-26Add the support for custom L4 connectorYuchen Wu
2024-07-26chore(openssl): Update OpenSSL function signatures to use *mut instead of *constpluveto
2024-07-26Fixes #311 - Make timeouts SyncWladimir Palant
2024-07-26Fix bleep commit hashYuchen Wu
2024-07-12Update 0.3.0 CHANGELOGYuchen Wu
2024-07-12Release 0.3.00.3.0Yuchen Wu
2024-07-12Add support for setting DSCP on client and server socketsAndrew Hauck
2024-07-12Upgrade to Rust 1.79Yuchen Wu
2024-07-12Correctly cast H2 error for GOAWAYYuchen Wu
2024-07-12Ignore 0.0.0.0 when checking fd mismatchYuchen Wu
2024-07-12Provide or_fail() for convenience error conversion.Yuchen Wu
2024-07-12Add an example to create and import 3rd party modulesYuchen Wu
2024-07-12Change from debug to display when socket mismatch happensYuchen Wu
2024-07-12Provide a group key for connection reuse isolationYuchen Wu
2024-07-12Mark the error source from get_http_session()Yuchen Wu
2024-07-12Invoke request_body_filter of modules for proxiesYuchen Wu
2024-07-12Allow to create a new connection when the current one is shutting downYuchen Wu
2024-06-28make seeded estimator and plumbing for testsMatthew Gumport
2024-06-28Change max allowed resp headers in HeaderSerde to match H1 maxEdward Wang
2024-06-28Add a replacement cli-parsing function for `Opt` that can be used in quicksta...Kevin Guthrie
2024-06-28Fixes #261 - Better `Default` implementation for `Opt`Wladimir Palant
2024-06-28Update comments on digest functionsAndrew Hauck
2024-06-28Fixes #270 - Add `Session::digest_mut()` methodWladimir Palant
2024-06-28Parse UDS with prefixYuchen Wu
2024-06-28Move adding ResponseCompression module logic to init_downstream_modulesYuchen Wu
2024-06-28Added `init_downstream_modules` phase allowing modules to be set up before st...Wladimir Palant
2024-06-28Make type alias http::Module publicYuchen Wu
2024-06-28Report evction/invalidtion typesYuchen Wu
2024-06-28Always respect_keepalive when releasing http sessionEdward Wang
2024-06-28Add a write timeout to write body buf and an option to set a minimum send rateAndrew Hauck