aboutsummaryrefslogtreecommitdiffhomepage
path: root/pingora-core/src/server/mod.rs
AgeCommit message (Expand)Author
2024-10-28Change `new_with_opt_and_conf` to accept `impl Into<Option<Opt>>` instead of ...Kevin Guthrie
2024-10-28Make opt optional for frontendsMatt Fleming
2024-10-18windows: fixes for building pingora-coreFredrik Enestad
2024-10-11feat(core): make 'sentry' optionalYuchen Wu
2024-10-11Windows supportYuchen Wu
2024-10-07Make sentry an optional featureKevin Guthrie
2024-09-06Fix `Opt::parse_args` doc typoAllan
2024-08-16fixup sentry unwrapMatthew Gumport
2024-08-16add support for passing sentry releaseMatthew Gumport
2024-04-22feat: Change Server::run_forever to take ownership and ensure exit semanticsgengteng
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-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-03-22feat: Enhance Server::new to accept impl Into<Option<T>> for ergonomicsgengteng
2024-03-15compile and test cleanly with nightlyMatthew Gumport
2024-02-27Release Pingora version 0.1.0v0.1.0Yuchen Wu