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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make all TorClient constructors wrap the TorClient in an Arc.
Nick Mathewson
2026-05-13
2
-4
/
+10
*
Log socks isolation
Jim Newsome
2026-04-08
1
-0
/
+1
*
arti: Add an option to disable http_connect.
Nick Mathewson
2026-03-25
2
-1
/
+1
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
*
arti: Pass the request by reference
Gabriela Moldovan
2026-01-27
1
-2
/
+2
*
arti: Make internal helper synchronous
Gabriela Moldovan
2026-01-27
1
-2
/
+2
*
arti: Extract function to find a ProtoError source
Nick Mathewson
2026-01-22
1
-11
/
+5
*
arti: Export the chosen ports in a ports_info.json file.
Nick Mathewson
2025-12-16
1
-0
/
+170
*
Merge branch 'ticket_2259' into 'main'
Nick Mathewson
2025-11-25
1
-1
/
+26
|
\
|
*
arti: Put supported request headers in Tor-Capabilties
Nick Mathewson
2025-11-18
1
-1
/
+26
*
|
http-connect: use end reason for http status if possible
Nick Mathewson
2025-11-24
1
-1
/
+38
*
|
http_connect: Report end reasons for HTTP CONNECT failures.
Nick Mathewson
2025-11-19
1
-6
/
+27
*
|
tor-error: Provide a more reasonable API for http status codes.
Nick Mathewson
2025-11-18
1
-2
/
+2
*
|
tor-error: Add support for ErrorKind->HTTP status conversion
Nick Mathewson
2025-11-18
1
-78
/
+2
|
/
*
http_connect: Add AsyncReadExt to fix compilation.
Nick Mathewson
2025-11-13
1
-2
/
+2
*
Merge branch 'http_xsprobe' into 'main'
Nick Mathewson
2025-11-13
1
-1
/
+142
|
\
|
*
http_connect: prevent tests from colliding on directories
Nick Mathewson
2025-11-13
1
-5
/
+16
|
*
http_connect: fix to conform to MSRV
Nick Mathewson
2025-11-13
1
-1
/
+1
|
*
http_connect: add a test for Host validation.
Nick Mathewson
2025-11-13
1
-0
/
+73
|
*
Validate Host header for non-CONNECT requests to HTTP CONNECT port
Nick Mathewson
2025-11-03
1
-1
/
+58
*
|
Add a notion of isolation strong enough to enable long-lived circuits.
Nick Mathewson
2025-11-12
1
-0
/
+22
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
|
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
2
-45
/
+29
|
/
*
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
-21
/
+38
*
http_connect: write our own hyper-futures replacement
Nick Mathewson
2025-10-28
1
-4
/
+77
*
http_connect: Forbid non-empty OPTIONS bodies.
Nick Mathewson
2025-10-28
1
-0
/
+8
*
http_connect: validate casei behavior of HeaderMap.
Nick Mathewson
2025-10-28
1
-0
/
+36
*
http_connect: Declare that error messages are text/plain.
Nick Mathewson
2025-10-28
1
-1
/
+1
*
http_connect: Reject OPTIONS requests with bodies
Nick Mathewson
2025-10-28
1
-2
/
+11
*
http_connect: Implement stream isolation
Nick Mathewson
2025-10-28
1
-4
/
+74
*
http_connect: implement rpc support
Nick Mathewson
2025-10-28
1
-6
/
+76
*
http-connect: Implement X-Tor-Family-Preference
Nick Mathewson
2025-10-28
1
-5
/
+79
*
http_connect: Use consts for headers.
Nick Mathewson
2025-10-28
1
-4
/
+16
*
http_connect: Generate an X-Tor-Request-Failed header.
Nick Mathewson
2025-10-28
1
-2
/
+20
*
http_connect: Provide better status codes for ErrorKinds.
Nick Mathewson
2025-10-28
2
-4
/
+77
*
arti: Implement a "bilingual" HTTP CONNECT proxy.
Nick Mathewson
2025-10-28
1
-0
/
+325
*
arti: Detect proxy protocol _before_ starting SOCKS.
Nick Mathewson
2025-10-28
2
-23
/
+14
*
arti: Pass a buffered stream to handle_socks_conn
Nick Mathewson
2025-10-28
1
-2
/
+11
*
arti: Renaming around socks/generic proxies
Nick Mathewson
2025-10-28
1
-10
/
+10
*
arti: Split socks-specific parts out of handle_socks_conn
Nick Mathewson
2025-10-28
1
-0
/
+463