index
:
pingora
ahauck/0.1.0+2
ahauck/apr-5-sync
bleeper-andrewhauck-2c9d4c55853
bleeper-andrewhauck-f123f5e43e
bleeper-gideon
bleeper-gideon-0061d912ea
bleeper-gideon2
bleeper-gustav-2024-09-13
bleeper-kevinbartlett-5bbb21bd37
bleeper-kevinbartlett-72b8880751
bleeper-kevinbartlett-a73e00f51bc6643e93abedc2a763d38122ffb21d
bleeper-kevinbartlett-b01a9bc71f
bleeper-mgumport-89319e9383d6f99066dfeace750a553d45e1c167
bleeper-mgumport-ef8c591ce8
bleeper-yuchen
bleeper-yuchen-18742c65ff
bleeper-yuchen-28f94f2a402
bleeper-yuchen-761f676b044
bleeper-yuchen-819e3bc852ba912c6fcf02bc9aa4f2c5d6a61d79
bleeper-yuchen-88def7550ec
bleeper-yuchen-940539c7d0bff45d8182d4eb6c40d099b20ed44e
bleeper-yuchen-946e1733bc009bf3e73c635ad1b8bac0079dc680
bleeper-yuchen-9df2f3f6e6b919a632b08af4584a1c1a3bcee0fd
bleeper-yuchen-b73e79a6e5ec1d56b300124ffd9839dcf288e2c9
bleeper-yuchen-c90e4ce2596840c60b5ff1737e2141447e5953e1
bleeper-yuchen-dc97a9520b1
bleeper-yuchen-f03c6a3f42d
bleeper-yuchen-fc39bb0c3d35fa5e07c21c261c2a5a68af53d440
ewang/0.1.0+3
ewang/2024-06-28
ewang/2024-08-16
ewang/2024-10-18-sync-1
ewang/2024-10-18-sync-2
ewang/bypass-config-more
ewang/cargo-audit-msrv
ewang/sync-2024-04-12
ewang/sync-2024-04-12-1
ewang/sync-2024-05-24
gtong/fix-typo
hrushikeshdeshpande-updating-semgrep-yml
kbg/change-log
kbg/manual-bleep-sentry
kbg/msrv-check
main
manual-bleeped-commit
mbg/dockerfile
mbg/nightly-compile
mbg/no-thanks
release-0.1.0
release-0.1.1
rust-1.81
rust-1.82
v0.1.0
yuchen-fix/bleep
yuchen/0.1.0+1
yuchen/0.3.0-changelog
yuchen/0.4-changelog
yuchen/mar-22-sync
yuchen/no-clippy-msrv
yuchen/pin-stabe-rust
yuchen/rust-1.80
yuchen/rustls-prework
yuchen/test-marh22
A library for building fast, reliable and evolvable network services.
cloudflare
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pingora-proxy
Age
Commit message (
Expand
)
Author
2024-08-30
Weaken or remove etags when downstream compression applies
Edward Wang
2024-08-09
Set stale-updating as an explicit CachePhase
Edward Wang
2024-08-09
Updating the rate-limiter documentation with a simpler example
Kevin Guthrie
2024-07-26
Address Rust 1.80 clippy warnings.
Yuchen Wu
2024-07-12
Release 0.3.0
0.3.0
Yuchen Wu
2024-07-12
Add an example to create and import 3rd party modules
Yuchen Wu
2024-07-12
Mark the error source from get_http_session()
Yuchen Wu
2024-07-12
Invoke request_body_filter of modules for proxies
Yuchen Wu
2024-06-28
Move adding ResponseCompression module logic to init_downstream_modules
Yuchen Wu
2024-06-28
Added `init_downstream_modules` phase allowing modules to be set up before st...
Wladimir Palant
2024-06-28
Always respect_keepalive when releasing http session
Edward Wang
2024-06-28
Add a write timeout to write body buf and an option to set a minimum send rate
Andrew Hauck
2024-06-21
h2c support
Andrew Hauck
2024-06-14
expose new_uds err
Alex Severin
2024-06-07
Add new_h1() back
Yuchen Wu
2024-06-07
Introduce HttpModules to pingora-proxy.
Yuchen Wu
2024-05-31
Refactor Service API: Arc is no longer needed for apps.
Yuchen Wu
2024-05-24
Dropping the clap version to the most recent compatible with our rust 1.72
Kevin Guthrie
2024-05-24
Fixes #235 - Replace unmaintained structopt crate by clap
Wladimir Palant
2024-05-24
expose session to cache_hit_filter phase
Zaidoon Abd Al Hadi
2024-05-24
Add request body filter
Yuchen Wu
2024-05-10
Release 0.2.0
0.2.0
Yuchen Wu
2024-05-10
Fix clipper warning on Rust 1.78
Yuchen Wu
2024-05-10
cargo fmt
Kevin Guthrie
2024-05-10
Add `Service<HttpProxy<T>>` constructor for providing name
James Munns
2024-05-10
Add purge_response callback
ewang
2024-05-10
Add async_cleanup() method to ServerApp trait
yaohuiming
2024-04-26
Add support for downstream h2 trailers and add an upstream h2 response traile...
Andrew Hauck
2024-04-26
Vary examples
Gustav Davidsson
2024-04-12
Add cache_not_modified_filter, handle etag/last-modified
ewang
2024-04-05
Add/polish some comments
Gustav Davidsson
2024-04-05
Fix typos and grammar issues in docs
Yuchen Wu
2024-04-05
Only compile pingora-openssl when openssl feature is enabled.
afon
2024-04-05
Allow response body to be modified.
Yuchen Wu
2024-04-05
Add example that routes to LB cluster based on request uri
Andrew Hauck
2024-03-15
fix some comments
battmdpkq
2024-03-15
Add server_addr and client_addr to Session
ewang
2024-03-15
compile and test cleanly with nightly
Matthew Gumport
2024-03-01
More minor comment fixes and improvements
ewang
2024-03-01
Fix typos and grammar issues
Yuchen Wu
2024-03-01
Run upstream_response_filter on 304 from upstream cache revalidation
ewang
2024-02-27
Release Pingora version 0.1.0
v0.1.0
Yuchen Wu