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