Age | Commit message (Expand) | Author |
2021-05-24 | scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls | Kiminuo |
2021-02-18 | log: Clarify log message when file does not exist | MarcoFalke |
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-06-22 | refactor: Use uint16_t instead of unsigned short | Aaron Hook |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-06-14 | addrdb: Remove temporary files created in SerializeFileDB. Fixes non-determin... | practicalswift |
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 |