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-client
/
src
/
address.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
arti-client: remove string slices
Nick Mathewson
2026-06-10
1
-6
/
+5
*
everywhere: Add #[allow(clippy::string_slice)]
Clara Engler
2026-06-09
1
-0
/
+3
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
TorAddr: Add function to inspect the host as an IpAddr, if it is one.
Nick Mathewson
2025-10-28
1
-0
/
+8
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-3
/
+3
*
Fix formatting in test_error_kind function
Vijaya Bhaskar
2025-04-27
1
-1
/
+4
*
Implement HasKind trait for TorAddrError
Vijaya Bhaskar
2025-04-27
1
-1
/
+23
*
Default allow_onion_addrs to true.
Wesley Aptekar-Cassels
2024-10-07
1
-2
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Merge branch 'arti_client_test' into 'main'
gabi-250
2024-03-11
1
-1
/
+12
|
\
|
*
arti-client: increase coverage in src/address.rs
Brady Fomegne
2024-03-05
1
-1
/
+12
*
|
Fix typos in comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
|
/
*
Add NOTEs about similar code for address types.
Nick Mathewson
2023-12-12
1
-1
/
+6
*
arti-client test: add clippy exception
Jim Newsome
2023-11-16
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Turn off HS client connections by default
Ian Jackson
2023-06-29
1
-2
/
+2
*
arti-client tests: Explicitly enable .onion in most tests
Ian Jackson
2023-06-29
1
-2
/
+16
*
arti_client: Add a warning comment to TorAddrError.
Nick Mathewson
2023-06-29
1
-0
/
+3
*
arti_client: Move BadOnion from TorAddrError to ErrorDetail.
Nick Mathewson
2023-06-29
1
-9
/
+0
*
HS configuration: Add and honour `allow_onion_addrs` in configuration
Ian Jackson
2023-06-28
1
-5
/
+8
*
arti-client: address: Prefer to throw OnionAddressResolveRequest (fmt)
Ian Jackson
2023-06-16
1
-9
/
+7
*
arti-client: address: Prefer to throw OnionAddressResolveRequest
Ian Jackson
2023-06-16
1
-7
/
+23
*
arti-client: hs: Test cases for variously disabling .onion
Ian Jackson
2023-06-16
1
-1
/
+57
*
arti-client: StreamPrefs::connect_to_onion_services: honour
Ian Jackson
2023-06-16
1
-0
/
+12
*
arti-client: address: Apply deferred rustfmt churn
Ian Jackson
2023-06-16
1
-2
/
+6
*
arti-client: address: Plumb StreamPrefs into enforce_config
Ian Jackson
2023-06-16
1
-5
/
+10
*
arti-client: address: Move config enforcement
Ian Jackson
2023-06-16
1
-5
/
+9
*
arti-client: address: Move config enforcement (pre-fmt)
Ian Jackson
2023-06-16
1
-2
/
+6
*
arti-client: address: Disable some tests when HS disabled
Ian Jackson
2023-06-16
1
-9
/
+16
*
arti-client: Rename hs feature to onion-service-client (cfg lines)
Ian Jackson
2023-06-16
1
-6
/
+6
*
Discuss in comment why we're not using a newtype for the Strings in Host
Ian Jackson
2023-03-09
1
-0
/
+8
*
Reject invalid hostnames
Ian Jackson
2023-03-09
1
-2
/
+5
*
Fix reference to no-longer-contemplated Host variant
Ian Jackson
2023-03-09
1
-1
/
+1
*
Dummy HsId::from_str on .onion: Return Bug, rather than panicking
Ian Jackson
2023-03-09
1
-5
/
+4
*
Improve error from HsId parse of "www.B32.onion"
Ian Jackson
2023-03-09
1
-0
/
+2
*
arti-client: Parse .onion addresses and dispatch to client.rs
Ian Jackson
2023-03-09
1
-24
/
+126
*
arti-client: DoThingInstructions: Make error returns consistent
Ian Jackson
2023-03-09
1
-8
/
+9
*
arti-client: Host: Use Display::fmt rather than write!
Ian Jackson
2023-03-09
1
-2
/
+3
*
Merge branch 'suffix' into 'main'
Nick Mathewson
2023-03-08
1
-1
/
+1
|
\
|
*
Introduce and use ends_with_ignore_ascii_case
Ian Jackson
2023-03-08
1
-1
/
+1
*
|
Merge branch 'host2' into 'main'
Ian Jackson
2023-03-08
1
-11
/
+90
|
\
\
|
|
/
|
/
|
|
*
arti-client: Host: Be more explicit about what is allowed in Hostname
Ian Jackson
2023-03-08
1
-1
/
+11
|
*
Rustfmt
Ian Jackson
2023-03-08
1
-3
/
+12
|
*
Abolish Host::into_string_and_port
Ian Jackson
2023-03-08
1
-23
/
+0
|
*
arti-client: Do not send resolve requests for IP addrs to exits
Ian Jackson
2023-03-08
1
-0
/
+37
|
*
arti-client addr handling: Introduce StreamInstructions
Ian Jackson
2023-03-08
1
-0
/
+46
*
|
arti-client: Reject .onion, when we should, without allocating
Ian Jackson
2023-03-08
1
-1
/
+2
|
/
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
1
-1
/
+1
[next]