Benjamin Fry

Results 55 issues of Benjamin Fry

@bluejekyll At some point would be great, but no hurry at all. As it is, trust-dns-resolver pulls in two versions of idna as reported for example by `cargo deny check`....

https://github.com/ogham/rust-ansi-term/issues/72 I'll mark this failure as "ok" for now.

@djc, here are the types I was suggesting. It's possible that TypedRecordRef is not necessary if we deprecate `Record` and replace all use cases with `TypedRecord`. A different option instead...

I've taken an initial stab at cleaning up the DNSSEC validation and move to associating a Proof to each record. This differs a little bit from what was discussed in...

**Is your feature request related to a problem? Please describe.** Currently still using the crate backtrace for generating backtraces **Describe the solution you'd like** Simply replace with the stdlib variant,...

cleanup
crate:all
dependencies

Trust-DNS is going to be rebranded to Hickory DNS and the repo moved into the https://github.com/HickoryDNS organization. This isn't something I think we should do overnight, so I'm going to...

cleanup
crate:all

While UDP has a maximum packet size, the other streaming protocols theoretically can have unlimited request sizes. We should review the request sizes in these streaming protocols to make sure...

trust
perf
cleanup
crate:proto

The `Record` types currently use the RFC spec of `u32` in APIs for TTL and other time based items. While the internal storage can remain `u32` on the structs, it...

Carrying forward some of the unclosed 0.23 items - [ ] Would be good to get some feedback at least on Make the Name API more principled #1919 - [...

This works: ``` ```plantuml @startuml @enduml ``` This does not: ``` ```plantuml,format=png @startuml @enduml ```