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
/
.bleep
Age
Commit message (
Expand
)
Author
2024-08-09
Updated flurry and quick_cache (flurry being the only relavent change)
Nathan Prescott
2024-08-09
Retry all h2 connection when encountering graceful shutdown
Yuchen Wu
2024-08-09
Use Rust 1.80
Yuchen Wu
2024-08-09
Handle bare IPv6 address in raw connect Host
Yuchen Wu
2024-07-26
Address Rust 1.80 clippy warnings.
Yuchen Wu
2024-07-26
Fix a rebase merge error
Yuchen Wu
2024-07-26
Add ability to ignore informational responses when proxying downstream
Andrew Hauck
2024-07-26
Support opaque extension field in Backend
Yuchen Wu
2024-07-26
Add callback function to Backends update() to address atomicity issue when bu...
Andrew Hauck
2024-07-26
Add the support for custom L4 connector
Yuchen Wu
2024-07-26
chore(openssl): Update OpenSSL function signatures to use *mut instead of *const
pluveto
2024-07-26
Fixes #311 - Make timeouts Sync
Wladimir Palant
2024-07-26
Fix bleep commit hash
Yuchen Wu
2024-07-12
Add support for setting DSCP on client and server sockets
Andrew Hauck
2024-07-12
Upgrade to Rust 1.79
Yuchen Wu
2024-07-12
Correctly cast H2 error for GOAWAY
Yuchen Wu
2024-07-12
Ignore 0.0.0.0 when checking fd mismatch
Yuchen Wu
2024-07-12
Provide or_fail() for convenience error conversion.
Yuchen Wu
2024-07-12
Add an example to create and import 3rd party modules
Yuchen Wu
2024-07-12
Change from debug to display when socket mismatch happens
Yuchen Wu
2024-07-12
Provide a group key for connection reuse isolation
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-07-12
Allow to create a new connection when the current one is shutting down
Yuchen Wu
2024-06-28
make seeded estimator and plumbing for tests
Matthew Gumport
2024-06-28
Change max allowed resp headers in HeaderSerde to match H1 max
Edward Wang
2024-06-28
Add a replacement cli-parsing function for `Opt` that can be used in quicksta...
Kevin Guthrie
2024-06-28
Fixes #261 - Better `Default` implementation for `Opt`
Wladimir Palant
2024-06-28
Update comments on digest functions
Andrew Hauck
2024-06-28
Fixes #270 - Add `Session::digest_mut()` method
Wladimir Palant
2024-06-28
Parse UDS with prefix
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
Make type alias http::Module public
Yuchen Wu
2024-06-28
Report evction/invalidtion types
Yuchen Wu
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-28
Add is_hit fn to RTCache CacheStatus
Edward Wang
2024-06-28
Expose a few more TLS APIs
Yuchen Wu
2024-06-21
Fixes #234 - Clarify `ServerConf` documentation
Wladimir Palant
2024-06-21
compression: allow setting level per algorithm
Matthew Gumport
2024-06-21
Make ipv6_only flag an Option<bool>
Edward Wang
2024-06-21
change tinyufo test to be deterministic
Matthew Gumport
2024-06-21
Expose TCP_INFO fields as pub
Edward Wang
2024-06-21
h2c support
Andrew Hauck
2024-06-21
Fixed typo in docs: connnection => connection
Wladimir Palant
2024-06-21
Fxi clippy for Rust 1.79
Yuchen Wu
2024-06-21
Auto generate the size and verify it for setsockops calls
Yuchen Wu
2024-06-21
add get_socket_cookie helper
Ivan Babrou
2024-06-21
Track write duration on Poll::Ready(Err)
Andrew Hauck
[prev]
[next]