aboutsummaryrefslogtreecommitdiffhomepage
path: root/pingora-core
AgeCommit message (Expand)Author
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-22Add a convenience function to retrieve Session digestewang
2024-04-22Add body_bytes_read() method to Sessionewang
2024-04-22address string interpolation outside of proper contextMatthew Gumport
2024-04-22Replace `splitn(2)` with `split_once`Yesterday17
2024-04-22feat: Change Server::run_forever to take ownership and ensure exit semanticsgengteng
2024-04-12Add tls upstream support for SSLKEYLOG to allow decryption of traffic for deb...Andrew Hauck
2024-04-12Add cache_not_modified_filter, handle etag/last-modifiedewang
2024-04-05Fix typos and grammar issues in docsYuchen Wu
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-05Fix voldemort types in public interfaceBenjamin Halsted
2024-04-05Add config for grace period and graceful shutdown timeoutHiroaki Nakamura
2024-04-05Use escape_default() and limit the buffer size for InvalidHTTPHeader errors w...Andrew Hauck
2024-03-22Refactoring external change to address code-review commentsyuchen/test-marh22Kevin Guthrie
2024-03-22feat: implement Keep-Alive header parsing in Sessiongengteng
2024-03-22Require nix ~0.24.3 and chrono ~0.4.31 in Cargo.tomlewang
2024-03-22Correctly init body writer for upgraded requestsYuchen Wu
2024-03-22feat: Enhance Server::new to accept impl Into<Option<T>> for ergonomicsgengteng
2024-03-15Add server_addr and client_addr to Sessionewang
2024-03-15Treat OS read timeouts as ReadError rather than ReadTimeout when reading http...Andrew Hauck
2024-03-15compile and test cleanly with nightlyMatthew Gumport
2024-03-15Unify the type for matching `verify_result`afon
2024-03-15Revert "Fix verify_result() in ssl client for boringssl"Andrew Hauck
2024-03-15Fix SslMethod reference in connectors tests for boringsslAndrew Hauck
2024-03-15Fix verify_result() in ssl client for boringsslAndrew Hauck
2024-03-15Ensure consistent usage of doc.rs links in rustdoc commentsAndrew Hauck
2024-03-01More minor comment fixes and improvementsewang
2024-03-01Fix typos and grammar issuesYuchen Wu
2024-02-27Release Pingora version 0.1.0v0.1.0Yuchen Wu