core-agent-ide/codex-rs/network-proxy/src
Michael Bolin 700a29e157
chore: introduce *Args types for new() methods (#10009)
Constructors with long param lists can be hard to reason about when a
number of the args are `None`, in practice. Introducing a struct to use
as the args type helps make things more self-documenting.
2026-01-27 19:15:38 +00:00
..
admin.rs feat: introducing a network sandbox proxy (#8442) 2026-01-23 17:47:09 -08:00
config.rs feat(network-proxy): add a SOCKS5 proxy with policy enforcement (#9803) 2026-01-27 10:09:39 -08:00
http_proxy.rs chore: introduce *Args types for new() methods (#10009) 2026-01-27 19:15:38 +00:00
lib.rs chore: introduce *Args types for new() methods (#10009) 2026-01-27 19:15:38 +00:00
main.rs feat: introducing a network sandbox proxy (#8442) 2026-01-23 17:47:09 -08:00
network_policy.rs chore: introduce *Args types for new() methods (#10009) 2026-01-27 19:15:38 +00:00
policy.rs feat: introducing a network sandbox proxy (#8442) 2026-01-23 17:47:09 -08:00
proxy.rs feat(network-proxy): add a SOCKS5 proxy with policy enforcement (#9803) 2026-01-27 10:09:39 -08:00
reasons.rs feat: introducing a network sandbox proxy (#8442) 2026-01-23 17:47:09 -08:00
responses.rs feat: introducing a network sandbox proxy (#8442) 2026-01-23 17:47:09 -08:00
runtime.rs chore: introduce *Args types for new() methods (#10009) 2026-01-27 19:15:38 +00:00
socks5.rs chore: introduce *Args types for new() methods (#10009) 2026-01-27 19:15:38 +00:00
state.rs chore: introduce *Args types for new() methods (#10009) 2026-01-27 19:15:38 +00:00
upstream.rs feat: introducing a network sandbox proxy (#8442) 2026-01-23 17:47:09 -08:00