aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/transport/proxied.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* tor-rtcompat+misc: add `NetStreamProvider::ConnectOptions`Steven Engler2026-06-081-1/+3
* tor-chanmgr: fix `unused_imports` warningSteven Engler2026-05-271-1/+3
* chanmgr: report target address, not proxy address, in errorNick Mathewson2026-05-071-2/+2
* chanmgr: refactor error typesNick Mathewson2026-05-071-2/+8
* tor-chanmgr: add loopback validation, startup warning and httparseNihal2026-03-181-95/+116
* tor-chanmgr: split handshake into helper functionsNihal2026-03-181-14/+47
* tor-chanmgr: fix type inference in handshakeNihal2026-03-181-1/+1
* tor-chanmgr: refactor handshake into helper functionsNihal2026-03-181-30/+53
* tor-chanmgr: implement HTTP CONNECT proxy handshake and wire transportNihal2026-03-181-14/+162
* proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-191-8/+6
* tor-chanmgr: fix proxy config parsing and clippy lintNihal2026-02-161-1/+1
* tor-chanmgr: remove SocketAddr and improve errorNihal2026-02-161-1/+1
* tor-chanmgr: add From<ProxyError> for io::Error conversionNihal2026-02-161-0/+6
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-2/+0
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-10/+7
* tor-socksproto: Handle 0-byte reads (EOF) correctlyIan Jackson2024-10-011-1/+1
* tor-chanmgr: Use new tor-socksproto API (fmt)Ian Jackson2024-10-011-2/+1
* tor-chanmgr: Use new tor-socksproto APIIan Jackson2024-10-011-56/+16
* Apply deferred rustfmt churnIan Jackson2024-10-011-3/+2
* tor-socksproto: Move `handshake` to be a trait methodIan Jackson2024-10-011-0/+1
* Revert "socks users: detect closed sockets."Ian Jackson2024-10-011-11/+1
* Revert "socks users: copy the correct amount in our drain logic."Ian Jackson2024-10-011-1/+1
* socks users: copy the correct amount in our drain logic.Nick Mathewson2024-09-241-1/+1
* socks users: detect closed sockets.Nick Mathewson2024-09-241-1/+11
* rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-241-7/+7
* socksproto: Add a const for suggested buffer length.Nick Mathewson2024-09-091-1/+2
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Add initial support for running a PT in server modeSaksham Mittal2023-08-241-2/+2
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Fix a local-only CPU DoS bug.Nick Mathewson2023-05-231-0/+15
* s/ProtocolFailed/ProtocolViolation/g where possibleNeel Chauhan2023-04-081-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* chanmgr: trace-level logs when launching connections.Nick Mathewson2023-01-061-0/+12
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Rename TransportHelper => TransportImplHelper.Nick Mathewson2022-11-301-2/+2
* Merge branch 'bridge-addr-2' into 'main'Nick Mathewson2022-11-301-5/+5
|\
| * Separate BridgeAddr and PtTargetAddrIan Jackson2022-11-301-5/+5
* | PT protocol: pt-spec conformance with password fieldNick Mathewson2022-11-301-4/+5
* | connect_via_proxy: Actually send initial handshake.Nick Mathewson2022-11-301-3/+3
* | PT SOCKS tests: add a few more testsIan Jackson2022-11-301-1/+6
* | PT SOCKS tests: test name that only fits in V4Ian Jackson2022-11-301-3/+7
|/
* Merge branch 'todos-chanmgr' into 'main'Nick Mathewson2022-11-291-5/+11
|\
| * chanmgr: Distinguish failure to connect to proxy from other IO failuresNick Mathewson2022-11-291-5/+11
* | Remove deprecated aliases in tor-linkspec.Nick Mathewson2022-11-291-5/+5
|/
* Draft: Pluggable transport managereta2022-11-281-13/+38
* Make ChannelMethod non-exhaustiveIan Jackson2022-11-241-0/+6
* tor-chanmgr: Suppress an unused imports warning for `use super::*`Ian Jackson2022-10-211-0/+1