index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-chanmgr
/
src
/
transport
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-10
/
+10
*
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
2
-0
/
+2
*
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
2
-0
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
2
-0
/
+2
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-2
/
+2
*
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
*
Use ErrorReport for errors in warn! in tor-chanmgr
Ian Jackson
2023-01-30
1
-2
/
+2
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
2
-0
/
+2
*
chanmgr: trace-level logs when launching connections.
Nick Mathewson
2023-01-06
2
-0
/
+15
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Rename TransportHelper => TransportImplHelper.
Nick Mathewson
2022-11-30
2
-3
/
+3
*
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: Invent [Box]ChanSensitive for two error payloads
Ian Jackson
2022-11-23
1
-1
/
+4
*
Merge branch 'guards_as_bridges_part1' into 'main'
Nick Mathewson
2022-10-24
1
-4
/
+2
|
\
|
*
guardmgr: Refactor the interior of FirstHop.
Nick Mathewson
2022-10-24
1
-4
/
+2
*
|
tor-chanmgr: Suppress an unused imports warning for `use super::*`
Ian Jackson
2022-10-21
1
-0
/
+1
|
/
*
Oops: Mark some imports as pt-client only.
Nick Mathewson
2022-10-21
1
-3
/
+9
*
transport: Escape = signs in keys only.
Nick Mathewson
2022-10-20
1
-8
/
+13
*
Clarify comment on ExternalProxyPlugin.
Nick Mathewson
2022-10-20
1
-1
/
+2
*
transport: rename "ExtraneousData" to "UnexpectedData"
Nick Mathewson
2022-10-20
1
-5
/
+5
*
chanmgr: Add the code necessary to use SOCKS PTs via a TransportHelper
Nick Mathewson
2022-10-20
1
-3
/
+237
*
chanmgr: Begin a socks-client implementation.
Nick Mathewson
2022-10-20
1
-0
/
+215
*
ChanMgr: Reorganize factory, builder, transport code.
Nick Mathewson
2022-10-13
1
-0
/
+228