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
Commit message (
Expand
)
Author
Age
Files
Lines
*
arti: Fix some visibility-based compilation errors.
Nick Mathewson
2026-02-24
2
-6
/
+10
*
arti: Migrate top-level configuration to dd(TorConfig).
Nick Mathewson
2026-02-24
3
-143
/
+82
*
arti: Port rpc configuration to dd(TorConfig).
Nick Mathewson
2026-02-24
3
-74
/
+74
*
arti: Port logging config to dd(TorConfig)
Nick Mathewson
2026-02-24
1
-130
/
+69
*
arti: Fix up proxy launching documentation
Nick Mathewson
2026-02-19
2
-3
/
+5
*
arti: Extract responsibility for port listing.
Nick Mathewson
2026-02-19
6
-98
/
+108
*
arti: Refactor socks proxy launcher function.
Nick Mathewson
2026-02-19
2
-16
/
+40
*
arti: Refactor dns proxy launcher function.
Nick Mathewson
2026-02-19
2
-9
/
+34
*
Merge branch 'mr_3616_rebased' into 'main'
Nick Mathewson
2026-02-16
2
-0
/
+42
|
\
|
*
docs: add outbound proxy implementation notes
Nihal
2026-02-16
1
-0
/
+21
|
*
docs: add outbound proxy
Nihal
2026-02-16
1
-0
/
+21
*
|
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
2
-0
/
+2
|
/
*
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: improve error message for invalid socks/dns port
Steven Engler
2026-02-02
2
-10
/
+6
*
arti: improve help text for `-p` and `-d`
Steven Engler
2026-02-02
1
-2
/
+2
*
arti: remove `resolve_listen_port!` macro
Steven Engler
2026-01-29
1
-35
/
+0
*
arti: remove deprecated `proxy.dns_port` config option
Steven Engler
2026-01-29
3
-20
/
+4
*
arti: remove deprecated `proxy.socks_port` config option
Steven Engler
2026-01-29
3
-21
/
+9
*
arti: small changes to socks/dns listen config tests
Steven Engler
2026-01-29
1
-16
/
+13
*
arti: relax '_listen'/'_port' config compat tests
Steven Engler
2026-01-29
1
-40
/
+2
*
arti: reword+reformat warning message
Steven Engler
2026-01-29
1
-1
/
+4
*
arti: Do not panic when invalid ports are given as arguments to proxy
Niel Duysters
2026-01-30
1
-2
/
+8
*
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
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
2
-0
/
+2
*
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
2
-11
/
+22
*
arti: Fix commented out comment in example
Clara Engler
2026-01-22
1
-1
/
+1
*
tor-dircommon: Document prop330 syntax better
Clara Engler
2026-01-22
1
-1
/
+33
*
Merge branch 'opaque_arti_2.0' into 'main'
Nick Mathewson
2026-01-15
4
-51
/
+119
|
\
|
*
arti: Resolve unreachable-pub warnings.
Nick Mathewson
2026-01-13
2
-24
/
+63
|
*
arti: rename experimental-api "run" to "run_proxy".
Nick Mathewson
2026-01-13
1
-1
/
+1
|
*
Make arti crate opaque by default
Nick Mathewson
2026-01-13
2
-27
/
+56
*
|
arti: call `tor_log_ratelim::install_runtime`
Steven Engler
2026-01-14
1
-2
/
+6
|
/
*
arti: fix path comment in example config
Steven Engler
2026-01-12
1
-1
/
+1
*
Make sure that rpc_state_sender lives as long as the proxies.
Nick Mathewson
2026-01-12
1
-2
/
+8
*
keymgr: Make CTorPath more like the client/service specifiers
Gabriela Moldovan
2026-01-06
1
-3
/
+3
*
keymgr: Move Unrecognized errors out of KeyPathError
Gabriela Moldovan
2026-01-06
2
-3
/
+2
*
arti: Remove no-longer needed helper function
Gabriela Moldovan
2026-01-06
1
-23
/
+18
*
arti: Remove special handling for C Tor keys (fmt)
Gabriela Moldovan
2026-01-06
1
-4
/
+1
*
arti: Remove special handling for C Tor keys
Gabriela Moldovan
2026-01-06
1
-40
/
+2
*
Improve socks_listen/dns_listen documentation.
Nick Mathewson
2025-12-16
1
-3
/
+8
*
arti: Move "port_info_file" configuration into "storage"
Nick Mathewson
2025-12-16
3
-12
/
+34
*
arti: tweak port_info documentation.
Nick Mathewson
2025-12-16
1
-0
/
+3
*
arti: Export the chosen ports in a ports_info.json file.
Nick Mathewson
2025-12-16
7
-24
/
+266
*
arti: Change how proxy futures are returned.
Nick Mathewson
2025-12-16
3
-26
/
+45
*
arti: tweak docs, add TODOs with respect to Listener.
Nick Mathewson
2025-12-16
3
-1
/
+6
*
arti: Log the actual addresses we are listening on.
Nick Mathewson
2025-12-16
2
-4
/
+10
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-1
/
+0
[next]