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
*
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
*
Treat only EAFNOSUPPORT as a warning
Jani Monoses
2023-09-26
1
-4
/
+6
*
Handle address already in use
Jani Monoses
2023-09-22
1
-2
/
+2
*
arti, tor-config: Allow listening on generic addresses for SOCKS and DNS.
Jani Monoses
2023-09-22
1
-15
/
+22
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-3
/
+4
*
Remove onion service descriptor-related errorkinds.
Nick Mathewson
2023-06-22
1
-4
/
+0
*
arti: Resolve TODO HS items related to extended SOCKS5 errors
Nick Mathewson
2023-06-22
1
-6
/
+8
*
New ErrorKind for invalid onion addresses
Nick Mathewson
2023-06-22
1
-0
/
+2
*
Remove ErrorKind::OnionService{Intro,Rend}Failed
Nick Mathewson
2023-06-22
1
-6
/
+0
*
Generate correct ErrorKinds for hsdesc decryption failures.
Nick Mathewson
2023-06-21
1
-2
/
+2
*
Add and use ErrorKinds for remaining onion service errors
Nick Mathewson
2023-06-21
1
-6
/
+12
*
arti: return prop304 extended socks5 reply codes for onion services
Nick Mathewson
2023-06-21
1
-0
/
+35
*
arti: Abbreviate SocksStatus and ErrorKind imports and refactor.
Nick Mathewson
2023-06-21
1
-7
/
+8
*
RPC: Suppress a warning to do with RPC and SOCKS
Ian Jackson
2023-06-13
1
-0
/
+1
*
arti: Interpret socks request to mean "lookup an RPC session"
Nick Mathewson
2023-06-05
1
-13
/
+104
*
arti: Move SOCKS code for building StreamPrefs and getting a TorClient.
Nick Mathewson
2023-06-05
1
-12
/
+25
*
arti: Add an alias in the SOCKS code for per-conn isolatino info.
Nick Mathewson
2023-06-05
1
-4
/
+10
*
RPC: tell the `arti` SOCKS code about an RpcMgr object.
Nick Mathewson
2023-06-05
1
-3
/
+26
*
Fix a local-only CPU DoS bug.
Nick Mathewson
2023-05-23
1
-0
/
+10
*
Use ErrorReport/Report for errors in warn! in arti
Ian Jackson
2023-01-30
1
-3
/
+4
*
resolve ip through socks by parsing them
trinity-1686a
2023-01-03
1
-15
/
+25
*
Spelling fixes and normalizations on some high-level crates
Nick Mathewson
2022-11-07
1
-1
/
+1
*
socksproto: Rename SocksHandshake to SocksProxyHandshake.
Nick Mathewson
2022-09-27
1
-1
/
+1
*
arti: Adjust severity on per-socks-request log.
Nick Mathewson
2022-08-25
1
-4
/
+6
[next]