Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-09-15 | Fix time_t serialization issue | Zachary Michaels | 1 | -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-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-04-30 | various fixes to allow mac osx compilation | mydesktop | 1 | -2/+2 | |
2014-03-20 | some fixes | Antonio Juarez | 1 | -9/+9 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+315 | |