danicoin/src/p2p
Zachary Michaels 9db881864d Fix time_t serialization issue
On 32-bit MinGW-w64, time_t is int32_t.  The existing code was serializing
time_t directly and implicitly assuming that time_t is int64_t.  This commit
formalizes that assumption by serializing int64_t directly and casting to
time_t where appropriate.

Thanks go to greatwolf for reporting this issue.

monero-project/bitmonero#88
2014-09-15 22:38:46 +02:00
..
net_node.h Separate network id for testnet 2014-09-15 15:53:50 +02:00
net_node.inl Fix time_t serialization issue 2014-09-15 22:38:46 +02:00
net_node_common.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
net_peerlist.h Fix time_t serialization issue 2014-09-15 22:38:46 +02:00
net_peerlist_boost_serialization.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
p2p_protocol_defs.h Fix time_t serialization issue 2014-09-15 22:38:46 +02:00
stdafx.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00