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
/
dns.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
arti: Export the chosen ports in a ports_info.json file.
Nick Mathewson
2025-12-16
1
-5
/
+17
*
arti: Change how proxy futures are returned.
Nick Mathewson
2025-12-16
1
-7
/
+20
*
arti: tweak docs, add TODOs with respect to Listener.
Nick Mathewson
2025-12-16
1
-0
/
+1
*
arti: Log the actual addresses we are listening on.
Nick Mathewson
2025-12-16
1
-2
/
+6
*
tor-config: rename `Listen::is_localhost_only` to `is_loopback_only`
Steven Engler
2025-12-02
1
-1
/
+1
*
Add a notion of isolation strong enough to enable long-lived circuits.
Nick Mathewson
2025-11-12
1
-0
/
+4
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-1
/
+1
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
1
-0
/
+2
*
arti: Warn when listening on non-loopback addresses.
Nick Mathewson
2024-09-25
1
-0
/
+4
*
Move from `trust-dns` to `hickory`
Andrew
2023-11-30
1
-6
/
+6
*
Treat only EAFNOSUPPORT as a warning
Jani Monoses
2023-09-26
1
-4
/
+6
*
Handle address already in use
Jani Monoses
2023-09-22
1
-0
/
+4
*
arti, tor-config: Allow listening on generic addresses for SOCKS and DNS.
Jani Monoses
2023-09-22
1
-14
/
+18
*
Bump to trust-dns-proto 0.23.0
Nick Mathewson
2023-09-05
1
-4
/
+4
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-8
/
+5
*
Use ErrorReport - run rustfmt
Ian Jackson
2023-01-30
1
-1
/
+5
*
Apply safelog to DNS response serialisation errors, but report them
Ian Jackson
2023-01-30
1
-5
/
+11
*
Use ErrorReport/Report for errors in warn! in arti
Ian Jackson
2023-01-30
1
-3
/
+4
*
arti: Adjust severity on per-socks-request log.
Nick Mathewson
2022-08-25
1
-1
/
+3
*
arti: Move most public APIs behind `experimental-api`.
Nick Mathewson
2022-08-11
1
-1
/
+2
*
try to differentiate transient from nontransient error
trinity-1686a
2022-06-08
1
-2
/
+0
*
return nodata instead of servfail in some instances
trinity-1686a
2022-06-08
1
-3
/
+13
*
deduplicate dns requests based on transaction id
trinity-1686a
2022-05-30
1
-49
/
+139
*
rename *_isolation_group to *_isolation
trinity-1686a
2022-03-24
1
-1
/
+1
*
Alternative API for set_isolation_group().
Nick Mathewson
2022-03-17
1
-1
/
+1
*
Merge branch 'test-isolation' into 'main'
Nick Mathewson
2022-03-17
1
-6
/
+32
|
\
|
*
add isolation to dns requests
trinity-1686a
2022-03-16
1
-6
/
+32
*
|
Fix typo
Dimitris Apostolou
2022-03-16
1
-1
/
+1
|
/
*
make run_dns_resolver public and fix typo
trinity-1686a
2022-03-15
1
-3
/
+2
*
fix typos and minor issues
trinity-1686a
2022-03-14
1
-2
/
+5
*
actually add DNS support
trinity-1686a
2022-03-14
1
-4
/
+80
*
add skeleton for DNS handling
trinity-1686a
2022-03-14
1
-6
/
+88
*
add udp to runtime
trinity-1686a
2022-03-14
1
-0
/
+21