Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-09 | moved non-critical warnings and errors to log level 1 | fluffypony | 1 | -5/+5 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 5 | -15/+145 | |
2014-07-23 | Changed time_t to uint64_t for serialization | Thomas Winget | 1 | -3/+3 | |
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-18 | Added get_connections RPC call to daemon | Thomas Winget | 3 | -0/+79 | |
2014-06-04 | Added static_cast to hshd.current_height | Neozaru | 1 | -1/+1 | |
2014-06-04 | 'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimations | Neozaru | 1 | -0/+5 | |
2014-05-25 | 0.8.8update | mydesktop | 2 | -13/+16 | |
2014-05-03 | fix genesis block hash, checkpoint, days behind | mydesktop | 1 | -1/+1 | |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 1 | -1/+3 | |
2014-03-20 | some fixes | Antonio Juarez | 2 | -23/+47 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 5 | -0/+780 | |