Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-27 | Restore daemon interactive mode | Thomas Winget | 10 | -83/+430 | |
Daemon interactive mode is now working again. RPC mapped calls in daemon and wallet have both had connection_context removed as an argument as that argument was not being used anywhere. | |||||
2015-03-01 | sending commands to forked daemon works on testnet now | Thomas Winget | 1 | -0/+4 | |
2015-03-01 | Fix tests building -- function signatures changed | Thomas Winget | 2 | -0/+3 | |
2015-02-24 | RPC calls for background daemon added in | Thomas Winget | 3 | -51/+40 | |
The RPC calls the daemon executable uses to talk to the running daemon instance have mostly been added back in. Rate limiting has not been added in upstream, but is on its way in a separate effort, so those calls are still NOPed out. | |||||
2015-02-24 | Daemonize changes pulled in -- daemon builds | Thomas Winget | 18 | -296/+2294 | |
many RPC functions added by the daemonize changes (and related changes on the upstream dev branch that were not merged) were commented out (apart from return). Other than that, this *should* work...at any rate, it builds, and that's something. | |||||
2015-01-02 | year updated in license | Riccardo Spagni | 3 | -3/+3 | |
2014-10-24 | cmake: fix up link lines | Ben Boeckel | 1 | -0/+1 | |
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 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. | |||||
2014-10-23 | cmake: handle private vs. public headers | Ben Boeckel | 1 | -2/+7 | |
2014-10-23 | cmake: refactor common code with executables | Ben Boeckel | 1 | -18/+1 | |
2014-10-23 | cmake: put each library into its own directory | Ben Boeckel | 1 | -0/+89 | |
This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit). | |||||
2014-09-30 | Fixed segfault with checkpoints loading | Thomas Winget | 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. | |||||
2014-09-30 | DNS checkpoint updating added, and daemon flag to enforce them | Thomas Winget | 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" | |||||
2014-09-30 | reload checkpoints file every ~hr and print if any fail | Thomas Winget | 1 | -1/+2 | |
also some other minor bug squashing and code formatting | |||||
2014-09-25 | Added ability to read chechpoint hashes from json file in data folder | Tomer Konforty | 1 | -0/+5 | |
2014-09-15 | Give up on brace initializers in initializer lists (MSVC bug) | Zachary Michaels | 1 | -1/+1 | |
2014-09-15 | fixed incorrect version reference | Riccardo Spagni | 1 | -1/+1 | |
2014-09-15 | Separate testnet address prefix | Zachary Michaels | 2 | -5/+11 | |
2014-09-15 | Create testnet data dir if necessary | Zachary Michaels | 1 | -0/+1 | |
2014-09-15 | Separate testnet default data dir | Zachary Michaels | 1 | -27/+37 | |
2014-09-15 | Separate network id for testnet | Zachary Michaels | 1 | -1/+5 | |
2014-09-15 | Separate rpc port for testnet | Zachary Michaels | 1 | -1/+1 | |
2014-09-15 | Add testnet flag | Zachary Michaels | 1 | -4/+13 | |
Source: cryptonotefoundation | |||||
2014-09-12 | versioning now includes the commit hash, or -final for tagged releases | Riccardo Spagni | 2 | -4/+4 | |
2014-09-11 | Merge remote-tracking branch 'upstream/master' | jebes | 1 | -17/+17 | |
2014-09-09 | commented util.h | jebes | 2 | -36/+41 | |
2014-09-09 | moved non-critical warnings and errors to log level 1 | fluffypony | 1 | -17/+17 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 2 | -6/+58 | |
2014-05-25 | 0.8.8update | mydesktop | 1 | -2/+47 | |
2014-05-13 | Update daemon_commands_handler.h | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -0/+12 | |
1. Added "diff" command to show current estimated difficulty and hash-rate. | |||||
2014-04-30 | mac osx building fixes | mydesktop | 1 | -1/+4 | |
2014-04-07 | Improvements in JSON RPC | Antonio Juarez | 1 | -1/+1 | |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 1 | -4/+1 | |
2014-03-20 | some fixes | Antonio Juarez | 2 | -9/+33 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 2 | -0/+525 | |