danicoin/src/cryptonote_protocol
Thomas Winget a99143444c Changed time_t to uint64_t for serialization
time_t is implementation-, architecture-, and apparently
compiler-dependent.  As an example, on my machine if I build a 64-bit
binary, sizeof(time_t) is 8, but for a 32-bit binary it's 4.  uint64_t
is therefore much more consistent for serialization, given that RPC
calls are potentially made between different machines.
2014-07-23 05:59:31 -04:00
..
blobdatatype.h moved all stuff to github 2014-03-03 22:07:58 +00:00
cryptonote_protocol_defs.h Changed time_t to uint64_t for serialization 2014-07-23 05:59:31 -04:00
cryptonote_protocol_handler.h Added get_connections RPC call to daemon 2014-07-18 19:33:03 -04:00
cryptonote_protocol_handler.inl Added get_connections RPC call to daemon 2014-07-18 19:33:03 -04:00
cryptonote_protocol_handler_common.h moved all stuff to github 2014-03-03 22:07:58 +00:00