summaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol
Commit message (Collapse)AuthorAgeFilesLines
* License updated to BSD 3-clausefluffypony2014-07-235-15/+145
|
* Changed time_t to uint64_t for serializationThomas Winget2014-07-231-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 daemonThomas Winget2014-07-183-0/+79
|
* Added static_cast to hshd.current_heightNeozaru2014-06-041-1/+1
|
* 'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimationsNeozaru2014-06-041-0/+5
|
* 0.8.8updatemydesktop2014-05-252-13/+16
|
* fix genesis block hash, checkpoint, days behindmydesktop2014-05-031-1/+1
|
* json rpc for wallet and bugfixAntonio Juarez2014-04-021-1/+3
|
* some fixesAntonio Juarez2014-03-202-23/+47
|
* moved all stuff to githubAntonio Juarez2014-03-035-0/+780