wownero/src
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
..
common Separate testnet default data dir 2014-09-15 15:54:19 +02:00
connectivity_tool Reorganize testnet constants 2014-09-15 15:53:10 +02:00
crypto More preprocessor fixes for slow-hash 2014-09-15 22:33:10 +02:00
cryptonote_core Another preprocessor fix (difficulty.cpp) 2014-09-15 22:33:10 +02:00
cryptonote_protocol moved non-critical warnings and errors to log level 1 2014-09-09 11:32:00 +02:00
daemon fixed incorrect version reference 2014-09-15 15:58:22 +02:00
miner License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
p2p Fix time_t serialization issue 2014-09-15 22:38:46 +02:00
platform License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
rpc Separate testnet address prefix 2014-09-15 15:54:59 +02:00
serialization License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
simplewallet Separate testnet address prefix 2014-09-15 15:54:59 +02:00
wallet Separate testnet address prefix 2014-09-15 15:54:59 +02:00
CMakeLists.txt Force CMake to link the runtime statically 2014-09-15 22:36:02 +02:00
cryptonote_config.h Change testnet prefix 2014-09-15 15:55:07 +02:00
version.cmake fix CMake for multiplatform versioning 2014-09-15 20:15:26 +02:00
version.h.in versioning now includes the commit hash, or -final for tagged releases 2014-09-12 13:12:43 +02:00