aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/p2p_protocol_defs.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-15Fix time_t serialization issueZachary Michaels1-1/+1
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-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-04-30various fixes to allow mac osx compilationmydesktop1-2/+2
2014-03-20some fixesAntonio Juarez1-9/+9
2014-03-03moved all stuff to githubAntonio Juarez1-0/+315