Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-11-07 | Get rid of nType and nVersion | Pieter Wuille | |
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. | |||
2016-09-09 | [WIP] Remove unused statement in serialization | Pavel JanÃk | |
2016-09-08 | net: Create CConnman to encapsulate p2p connections | Cory Fields | |
2016-09-08 | net: move CBanDB and CAddrDB out of net.h/cpp | Cory Fields | |
This will eventually solve a circular dependency |