| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake: fix up link lines | Ben Boeckel | 2014-10-24 | 1 | -0/+1 |
| | | |||||
| * | cmake: support 2.8.7 | Ben Boeckel | 2014-10-24 | 1 | -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 headers | Ben Boeckel | 2014-10-23 | 1 | -2/+7 |
| | | |||||
| * | cmake: refactor common code with executables | Ben Boeckel | 2014-10-23 | 1 | -18/+1 |
| | | |||||
| * | cmake: put each library into its own directory | Ben Boeckel | 2014-10-23 | 1 | -0/+89 |
| | | | | | | This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit). | ||||
| * | Fixed segfault with checkpoints loading | Thomas Winget | 2014-09-30 | 1 | -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 them | Thomas Winget | 2014-09-30 | 1 | -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 fail | Thomas Winget | 2014-09-30 | 1 | -1/+2 |
| | | | | | also some other minor bug squashing and code formatting | ||||
| * | Added ability to read chechpoint hashes from json file in data folder | Tomer Konforty | 2014-09-25 | 1 | -0/+5 |
| | | |||||
| * | Give up on brace initializers in initializer lists (MSVC bug) | Zachary Michaels | 2014-09-15 | 1 | -1/+1 |
| | | |||||
| * | fixed incorrect version reference | Riccardo Spagni | 2014-09-15 | 1 | -1/+1 |
| | | |||||
| * | Separate testnet address prefix | Zachary Michaels | 2014-09-15 | 2 | -5/+11 |
| | | |||||
| * | Create testnet data dir if necessary | Zachary Michaels | 2014-09-15 | 1 | -0/+1 |
| | | |||||
| * | Separate testnet default data dir | Zachary Michaels | 2014-09-15 | 1 | -27/+37 |
| | | |||||
| * | Separate network id for testnet | Zachary Michaels | 2014-09-15 | 1 | -1/+5 |
| | | |||||
| * | Separate rpc port for testnet | Zachary Michaels | 2014-09-15 | 1 | -1/+1 |
| | | |||||
| * | Add testnet flag | Zachary Michaels | 2014-09-15 | 1 | -4/+13 |
| | | | | | Source: cryptonotefoundation | ||||
| * | versioning now includes the commit hash, or -final for tagged releases | Riccardo Spagni | 2014-09-12 | 2 | -4/+4 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' | jebes | 2014-09-11 | 1 | -17/+17 |
| |\ | |||||
| | * | moved non-critical warnings and errors to log level 1 | fluffypony | 2014-09-09 | 1 | -17/+17 |
| | | | |||||
| * | | commented util.h | jebes | 2014-09-09 | 2 | -36/+41 |
| |/ | |||||
| * | License updated to BSD 3-clause | fluffypony | 2014-07-23 | 2 | -6/+58 |
| | | |||||
| * | 0.8.8update | mydesktop | 2014-05-25 | 1 | -2/+47 |
| | | |||||
| * | Update daemon_commands_handler.h | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 2014-05-13 | 1 | -0/+12 |
| | | | | 1. Added "diff" command to show current estimated difficulty and hash-rate. | ||||
| * | mac osx building fixes | mydesktop | 2014-04-30 | 1 | -1/+4 |
| | | |||||
| * | Improvements in JSON RPC | Antonio Juarez | 2014-04-07 | 1 | -1/+1 |
| | | |||||
| * | json rpc for wallet and bugfix | Antonio Juarez | 2014-04-02 | 1 | -4/+1 |
| | | |||||
| * | some fixes | Antonio Juarez | 2014-03-20 | 2 | -9/+33 |
| | | |||||
| * | moved all stuff to github | Antonio Juarez | 2014-03-03 | 2 | -0/+525 |
