aboutsummaryrefslogtreecommitdiff
path: root/src/addrdb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Add logging and error handling for file syncingWladimir J. van der Laan2018-04-231-1/+2
* Add native support for serializing char arrays without FLATDATAPieter Wuille2018-03-211-3/+3
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-1/+0
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-11/+11
* Deduplicate addrdb.cpp and use CHashWriter/VerifierPieter Wuille2017-06-011-143/+71
* Use fsbridge for fopen and freopenWladimir J. van der Laan2017-04-031-4/+4
* Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-4/+4
* 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
* Fix copypasted comment.Pavel Janík2016-11-241-1/+1
* net: move CBanDB and CAddrDB out of net.h/cppCory Fields2016-09-081-0/+218