summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
* arti: Fix some visibility-based compilation errors.Nick Mathewson2026-02-242-6/+10
* arti: Migrate top-level configuration to dd(TorConfig).Nick Mathewson2026-02-243-143/+82
* arti: Port rpc configuration to dd(TorConfig).Nick Mathewson2026-02-243-74/+74
* arti: Port logging config to dd(TorConfig)Nick Mathewson2026-02-241-130/+69
* arti: Fix up proxy launching documentationNick Mathewson2026-02-192-3/+5
* arti: Extract responsibility for port listing.Nick Mathewson2026-02-196-98/+108
* arti: Refactor socks proxy launcher function.Nick Mathewson2026-02-192-16/+40
* arti: Refactor dns proxy launcher function.Nick Mathewson2026-02-192-9/+34
* Merge branch 'mr_3616_rebased' into 'main'Nick Mathewson2026-02-162-0/+42
|\
| * docs: add outbound proxy implementation notesNihal2026-02-161-0/+21
| * docs: add outbound proxyNihal2026-02-161-0/+21
* | Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-162-0/+2
|/
* arti: Use ErrorSources in extract_proto_errRobert Bartlensky2026-02-141-12/+5
* Don't log Circuit Closed errors as warningsrobertb2026-02-051-1/+6
* arti: improve error message for invalid socks/dns portSteven Engler2026-02-022-10/+6
* arti: improve help text for `-p` and `-d`Steven Engler2026-02-021-2/+2
* arti: remove `resolve_listen_port!` macroSteven Engler2026-01-291-35/+0
* arti: remove deprecated `proxy.dns_port` config optionSteven Engler2026-01-293-20/+4
* arti: remove deprecated `proxy.socks_port` config optionSteven Engler2026-01-293-21/+9
* arti: small changes to socks/dns listen config testsSteven Engler2026-01-291-16/+13
* arti: relax '_listen'/'_port' config compat testsSteven Engler2026-01-291-40/+2
* arti: reword+reformat warning messageSteven Engler2026-01-291-1/+4
* arti: Do not panic when invalid ports are given as arguments to proxyNiel Duysters2026-01-301-2/+8
* arti: Pass the request by referenceGabriela Moldovan2026-01-271-2/+2
* arti: Make internal helper synchronousGabriela Moldovan2026-01-271-2/+2
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-272-0/+2
* arti: Downgrade CircuitClosed to debug level.Nick Mathewson2026-01-221-3/+20
* arti: Extract function to find a ProtoError sourceNick Mathewson2026-01-222-11/+22
* arti: Fix commented out comment in exampleClara Engler2026-01-221-1/+1
* tor-dircommon: Document prop330 syntax betterClara Engler2026-01-221-1/+33
* Merge branch 'opaque_arti_2.0' into 'main'Nick Mathewson2026-01-154-51/+119
|\
| * arti: Resolve unreachable-pub warnings.Nick Mathewson2026-01-132-24/+63
| * arti: rename experimental-api "run" to "run_proxy".Nick Mathewson2026-01-131-1/+1
| * Make arti crate opaque by defaultNick Mathewson2026-01-132-27/+56
* | arti: call `tor_log_ratelim::install_runtime`Steven Engler2026-01-141-2/+6
|/
* arti: fix path comment in example configSteven Engler2026-01-121-1/+1
* Make sure that rpc_state_sender lives as long as the proxies.Nick Mathewson2026-01-121-2/+8
* keymgr: Make CTorPath more like the client/service specifiersGabriela Moldovan2026-01-061-3/+3
* keymgr: Move Unrecognized errors out of KeyPathErrorGabriela Moldovan2026-01-062-3/+2
* arti: Remove no-longer needed helper functionGabriela Moldovan2026-01-061-23/+18
* arti: Remove special handling for C Tor keys (fmt)Gabriela Moldovan2026-01-061-4/+1
* arti: Remove special handling for C Tor keysGabriela Moldovan2026-01-061-40/+2
* Improve socks_listen/dns_listen documentation.Nick Mathewson2025-12-161-3/+8
* arti: Move "port_info_file" configuration into "storage"Nick Mathewson2025-12-163-12/+34
* arti: tweak port_info documentation.Nick Mathewson2025-12-161-0/+3
* arti: Export the chosen ports in a ports_info.json file.Nick Mathewson2025-12-167-24/+266
* arti: Change how proxy futures are returned.Nick Mathewson2025-12-163-26/+45
* arti: tweak docs, add TODOs with respect to Listener.Nick Mathewson2025-12-163-1/+6
* arti: Log the actual addresses we are listening on.Nick Mathewson2025-12-162-4/+10
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-1/+0