core-agent-ide/codex-rs/network-proxy/src
viyatb-oai 6a79ed5920
refactor: remove proxy admin endpoint (#13687)
## Summary
- delete the network proxy admin server and its runtime listener/task
plumbing
- remove the admin endpoint config, runtime, requirement, protocol,
schema, and debug-surface fields
- update proxy docs to reflect the remaining HTTP and SOCKS listeners
only
2026-03-05 22:03:16 -08:00
..
certs.rs feat(network-proxy): add MITM support and gate limited-mode CONNECT (#9859) 2026-02-24 18:15:15 +00:00
config.rs refactor: remove proxy admin endpoint (#13687) 2026-03-05 22:03:16 -08:00
http_proxy.rs fix(network-proxy): reject mismatched host headers (#13275) 2026-03-03 15:12:06 -08:00
lib.rs refactor: remove proxy admin endpoint (#13687) 2026-03-05 22:03:16 -08:00
mitm.rs feat(network-proxy): add MITM support and gate limited-mode CONNECT (#9859) 2026-02-24 18:15:15 +00:00
mitm_tests.rs feat(network-proxy): add MITM support and gate limited-mode CONNECT (#9859) 2026-02-24 18:15:15 +00:00
network_policy.rs feat(network-proxy): add embedded OTEL policy audit logging (#12046) 2026-02-25 11:46:37 -05:00
policy.rs feat: introducing a network sandbox proxy (#8442) 2026-01-23 17:47:09 -08:00
proxy.rs refactor: remove proxy admin endpoint (#13687) 2026-03-05 22:03:16 -08:00
reasons.rs feat(network-proxy): add embedded OTEL policy audit logging (#12046) 2026-02-25 11:46:37 -05:00
responses.rs feat(network-proxy): add MITM support and gate limited-mode CONNECT (#9859) 2026-02-24 18:15:15 +00:00
runtime.rs refactor: remove proxy admin endpoint (#13687) 2026-03-05 22:03:16 -08:00
socks5.rs feat(network-proxy): add embedded OTEL policy audit logging (#12046) 2026-02-25 11:46:37 -05:00
state.rs refactor: remove proxy admin endpoint (#13687) 2026-03-05 22:03:16 -08:00
upstream.rs feat: enable premessage-deflate for websockets (#10966) 2026-02-07 17:59:34 -08:00