| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Introduce enum ServiceFlags for service flags | Pieter Wuille | 2016-06-13 | 1 | -4/+4 |
| | | |||||
| * | Don't require services in -addnode | Pieter Wuille | 2016-06-13 | 1 | -4/+4 |
| | | |||||
| * | Fix typo adddrman to addrman as requested in #8070 | Ethan Heilman | 2016-05-18 | 1 | -1/+1 |
| | | |||||
| * | Remove non-determinism which is breaking net_tests #8069 | EthanHeilman | 2016-05-18 | 1 | -0/+9 |
| | | |||||
| * | Fix de-serialization bug where AddrMan is corrupted after exception | EthanHeilman | 2016-05-04 | 1 | -0/+136 |
| * CAddrDB modified so that when de-serialization code throws an exception Addrman is reset to a clean state * CAddrDB modified to make unit tests possible * Regression test created to ensure bug is fixed * StartNode modifed to clear adrman if CAddrDB::Read returns an error code. | |||||