aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bleep
AgeCommit message (Expand)Author
2024-05-10Release 0.2.00.2.0Yuchen Wu
2024-05-10cargo fmtKevin Guthrie
2024-05-10Add `Service<HttpProxy<T>>` constructor for providing nameJames Munns
2024-05-10Add upstream_response_trailer_filter reference to user guideAndrew Hauck
2024-05-10Add purge_response callbackewang
2024-05-10Make `pop_closed` pub, to simplify DIY drainsBenjamin Leggett
2024-05-10Always return HttpTask::Body on body done instead of HttpTask::doneAndrew Hauck
2024-05-10parse and send HTTP/1 reason phraseYuchen Wu
2024-05-10finish zip todoAlex Severin
2024-05-10unzip map itemsAlex Severin
2024-05-10Add async_cleanup() method to ServerApp traityaohuiming
2024-04-26Fix non linux buildAndrew Hauck
2024-04-26Update zstd-safe to 7.1.0 and zstd to 0.13.1 in pingora-header-serdeJohan Planchon
2024-04-26Splitting out the daemon group_id type for MacOs and FreeBsdKevin Guthrie
2024-04-26Fix build on FreeBSD.Yonas
2024-04-26Add support for downstream h2 trailers and add an upstream h2 response traile...Andrew Hauck
2024-04-26Add the ability to set TCP recv buf sizeYuchen Wu
2024-04-26docs: add build requirements to README.mdShane Utt
2024-04-26Vary examplesGustav Davidsson
2024-04-22Add a convenience function to retrieve Session digestewang
2024-04-22Add body_bytes_read() method to Sessionewang
2024-04-22fix tinylfu test flakeMatthew Gumport
2024-04-22lru: using max to simplify the if statementXiaobo Liu
2024-04-22add edition to `.rustfmt.toml`Matthew Gumport
2024-04-22address string interpolation outside of proper contextMatthew Gumport
2024-04-22Fix #186 Expose Bucket to prevent compile error in Rust <= 1.73Kevin Guthrie
2024-04-22Replace `splitn(2)` with `split_once`Yesterday17
2024-04-22Fix the counting problem of `used_weight` data field in `LruUnit<T>`JiajunDu
2024-04-22feat: Change Server::run_forever to take ownership and ensure exit semanticsgengteng
2024-04-22refactor: estimator::Estimator::newatamakahere
2024-04-12fix cargo run --example server, missing certY.Shing
2024-04-12Add tls upstream support for SSLKEYLOG to allow decryption of traffic for deb...Andrew Hauck
2024-04-12RUSTSEC-2024-0332: bump h2Yuchen Wu
2024-04-12Add cache_not_modified_filter, handle etag/last-modifiedewang
2024-04-05Add/polish some commentsGustav Davidsson
2024-04-05Clarify cache-control regex commentsewang
2024-04-05Fix typos and grammar issues in docsYuchen Wu
2024-04-05Add the doc configuration that enables the nice docs about detailing which th...Kevin Guthrie
2024-04-05Add ServerConf::merge_with_opt for when Opt/ServerConf are used togetherewang
2024-04-05Add doc comments for unstable fields in ServerConfewang
2024-04-05Expose currently pub(crate) configuration options, provide new Server constru...James Munns
2024-04-05Only compile pingora-openssl when openssl feature is enabled.afon
2024-04-05Fix voldemort types in public interfaceBenjamin Halsted
2024-04-05bleeper: ignore DockerfileMatthew Gumport
2024-04-05Add config for grace period and graceful shutdown timeoutHiroaki Nakamura
2024-04-05Allow response body to be modified.Yuchen Wu
2024-04-05Add example that routes to LB cluster based on request uriAndrew Hauck
2024-04-05Use escape_default() and limit the buffer size for InvalidHTTPHeader errors w...Andrew Hauck
2024-04-05tests(cache): add tests for purge methodpluveto
2024-03-22Refactoring external change to address code-review commentsyuchen/test-marh22Kevin Guthrie