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
/
proxy.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
arti: Fix up proxy launching documentation
Nick Mathewson
2026-02-19
1
-1
/
+2
*
arti: Extract responsibility for port listing.
Nick Mathewson
2026-02-19
1
-50
/
+29
*
arti: Refactor socks proxy launcher function.
Nick Mathewson
2026-02-19
1
-13
/
+34
*
arti: Use ErrorSources in extract_proto_err
Robert Bartlensky
2026-02-14
1
-12
/
+5
*
Don't log Circuit Closed errors as warnings
robertb
2026-02-05
1
-1
/
+6
*
arti: Downgrade CircuitClosed to debug level.
Nick Mathewson
2026-01-22
1
-3
/
+20
*
arti: Extract function to find a ProtoError source
Nick Mathewson
2026-01-22
1
-0
/
+17
*
Make sure that rpc_state_sender lives as long as the proxies.
Nick Mathewson
2026-01-12
1
-2
/
+8
*
arti: Export the chosen ports in a ports_info.json file.
Nick Mathewson
2025-12-16
1
-7
/
+26
*
arti: Change how proxy futures are returned.
Nick Mathewson
2025-12-16
1
-4
/
+6
*
arti: tweak docs, add TODOs with respect to Listener.
Nick Mathewson
2025-12-16
1
-1
/
+2
*
arti: Log the actual addresses we are listening on.
Nick Mathewson
2025-12-16
1
-2
/
+4
*
tor-config: rename `Listen::is_localhost_only` to `is_loopback_only`
Steven Engler
2025-12-02
1
-1
/
+1
*
Fix compilation without all-features.
Nick Mathewson
2025-11-12
1
-1
/
+2
*
Add a notion of isolation strong enough to enable long-lived circuits.
Nick Mathewson
2025-11-12
1
-0
/
+12
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-1
/
+1
*
Replace copy_interactive with futures-copy.
Nick Mathewson
2025-10-30
1
-70
/
+5
*
Merge branch 'remove_socks' into 'main'
Nick Mathewson
2025-10-28
1
-4
/
+17
|
\
|
*
arti: explain APP_STREAM_BUF_LEN is what it is.
Nick Mathewson
2025-10-28
1
-0
/
+6
|
*
arti: Revise strings that implied that we were a SOCKS-only proxy.
Nick Mathewson
2025-10-28
1
-1
/
+1
|
*
arti: Stop using SOCKS_BUF_LEN for non-SOCKS proxies.
Nick Mathewson
2025-10-28
1
-3
/
+10
*
|
arti: Remove now-needless cognitive_complexity exceptions
Nick Mathewson
2025-10-28
1
-1
/
+0
|
/
*
http_connect: Remove (most) X- prefixes.
Nick Mathewson
2025-10-28
1
-11
/
+6
*
proxy: Revise rpc docs so they are not SOCKS-specific
Nick Mathewson
2025-10-28
1
-14
/
+20
*
http_connect: Implement stream isolation
Nick Mathewson
2025-10-28
1
-0
/
+8
*
arti: Implement a "bilingual" HTTP CONNECT proxy.
Nick Mathewson
2025-10-28
1
-1
/
+1
*
arti: Detect proxy protocol _before_ starting SOCKS.
Nick Mathewson
2025-10-28
1
-3
/
+72
*
arti: Pass a buffered stream to handle_socks_conn
Nick Mathewson
2025-10-28
1
-1
/
+4
*
arti: Renaming around socks/generic proxies
Nick Mathewson
2025-10-28
1
-29
/
+32
*
arti: Split socks-specific parts out of handle_socks_conn
Nick Mathewson
2025-10-28
1
-448
/
+12
*
arti::proxy: Small reformats.
Nick Mathewson
2025-10-28
1
-5
/
+7
*
Rename "arti::socks" to "arti::proxy".
Nick Mathewson
2025-10-28
1
-0
/
+917
*
add udp to runtime
trinity-1686a
2022-03-14
1
-537
/
+0
*
arti: Make main module entrypoints pub
Ian Jackson
2022-03-11
1
-2
/
+2
*
use less magic in http check
trinity-1686a
2022-02-24
1
-2
/
+4
*
make arti return a web page when receiving http request on socks port
trinity-1686a
2022-02-23
1
-1
/
+34
*
Rename ExitTimeout to RemoteNetworkTimeout.
Nick Mathewson
2022-02-17
1
-1
/
+1
*
Try to resolve the "Truncated" error in tor-socksproto
Nick Mathewson
2022-02-11
1
-3
/
+3
*
Make the Error detail type non-exported from arti-client
Nick Mathewson
2022-02-04
1
-3
/
+3
*
Remove many needless borrows and slices
Ian Jackson
2022-02-02
1
-2
/
+2
*
Un-Arc<> TorClient in the arti crate
Nick Mathewson
2022-02-01
1
-3
/
+3
*
StreamPrefs: Re-alphabetise imports following rename
Ian Jackson
2022-01-21
1
-1
/
+1
*
StreamPrefs: rename from ConnectPrefs
Ian Jackson
2022-01-21
1
-3
/
+3
*
connection preferences: Take ConnectPrefs by reference
Ian Jackson
2022-01-19
1
-3
/
+3
*
Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connect
Neel Chauhan
2022-01-08
1
-3
/
+5
*
proxy: introduce new functions to write_all & flush/close
Muhammad Falak R Wani
2021-12-15
1
-42
/
+42
*
proxy: send SOCKS5 reply on failure cases
Muhammad Falak R Wani
2021-12-11
1
-1
/
+14
*
proxy: report an error if all listeners fail.
Nick Mathewson
2021-12-08
1
-1
/
+1
*
Resolve XXXXs in proxy.rs
Nick Mathewson
2021-12-08
1
-3
/
+3
*
More typo fixes that I forgot to save :(
Nick Mathewson
2021-11-24
1
-1
/
+1
[next]