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
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