Commit Graph

353 Commits (master)

Author SHA1 Message Date
Revertron 080d4f3eb2 More dependencies updates. 4 months ago
Revertron a92799fb2d Updated crypto dependencies. 4 months ago
Revertron b74b0e00a0 Added a debug system to catch some deadlock. 6 months ago
Revertron 709125752f Fixed linux builds. 8 months ago
Revertron aa500b3ad8 Added Windows service mode! 11 months ago
Revertron 09303149d9 Attempt to eliminate stale peers. 12 months ago
Revertron e2f0fdf2d8 Fixed TLSA records resolution. 1 year ago
Revertron 8d36119332 Small UI fix. 1 year ago
Revertron 829ee753a0 Stability fixes. 1 year ago
Revertron 167b6db426 Updated sqlite dependency. 1 year ago
Revertron 748ec8273f Updated dependencies. 1 year ago
Revertron 17456e7a6c Optimized failing nodes banning. 1 year ago
Revertron c199a62a04 Optimized network connections (added write timeouts). 1 year ago
Revertron aa246571a7 Fixed unimportant warning, and changed some constants in DoH client. 2 years ago
Revertron b3d077c2a0 Fixed max-nodes constant, changed by mistake. 2 years ago
Revertron e5657d6802 Reworked DNS-resolver. 2 years ago
Revertron 287e88c7e2 Updated dependencies. 2 years ago
Revertron 9bf98214d4 Network optimizations, part 2. 2 years ago
Revertron 74b84f0e65 Network optimizations. 2 years ago
Revertron a612f73649 Fixed the consensus about expired domains. 2 years ago
Revertron beb09ed01c Fixed chatty logging in debug mode. 2 years ago
Revertron 3949bd046b Fixed stale connections. 2 years ago
Revertron 8cfc48e9c0 Small refactoring and fix LF escape in domain data. 2 years ago
Revertron c8f68cb857 A lot of optimization for block checks. Will speed up initial sync by about 15-20% of time. 2 years ago
Revertron cd311f7c9a Build fix. 2 years ago
Revertron 20054e4be7 Optimized p2p communication. Disabled connections from v0.6.*. Updated dependencies. 2 years ago
Revertron ef5cef290e Fixed block-spam over the p2p if there is no consensus. 2 years ago
Revertron a27b6cc75c Fixed block precedence calculation. 2 years ago
Revertron a13c824f7d Updated dependencies, fixed connection drop for banned nodes. 2 years ago
Fyodor Ustinov bae5c1826a
code clean in peers.rs
peer already removed in close_peer
2 years ago
Revertron f9fb935264 Fixed ban mechanism, updated dependencies. 2 years ago
Revertron 50d83b848a Fixed local timezone setting in logger. 2 years ago
Revertron 27ba7c5710 Fixed signers' calculation once more. 2 years ago
Revertron 3e1f93f988 Fixed very chatty logging of network status. 2 years ago
Revertron 72a39fad33 Small HTML fix. 2 years ago
Revertron 880d75fc53 Fixed logging time format in tests. 2 years ago
Revertron 9ff0d2d8e8 Fixed logging in tests. 2 years ago
Revertron e9aad8905c Updated dependencies. 2 years ago
Revertron 410bc9b7e4 Fixed signers' calculation loop. Fixed block checks. Added trace logging level. Updated dependencies. 2 years ago
Revertron 5b5943a4aa Decoupled domain records change from domain renewal. 2 years ago
la-ninpre e744b95a7e
Add support for other BSDs
Tested basic functionality[1] on these systems:
FreeBSD
NetBSD
DragonflyBSD

[1]: by basic functionality I mean syncing the blockchain and resolving
DNS queries.

GUI doesn't work on NetBSD due to different locations of shared
libraries which could be fixed. DragonflyBSD isn't supported by
webview-sys create so GUI doen't work there too. Also DragonflyBSD
isn't supported by `thread-priority` crate, so it is disabled in the
code.
2 years ago
la-ninpre 370db66ce5
Added OpenBSD support 2 years ago
Revertron 594dabcab8 Implemented resolution of domain records through NS-servers. Updated dependencies. 2 years ago
Revertron fe43117a03 Fixed TXT records resolve. 2 years ago
Revertron 542be0ea54 Fixed #218. 2 years ago
Revertron eec8a2d0a6 Updated dependencies. 2 years ago
Alex Averyanov ce235c0547
Recheck domain availability on TLD change 2 years ago
Revertron efa3e3f79d Small p2p optimizations. 2 years ago
Revertron b8d505da2e Sped up P2P reconnections after sleep. Ensured successfull peer resolution. Updated dependencies. 2 years ago
Revertron 63d3593e10 Fixed default AdGuard DNS IP. 2 years ago