aboutsummaryrefslogtreecommitdiff
path: root/src/addrdb.h
Commit message (Expand)AuthorAgeFilesLines
* p2p: Add ReadAnchors()Hennadii Stepanov2020-10-091-0/+8
* p2p: Add DumpAnchors()Hennadii Stepanov2020-10-091-2/+10
* Clean up separated ban/discourage interfacePieter Wuille2020-07-031-25/+3
* Convert addrdb/addrman to new serializationPieter Wuille2020-01-021-9/+1
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* refactor: Remove addrdb.h dependency from node.hHennadii Stepanov2019-10-291-2/+1
* banman: Add, use CBanEntry ctor that takes ban reasonCarl Dong2019-01-161-0/+5
* banman: pass the banfile path inCory Fields2019-01-161-2/+2
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-2/+2
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Add const to methods that do not modify the object for which it is calledpracticalswift2017-07-251-1/+1
* Deduplicate addrdb.cpp and use CHashWriter/VerifierPieter Wuille2017-06-011-1/+1
* Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-2/+2
* Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-1/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Get rid of nType and nVersionPieter Wuille2016-11-071-1/+1
* [WIP] Remove unused statement in serializationPavel Janík2016-09-091-1/+0
* net: Create CConnman to encapsulate p2p connectionsCory Fields2016-09-081-0/+1
* net: move CBanDB and CAddrDB out of net.h/cppCory Fields2016-09-081-0/+102