aboutsummaryrefslogtreecommitdiff
path: root/src/addrdb.h
Commit message (Collapse)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* Get rid of nType and nVersionPieter Wuille2016-11-071-1/+1
| | | | | | | | | | | Remove the nType and nVersion as parameters to all serialization methods and functions. There is only one place where it's read and has an impact (in CAddress), and even there it does not impact any of the recursively invoked serializers. Instead, the few places that need nType or nVersion are changed to read it directly from the stream object, through GetType() and GetVersion() methods which are added to all stream classes.
* [WIP] Remove unused statement in serializationPavel Janík2016-09-091-1/+0
|
* net: Create CConnman to encapsulate p2p connectionsCory Fields2016-09-081-0/+1
|
* net: move CBanDB and CAddrDB out of net.h/cppCory Fields2016-09-081-0/+102
This will eventually solve a circular dependency