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: 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