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
/
subcommands
Commit message (
Expand
)
Author
Age
Files
Lines
*
arti: Extract responsibility for port listing.
Nick Mathewson
2026-02-19
1
-8
/
+20
*
arti: Refactor socks proxy launcher function.
Nick Mathewson
2026-02-19
1
-3
/
+6
*
arti: Refactor dns proxy launcher function.
Nick Mathewson
2026-02-19
1
-3
/
+4
*
arti: improve error message for invalid socks/dns port
Steven Engler
2026-02-02
1
-10
/
+4
*
arti: remove deprecated `proxy.dns_port` config option
Steven Engler
2026-01-29
1
-2
/
+2
*
arti: remove deprecated `proxy.socks_port` config option
Steven Engler
2026-01-29
1
-3
/
+3
*
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
*
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
*
arti: Move "port_info_file" configuration into "storage"
Nick Mathewson
2025-12-16
1
-1
/
+1
*
arti: Export the chosen ports in a ports_info.json file.
Nick Mathewson
2025-12-16
1
-8
/
+26
*
arti: Change how proxy futures are returned.
Nick Mathewson
2025-12-16
1
-15
/
+19
*
arti: tweak docs, add TODOs with respect to Listener.
Nick Mathewson
2025-12-16
1
-0
/
+3
*
Merge branch 'torclient-keymgr-accessor' into 'main'
wesleyac
2025-12-03
1
-12
/
+10
|
\
|
*
arti: keys: use `TorClient::keymgr` instead of `InertTorClient::keymgr` in `r...
hjrgrn
2025-11-05
1
-12
/
+10
*
|
arti: Adjust a no-longer acccurate hss doc
Gabriela Moldovan
2025-12-01
1
-1
/
+1
*
|
arti: Add missing subcommand docs
Gabriela Moldovan
2025-12-01
4
-0
/
+6
*
|
Add `hsc key ctor-migrate` subcommand
hjrgrn
2025-11-24
1
-0
/
+119
|
/
*
arti: Revise strings that implied that we were a SOCKS-only proxy.
Nick Mathewson
2025-10-28
1
-4
/
+10
*
arti: Renaming around socks/generic proxies
Nick Mathewson
2025-10-28
1
-1
/
+1
*
Rename "arti::socks" to "arti::proxy".
Nick Mathewson
2025-10-28
1
-2
/
+2
*
arti: keys: Simplify `run_check_integrity`
hjrgrn
2025-10-08
1
-9
/
+7
*
arti: keys: Improve readability of `print_check_integrity_incipit`
hjrgrn
2025-10-08
1
-11
/
+7
*
arti: keys: Fix typo in `run_check_integrity`
hjrgrn
2025-10-08
1
-1
/
+1
*
arti: keys: Rename `invalid_entry` to `expired_entry` in `run_check_integrity`
hjrgrn
2025-10-08
1
-3
/
+3
*
arti: keys: Add warning for unexpected invalid keystore entry
hjrgrn
2025-10-08
1
-14
/
+16
*
arti: keys: Improve readability of `run_check_integrity`
hjrgrn
2025-10-08
1
-5
/
+4
*
arti: keys: Add comment explaining why `services` cannot be dropped
hjrgrn
2025-10-08
1
-0
/
+2
*
arti: keys: Add comment explaining difference between `affected_keystores` an...
hjrgrn
2025-10-08
1
-0
/
+5
*
arti: keys: Refactor `get_expired_keys`
hjrgrn
2025-10-08
1
-9
/
+6
*
arti: keys: Add integrity check for empty expired_entries
hjrgrn
2025-10-08
1
-0
/
+14
*
arti: keys: Introduce InvalidKeystoreEntry and InvalidKeystoreEntries structs
hjrgrn
2025-10-08
1
-33
/
+74
*
arti: keys: Remove `filter` in favor of `retain` in `run_check_integrity`
hjrgrn
2025-10-08
1
-11
/
+9
*
arti: keys: Add comment explaining expired entry handling in `run_check_integ...
hjrgrn
2025-10-08
1
-0
/
+2
*
arti: keys: Improve `run_check_integrity` function
hjrgrn
2025-10-08
1
-11
/
+23
*
arti: keys: Adapt `maybe_remove_invalid_entries` to updated `run_check_integr...
hjrgrn
2025-10-08
1
-14
/
+19
*
arti: keys: Refactor function `display_invalid_keystore_entries`
hjrgrn
2025-10-08
1
-32
/
+40
*
arti: keys: Implement `display_invalid_keystore_entries`
hjrgrn
2025-10-08
1
-2
/
+39
*
arti: keys: Refactor `display_invalid_keystore_entries`
hjrgrn
2025-10-08
1
-35
/
+38
*
arti: keys: Refactor run_check_integrity to use keystores with IDs
hjrgrn
2025-10-08
1
-28
/
+37
*
arti: Add skip_all to instrument call.
Wesley Aptekar-Cassels
2025-09-24
1
-1
/
+1
*
arti: Add skip_all to instrument macro.
Wesley Aptekar-Cassels
2025-09-24
1
-1
/
+1
*
opentelemetry: Add some instrument macros.
Wesley Aptekar-Cassels
2025-09-24
1
-1
/
+4
*
arti: test: Add integration test for `hss ctor-migrate`
hjrgrn
2025-09-10
1
-4
/
+3
*
arti: keys: Add `keys check-integrity` CLI tool
hjrgrn
2025-09-04
1
-17
/
+220
*
arti: keys: Fix `display_keystore_entries` output
hjrgrn
2025-08-09
1
-0
/
+1
[next]