aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bleep
AgeCommit message (Expand)Author
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
2024-06-28Add is_hit fn to RTCache CacheStatusEdward Wang
2024-06-28Expose a few more TLS APIsYuchen Wu
2024-06-21Fixes #234 - Clarify `ServerConf` documentationWladimir Palant
2024-06-21compression: allow setting level per algorithmMatthew Gumport
2024-06-21Make ipv6_only flag an Option<bool>Edward Wang
2024-06-21change tinyufo test to be deterministicMatthew Gumport
2024-06-21Expose TCP_INFO fields as pubEdward Wang
2024-06-21h2c supportAndrew Hauck
2024-06-21Fixed typo in docs: connnection => connectionWladimir Palant
2024-06-21Fxi clippy for Rust 1.79Yuchen Wu
2024-06-21Auto generate the size and verify it for setsockops callsYuchen Wu
2024-06-21add get_socket_cookie helperIvan Babrou
2024-06-21Track write duration on Poll::Ready(Err)Andrew Hauck
2024-06-21Remove Accept-Ranges header when response is compressedAndrew Hauck
2024-06-14Fix a couple of typos/grammar issuesJames Munns
2024-06-14Add trait for converting Options to ErrorsAndrew Hauck
2024-06-14expose new_uds errAlex Severin
2024-06-14Update bleeperGideon Tong
2024-06-07Add new_h1() backYuchen Wu
2024-06-07Respect the keepalive setting sent in HTTP clientYuchen Wu
2024-06-07Introduce HttpModules to pingora-proxy.Yuchen Wu
2024-06-07Faster remove_header() call.Yuchen Wu
2024-06-07update CacheKey to allow overriding primary key hashZaidoon Abd Al Hadi
2024-05-31Pin triomphe to keep our MSRVYuchen Wu
2024-05-31Fixes #231 - Remove Markdown code from the long CLI helpWladimir Palant
2024-05-31finish todoAlex Severin
2024-05-31get_tcp_info and get_recv_buf should return None for UDSAndrew Hauck
2024-05-31Refactor Service API: Arc is no longer needed for apps.Yuchen Wu
2024-05-31Simplify vectored write APIYuchen Wu
2024-05-31Add read and write pending time infoYuchen Wu
2024-05-31Add ability to get TCP_INFO through SocketDigest, add get_recv_buf functionAndrew Hauck
2024-05-31Redesign the API of HTTP moduleYuchen Wu
2024-05-24Addressing github #231 - Cleaning up cli-help textKevin Guthrie