Results 378 issues of Jeremy Rand

In my current stream isolation PR, stream ID's and their associated LRU caches accumulate forever. The Tor stream isolation codebase will tell us when a new `NYM_EPOCH` has been reached;...

The text that appears via `ncdns --help` includes the following text for the `cachemaxentries` flag: `Maximum name cache entries (default 100)`. This would lead the user to believe that setting...

Adding `ncdns` and `dns-prop279` to an Electrum-NMC+`txtorcon` `.tar.xz` archive increases the archive's size by 4.6 MiB. (Both Go programs were built for linux/amd64 with Go 1.10.3) This is way too...

Whenever I use `q` to query Unbound for a nonexistent subdomain of a `.bit` domain (e.g. the `www.bluishcoder.bit` subdomain, which doesn't exist while `bluishcoder.bit` does exist), I get `SERVFAIL` instead...

It would be useful to have a systemd service for ncdns. It looks like @pcre23 has done [some initial work](https://github.com/pcre23/namecoin_sshtunnel) on this, but apparently [they're stuck](https://www.reddit.com/r/Namecoin/comments/9vamkj/systemd_ncdnsservice/eaakr8y).

Instead just stop resolving domains until the error goes away. This fixes issues where ncdns would exit if, for example, Namecoin Core wasn't running or wasn't fully synced when ncdns...

See https://travis-ci.org/namecoin/ncdns/jobs/432291271#L1755 . Appears to be a bug in miekg/dns. Doesn't happen for other targets on Go 1.11, and doesn't happen on Go 1.10.x for any targets.

I noticed on 2017 April 30 that running `q.exe -dnssec -check -anchor ../bit.key @127.0.0.1 bluishcoder.bit` produces the error `dns: bad key`. Using the ZSK instead works fine. It's not entirely...

ncdns uses a [fork of Conformal's btcjson](https://github.com/hlandauf/btcjson). What is the reason for that fork? Only one substantive change seems to be present, and it's not obvious to me why it's...