aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-14Pin the stable Rust versionYuchen Wu
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-06-07Add msrv (1.72) to build-check matrixKevin Guthrie
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
2024-05-24Dropping the clap version to the most recent compatible with our rust 1.72Kevin Guthrie
2024-05-24Fixes #235 - Replace unmaintained structopt crate by clapWladimir Palant
2024-05-24Add ability to set server side tcp keepaliveAndrew Hauck
2024-05-24Allow the lookup_duration to be readYuchen Wu
2024-05-24Track cache lookup timeYuchen Wu
2024-05-24expose session to cache_hit_filter phaseZaidoon Abd Al Hadi
2024-05-24Ignore write_response_header on upgraded websocketsAndrew Hauck
2024-05-24avoid a possible race condition when releasing h2 connectionsYuchen Wu
2024-05-24Don't panic when h2 fails to allocate a streamYuchen Wu
2024-05-24Add request body filterYuchen Wu
2024-05-17TCP fast open server side support.Yuchen Wu
2024-05-17set SO_RCVBUF before connectDaniel Dao
2024-05-17Client side TCP fast open supportYuchen Wu
2024-05-17Add BasicPeer::new_uds constructorEdward Wang
2024-05-10Release 0.2.00.2.0Yuchen Wu
2024-05-10Fix clipper warning on Rust 1.78Yuchen 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