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
/
arti
/
src
/
proxy.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
arti: Ratelimit proxy error reports
syphyr
2026-07-23
1
-3
/
+46
*
Remove now-unneeded allow(clippy::cognitive_complexity)
Jim Newsome
2026-07-15
1
-1
/
+0
*
Merge branch 'socket-buf-size' into 'main'
opara
2026-05-21
1
-2
/
+3
|
\
|
*
arti: add 'proxy.socket_{send,recv}_buf_size' config options
Steven Engler
2026-05-07
1
-20
/
+2
|
*
arti: use 128 KB socket buffers for proxy sockets
Steven Engler
2026-05-07
1
-2
/
+18
|
*
tor-rtcompat+misc: add `NetStreamProvider::ListenOptions`
Steven Engler
2026-05-07
1
-1
/
+4
*
|
Merge branch 'arc_torclient' into 'main'
Nick Mathewson
2026-05-13
1
-4
/
+4
|
\
\
|
*
|
Make all TorClient constructors wrap the TorClient in an Arc.
Nick Mathewson
2026-05-13
1
-4
/
+4
|
|
/
*
/
Turn an expectation into an allow
Ian Jackson
2026-05-13
1
-1
/
+1
|
/
*
arti: fix clippy warnings in `report_proxy_error()`
Steven Engler
2026-03-30
1
-3
/
+5
*
arti: use report macros in `report_proxy_error()`
Steven Engler
2026-03-30
1
-5
/
+6
*
arti: don't warn for `NotConnected` errors
Steven Engler
2026-03-30
1
-0
/
+1
*
arti: Add an option to disable http_connect.
Nick Mathewson
2026-03-25
1
-18
/
+52
*
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
[next]