aboutsummaryrefslogtreecommitdiff
path: root/src/addrdb.cpp
Commit message (Expand)AuthorAgeFilesLines
* p2p: Add ReadAnchors()Hennadii Stepanov2020-10-091-0/+13
* p2p: Add DumpAnchors()Hennadii Stepanov2020-10-091-0/+7
* refactor: Use uint16_t instead of unsigned shortAaron Hook2020-06-221-1/+2
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* addrdb: Remove temporary files created in SerializeFileDB. Fixes non-determin...practicalswift2019-06-141-4/+16
* banman: pass the banfile path inCory Fields2019-01-161-4/+3
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* 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