| LOW | cliff.toml | 1 | # git-cliff ~ default configuration file |
| LOW | pingora-lru/benches/bench_lru.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-lru/benches/bench_lru.rs | 21 | //! |
| LOW | pingora-lru/benches/bench_lru.rs | 41 | //! |
| LOW | pingora-lru/benches/bench_lru.rs | 201 | ); |
| LOW | pingora-lru/benches/bench_linked_list.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-lru/src/linked_list.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-lru/src/lib.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-lru/src/lib.rs | 161 | /// |
| LOW | pingora-lru/src/lib.rs | 201 | } |
| LOW | pingora-lru/src/lib.rs | 221 | /// O(1) per iteration in the common case. If the chosen shard is |
| LOW | pingora-core/tests/bootstrap_as_a_service.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/tests/test_basic.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/tests/server_phase_fastshutdown.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/tests/server_phase_gracefulshutdown.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/tests/utils/mod.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/examples/service_dependencies.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/examples/service_dependencies.rs | 21 | //! # Running the example |
| LOW | pingora-core/examples/bootstrap_as_a_service.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/examples/bootstrap_as_a_service.rs | 21 | //! This means the calling thread blocks during socket FD acquisition and Sentry initialization. |
| LOW | pingora-core/examples/client_cert.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/examples/client_cert.rs | 161 | _ => None, |
| LOW | pingora-core/src/lib.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/lib.rs | 21 | |
| LOW | pingora-core/src/lib.rs | 41 | //! - `boringssl`: Use BoringSSL as the TLS library (FIPS compatible) |
| LOW | pingora-core/src/lib.rs | 61 | //! |
| LOW | pingora-core/src/lib.rs | 81 | //! // Apply the filter to a service |
| LOW | pingora-core/src/connectors/offload.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/connectors/l4.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/connectors/mod.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/connectors/mod.rs | 41 | use std::sync::Arc; |
| LOW | pingora-core/src/connectors/mod.rs | 61 | /// |
| LOW | pingora-core/src/connectors/tls/mod.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/connectors/tls/mod.rs | 21 | #[cfg(feature = "s2n")] |
| LOW | pingora-core/src/connectors/tls/s2n/mod.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/connectors/tls/rustls/mod.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | …ngora-core/src/connectors/tls/boringssl_openssl/mod.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/connectors/http/v1.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/connectors/http/mod.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/connectors/http/v2.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/connectors/http/v2.rs | 361 | } |
| LOW | pingora-core/src/connectors/http/v2.rs | 481 | } |
| LOW | pingora-core/src/connectors/http/v2.rs | 501 | /// |
| LOW | pingora-core/src/connectors/http/custom/mod.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/server/bootstrap_services.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/server/bootstrap_services.rs | 81 | #[cfg(feature = "sentry")] |
| LOW | pingora-core/src/server/bootstrap_services.rs | 141 | pub fn set_notify_parent_pid(&mut self, pid: u32) { |
| LOW | pingora-core/src/server/mod.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/server/mod.rs | 121 | |
| LOW | pingora-core/src/server/mod.rs | 501 | execution_phase_watch, |
| LOW | pingora-core/src/server/mod.rs | 521 | /// ``` |
| LOW | pingora-core/src/server/mod.rs | 601 | /// before this function will be lost to any service logic once this function is called. |
| LOW | pingora-core/src/server/daemon.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/server/daemon.rs | 101 | /// # Safety |
| LOW | pingora-core/src/server/daemon.rs | 121 | /// the parent must be running as the same UID as the child by the time that signal arrives — |
| LOW | pingora-core/src/server/daemon.rs | 181 | |
| LOW | pingora-core/src/server/daemon.rs | 321 | /// [`ServerConf::daemon_wait_for_ready`] is `true`. `parent_pid` is the PID of the original |
| LOW | pingora-core/src/server/configuration/mod.rs | 1 | // Copyright 2026 Cloudflare, Inc. |
| LOW | pingora-core/src/server/configuration/mod.rs | 41 | /// Then, users can parse these key-values to pass to their code to use. |
| LOW | pingora-core/src/server/configuration/mod.rs | 61 | pub user: Option<String>, |
| 296 more matches not shown… |