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
..
2014-07-01 14:57:27 -04:00
2014-03-20 11:46:11 +00:00
2014-07-01 14:57:27 -04:00
2014-05-25 13:06:40 -04:00
2014-05-12 21:30:00 -04:00
2014-03-03 22:07:58 +00:00
2014-07-22 12:16:15 -04:00
2014-06-26 16:42:24 -04:00
2014-03-03 22:07:58 +00:00
2014-05-25 13:06:40 -04:00