index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
addrdb.h
Age
Commit message (
Expand
)
Author
2022-04-20
[net] Move asmap into NetGroupManager
John Newbery
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-09-28
scripted-diff: Rename CAddrMan to AddrMan
Amiti Uttarwar
2021-09-09
Raise InitError when peers.dat is invalid or corrupted
MarcoFalke
2021-09-09
Inline ReadPeerAddresses
MarcoFalke
2021-09-09
Move LoadAddrman from init to addrdb
MarcoFalke
2021-09-07
Remove confusing CAddrDB
MarcoFalke
2021-09-03
MOVEONLY: Expose BanMapToJson / BanMapFromJson
Russell Yanofsky
2021-08-31
Remove CBanEntry::SetNull
MarcoFalke
2021-08-31
Remove unused SERIALIZE_METHODS for CBanEntry
MarcoFalke
2021-07-30
Ignore banlist.dat
MarcoFalke
2021-06-21
banman: save the banlist in a JSON format on disk
Vasil Dimov
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-09
p2p: Add ReadAnchors()
Hennadii Stepanov
2020-10-09
p2p: Add DumpAnchors()
Hennadii Stepanov
2020-07-03
Clean up separated ban/discourage interface
Pieter Wuille
2020-01-02
Convert addrdb/addrman to new serialization
Pieter Wuille
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-29
refactor: Remove addrdb.h dependency from node.h
Hennadii Stepanov
2019-01-16
banman: Add, use CBanEntry ctor that takes ban reason
Carl Dong
2019-01-16
banman: pass the banfile path in
Cory Fields
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-06-01
Deduplicate addrdb.cpp and use CHashWriter/Verifier
Pieter Wuille
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-09-09
[WIP] Remove unused statement in serialization
Pavel JanÃk
2016-09-08
net: Create CConnman to encapsulate p2p connections
Cory Fields
2016-09-08
net: move CBanDB and CAddrDB out of net.h/cpp
Cory Fields