aboutsummaryrefslogtreecommitdiff
path: root/src/addrdb.h
AgeCommit message (Expand)Author
2022-04-20[net] Move asmap into NetGroupManagerJohn Newbery
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-09-28scripted-diff: Rename CAddrMan to AddrManAmiti Uttarwar
2021-09-09Raise InitError when peers.dat is invalid or corruptedMarcoFalke
2021-09-09Inline ReadPeerAddressesMarcoFalke
2021-09-09Move LoadAddrman from init to addrdbMarcoFalke
2021-09-07Remove confusing CAddrDBMarcoFalke
2021-09-03MOVEONLY: Expose BanMapToJson / BanMapFromJsonRussell Yanofsky
2021-08-31Remove CBanEntry::SetNullMarcoFalke
2021-08-31Remove unused SERIALIZE_METHODS for CBanEntryMarcoFalke
2021-07-30Ignore banlist.datMarcoFalke
2021-06-21banman: save the banlist in a JSON format on diskVasil Dimov
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-10-09p2p: Add ReadAnchors()Hennadii Stepanov
2020-10-09p2p: Add DumpAnchors()Hennadii Stepanov
2020-07-03Clean up separated ban/discourage interfacePieter Wuille
2020-01-02Convert addrdb/addrman to new serializationPieter Wuille
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-29refactor: Remove addrdb.h dependency from node.hHennadii Stepanov
2019-01-16banman: Add, use CBanEntry ctor that takes ban reasonCarl Dong
2019-01-16banman: pass the banfile path inCory Fields
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-07-25Add const to methods that do not modify the object for which it is calledpracticalswift
2017-06-01Deduplicate addrdb.cpp and use CHashWriter/VerifierPieter Wuille
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-07Get rid of nType and nVersionPieter Wuille
2016-09-09[WIP] Remove unused statement in serializationPavel Janík
2016-09-08net: Create CConnman to encapsulate p2p connectionsCory Fields
2016-09-08net: move CBanDB and CAddrDB out of net.h/cppCory Fields