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
/
arti
/
src
/
socks.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
arti::socks: Resolve a TODO MSRV entry.
Nick Mathewson
2025-08-05
1
-6
/
+3
*
expose socks proxy some more
trinity-1686a
2025-05-30
1
-3
/
+21
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
1
-0
/
+2
*
arti: resolve a variant-size-difference warning.
Nick Mathewson
2025-05-15
1
-1
/
+1
*
socks.rs: Update documentation; RpcDataStream has been renamed.
Nick Mathewson
2025-01-30
1
-9
/
+5
*
rpc: Correct API documentation about optimism
Nick Mathewson
2025-01-30
1
-2
/
+1
*
arti: Make Rpc argument unconditional when constructing socks proxy
Nick Mathewson
2025-01-23
1
-9
/
+6
*
arti::socks: Re-wrap a section.
Nick Mathewson
2025-01-23
1
-2
/
+3
*
rpc: Rename new_stream_handle to new_oneshot_client.
Nick Mathewson
2025-01-15
1
-1
/
+1
*
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
*
Replace references to prop351 with socks-extensions.md
Nick Mathewson
2024-10-02
1
-7
/
+10
*
Merge branch 'rpc-doc-socks-objectid' into 'main'
Nick Mathewson
2024-10-02
1
-0
/
+16
|
\
|
*
Copy section on objectid/isolation restrictions from prop351.
Nick Mathewson
2024-09-30
1
-0
/
+16
*
|
Merge branch 'socksproto-3' into 'main'
Ian Jackson
2024-10-01
1
-61
/
+28
|
\
\
|
*
|
tor-socksproto: Handle 0-byte reads (EOF) correctly
Ian Jackson
2024-10-01
1
-1
/
+1
|
*
|
arti SOCKS proxy: Defer splitting the socks stream
Ian Jackson
2024-10-01
1
-13
/
+13
|
*
|
arti SOCKS proxy: Reject pipelined client data
Ian Jackson
2024-10-01
1
-1
/
+1
|
*
|
arti SOCKS proxy: Use new tor-socksproto API
Ian Jackson
2024-10-01
1
-40
/
+17
|
*
|
tor-socksproto: Move `handshake` to be a trait method
Ian Jackson
2024-10-01
1
-1
/
+1
|
*
|
Revert "socks users: detect closed sockets."
Ian Jackson
2024-10-01
1
-6
/
+1
|
*
|
Revert "socks users: copy the correct amount in our drain logic."
Ian Jackson
2024-10-01
1
-1
/
+1
|
*
|
Revert "arti SOCKS proxy: Tear down connections when client sends optimistic ...
Ian Jackson
2024-10-01
1
-5
/
+0
|
|
/
*
/
arti: Warn when listening on non-loopback addresses.
Nick Mathewson
2024-09-25
1
-0
/
+4
|
/
*
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
/
+6
*
Merge branch 'impl-prop-351' into 'main'
Nick Mathewson
2024-09-24
1
-124
/
+106
|
\
|
*
socks: Add a comment about interpreting legacy usernames.
Nick Mathewson
2024-09-24
1
-0
/
+5
|
*
socks: cleanups in interpret_socks_auth
Nick Mathewson
2024-09-18
1
-12
/
+22
|
*
prop351: comment Suggestions from @diziet.
Nick Mathewson
2024-09-18
1
-1
/
+4
|
*
Socks: isolate streams from different extended-socks formats
Nick Mathewson
2024-09-18
1
-3
/
+16
|
*
socks: Optimistically revise format to match torspec!280
Nick Mathewson
2024-09-10
1
-43
/
+53
|
*
socks: update protocol documentation
Nick Mathewson
2024-09-09
1
-78
/
+9
|
*
socks: Implement proposal 351.
Nick Mathewson
2024-09-09
1
-40
/
+50
*
|
Merge branch 'pessimistic' into 'main'
Nick Mathewson
2024-09-24
1
-0
/
+5
|
\
\
|
*
|
arti SOCKS proxy: Tear down connections when client sends optimistic data
Ian Jackson
2024-09-24
1
-0
/
+5
*
|
|
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
1
-2
/
+2
|
/
/
*
/
Fix a typo in WRONG_PROTOCOL_PAYLOAD.
Pier Angelo Vendrame
2024-09-10
1
-2
/
+3
|
/
*
socksproto: Add a const for suggested buffer length.
Nick Mathewson
2024-09-09
1
-2
/
+2
*
rpc: More specificity surrounding SOCKS-rpc integration
Nick Mathewson
2024-09-09
1
-2
/
+25
*
Suggestion about describing non-RPC behavior of SOCKS protocol from @diziet.
Nick Mathewson
2024-09-09
1
-1
/
+3
*
arti: Add a comment explaining how RPC and SOCKS interact
Nick Mathewson
2024-09-09
1
-0
/
+181
*
rpc: Try using postage::watch to initialize ProxyInfo.
Nick Mathewson
2024-08-28
1
-6
/
+6
*
RPC: Add experimental method to list SOCKS proxies.
Nick Mathewson
2024-08-28
1
-1
/
+25
*
RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.
Nick Mathewson
2024-06-11
1
-30
/
+9
*
rpc: Make RpcMgr::lookup_object return context along with object.
Nick Mathewson
2024-06-10
1
-0
/
+1
*
RPC: Use a slightly less awful workaround in socks.rs
Nick Mathewson
2024-05-14
1
-20
/
+34
*
Remove excess indentation from last commit.
Nick Mathewson
2024-05-14
1
-14
/
+11
*
RPC: Refactor socks interpretation to remove stream id, add isolation.
Nick Mathewson
2024-05-14
1
-41
/
+41
*
RPC: Add a trait that can be the target of SOCKS requests
Nick Mathewson
2024-05-12
1
-18
/
+34
*
handle_socks_conn: update parameter name in doc comment
Jim Newsome
2023-10-25
1
-1
/
+1
[next]