summaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Collapse)AuthorAgeFilesLines
* cmake: fix up link linesBen Boeckel2014-10-241-0/+1
|
* cmake: support 2.8.7Ben Boeckel2014-10-241-1/+1
| | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
* cmake: handle private vs. public headersBen Boeckel2014-10-231-2/+7
|
* cmake: refactor common code with executablesBen Boeckel2014-10-231-18/+1
|
* cmake: put each library into its own directoryBen Boeckel2014-10-231-0/+89
| | | | | This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit).
* Fixed segfault with checkpoints loadingThomas Winget2014-09-301-2/+0
| | | | | | Bounds checking on blockchain_storage' m_blocks.size() when validating against checkpoints. Also moved initial json & DNS checkpoints load to after blockchain init.
* DNS checkpoint updating added, and daemon flag to enforce themThomas Winget2014-09-301-2/+8
| | | | | | | | | | | | The daemon should now check for updated checkpoints from checkpoints.moneropulse.org as well as from the configured json file every ~1hr (and on launch). The daemon now has a flag to enable enforcing these checkpoints (rather than just printing a warning when they fail). TODO: an easily configurable list of DNS servers to check for checkpoints as opposed to the hard-coded "checkpoints.moneropulse.org"
* reload checkpoints file every ~hr and print if any failThomas Winget2014-09-301-1/+2
| | | | also some other minor bug squashing and code formatting
* Added ability to read chechpoint hashes from json file in data folderTomer Konforty2014-09-251-0/+5
|
* Give up on brace initializers in initializer lists (MSVC bug)Zachary Michaels2014-09-151-1/+1
|
* fixed incorrect version referenceRiccardo Spagni2014-09-151-1/+1
|
* Separate testnet address prefixZachary Michaels2014-09-152-5/+11
|
* Create testnet data dir if necessaryZachary Michaels2014-09-151-0/+1
|
* Separate testnet default data dirZachary Michaels2014-09-151-27/+37
|
* Separate network id for testnetZachary Michaels2014-09-151-1/+5
|
* Separate rpc port for testnetZachary Michaels2014-09-151-1/+1
|
* Add testnet flagZachary Michaels2014-09-151-4/+13
| | | | Source: cryptonotefoundation
* versioning now includes the commit hash, or -final for tagged releasesRiccardo Spagni2014-09-122-4/+4
|
* Merge remote-tracking branch 'upstream/master'jebes2014-09-111-17/+17
|\
| * moved non-critical warnings and errors to log level 1fluffypony2014-09-091-17/+17
| |
* | commented util.hjebes2014-09-092-36/+41
|/
* License updated to BSD 3-clausefluffypony2014-07-232-6/+58
|
* 0.8.8updatemydesktop2014-05-251-2/+47
|
* Update daemon_commands_handler.hNoodleDoodleNoodleDoodleNoodleDoodleNoo2014-05-131-0/+12
| | | 1. Added "diff" command to show current estimated difficulty and hash-rate.
* mac osx building fixesmydesktop2014-04-301-1/+4
|
* Improvements in JSON RPCAntonio Juarez2014-04-071-1/+1
|
* json rpc for wallet and bugfixAntonio Juarez2014-04-021-4/+1
|
* some fixesAntonio Juarez2014-03-202-9/+33
|
* moved all stuff to githubAntonio Juarez2014-03-032-0/+525