Drop memory limit. It was useful to debug OOMs but is now unnecessary
[dnsseed-rust] / src /
2019-05-21 Matt CoralloFix subver regex parsing with spaces
2019-05-20 Matt CoralloImplement WasGood timeout
2019-05-20 Matt CoralloAllow NODE_NETWORK_LIMITED for full node consideration
2019-05-20 Matt CoralloFix dnsseed hostname
2019-05-20 Matt CoralloUpdate services properly on Good state
2019-05-20 Matt CoralloReject oversized addr messages
2019-05-20 Matt CoralloGenerate DNS entries for all known service flags
2019-05-20 Matt CoralloRequire port 8333, use IPs not socketaddrs for DNS
2019-05-20 Matt CoralloAdd nodes dumper
2019-05-20 Matt CoralloTotal runtime timeout, fix saves
2019-05-19 Matt CoralloImplement shutdown, input reading
2019-05-19 Matt CoralloImplement subver regex checking, allow multiple version...
2019-05-19 Matt Coralloimplement storing/reading data in human-readable data...
2019-05-19 Matt CoralloRefactor per-node-scan-start into a function
2019-05-18 Matt CoralloTrack service bits
2019-05-18 Matt CoralloInitial checkin