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.cpp
Age
Commit message (
Expand
)
Author
2019-01-16
banman: pass the banfile path in
Cory Fields
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-23
Add logging and error handling for file syncing
Wladimir J. van der Laan
2018-03-21
Add native support for serializing char arrays without FLATDATA
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-06-01
Deduplicate addrdb.cpp and use CHashWriter/Verifier
Pieter Wuille
2017-04-03
Use fsbridge for fopen and freopen
Wladimir J. van der Laan
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-24
Fix copypasted comment.
Pavel JanÃk
2016-09-08
net: move CBanDB and CAddrDB out of net.h/cpp
Cory Fields