index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-chanmgr
/
src
/
transport
/
proxied.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
tor-rtcompat+misc: add `NetStreamProvider::ConnectOptions`
Steven Engler
2026-06-08
1
-1
/
+3
*
tor-chanmgr: fix `unused_imports` warning
Steven Engler
2026-05-27
1
-1
/
+3
*
chanmgr: report target address, not proxy address, in error
Nick Mathewson
2026-05-07
1
-2
/
+2
*
chanmgr: refactor error types
Nick Mathewson
2026-05-07
1
-2
/
+8
*
tor-chanmgr: add loopback validation, startup warning and httparse
Nihal
2026-03-18
1
-95
/
+116
*
tor-chanmgr: split handshake into helper functions
Nihal
2026-03-18
1
-14
/
+47
*
tor-chanmgr: fix type inference in handshake
Nihal
2026-03-18
1
-1
/
+1
*
tor-chanmgr: refactor handshake into helper functions
Nihal
2026-03-18
1
-30
/
+53
*
tor-chanmgr: implement HTTP CONNECT proxy handshake and wire transport
Nihal
2026-03-18
1
-14
/
+162
*
proto: Use the PeerAddr accross channel handshake
David Goulet
2026-02-19
1
-8
/
+6
*
tor-chanmgr: fix proxy config parsing and clippy lint
Nihal
2026-02-16
1
-1
/
+1
*
tor-chanmgr: remove SocketAddr and improve error
Nihal
2026-02-16
1
-1
/
+1
*
tor-chanmgr: add From<ProxyError> for io::Error conversion
Nihal
2026-02-16
1
-0
/
+6
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-2
/
+0
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-10
/
+7
*
tor-socksproto: Handle 0-byte reads (EOF) correctly
Ian Jackson
2024-10-01
1
-1
/
+1
*
tor-chanmgr: Use new tor-socksproto API (fmt)
Ian Jackson
2024-10-01
1
-2
/
+1
*
tor-chanmgr: Use new tor-socksproto API
Ian Jackson
2024-10-01
1
-56
/
+16
*
Apply deferred rustfmt churn
Ian Jackson
2024-10-01
1
-3
/
+2
*
tor-socksproto: Move `handshake` to be a trait method
Ian Jackson
2024-10-01
1
-0
/
+1
*
Revert "socks users: detect closed sockets."
Ian Jackson
2024-10-01
1
-11
/
+1
*
Revert "socks users: copy the correct amount in our drain logic."
Ian Jackson
2024-10-01
1
-1
/
+1
*
socks users: copy the correct amount in our drain logic.
Nick Mathewson
2024-09-24
1
-1
/
+1
*
socks users: detect closed sockets.
Nick Mathewson
2024-09-24
1
-1
/
+11
*
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
1
-7
/
+7
*
socksproto: Add a const for suggested buffer length.
Nick Mathewson
2024-09-09
1
-1
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Add initial support for running a PT in server mode
Saksham Mittal
2023-08-24
1
-2
/
+2
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Fix a local-only CPU DoS bug.
Nick Mathewson
2023-05-23
1
-0
/
+15
*
s/ProtocolFailed/ProtocolViolation/g where possible
Neel Chauhan
2023-04-08
1
-1
/
+1
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
chanmgr: trace-level logs when launching connections.
Nick Mathewson
2023-01-06
1
-0
/
+12
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Rename TransportHelper => TransportImplHelper.
Nick Mathewson
2022-11-30
1
-2
/
+2
*
Merge branch 'bridge-addr-2' into 'main'
Nick Mathewson
2022-11-30
1
-5
/
+5
|
\
|
*
Separate BridgeAddr and PtTargetAddr
Ian Jackson
2022-11-30
1
-5
/
+5
*
|
PT protocol: pt-spec conformance with password field
Nick Mathewson
2022-11-30
1
-4
/
+5
*
|
connect_via_proxy: Actually send initial handshake.
Nick Mathewson
2022-11-30
1
-3
/
+3
*
|
PT SOCKS tests: add a few more tests
Ian Jackson
2022-11-30
1
-1
/
+6
*
|
PT SOCKS tests: test name that only fits in V4
Ian Jackson
2022-11-30
1
-3
/
+7
|
/
*
Merge branch 'todos-chanmgr' into 'main'
Nick Mathewson
2022-11-29
1
-5
/
+11
|
\
|
*
chanmgr: Distinguish failure to connect to proxy from other IO failures
Nick Mathewson
2022-11-29
1
-5
/
+11
*
|
Remove deprecated aliases in tor-linkspec.
Nick Mathewson
2022-11-29
1
-5
/
+5
|
/
*
Draft: Pluggable transport manager
eta
2022-11-28
1
-13
/
+38
*
Make ChannelMethod non-exhaustive
Ian Jackson
2022-11-24
1
-0
/
+6
*
tor-chanmgr: Suppress an unused imports warning for `use super::*`
Ian Jackson
2022-10-21
1
-0
/
+1
[next]