Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-13 | daemon: fix crash exiting with ^C | moneromooo-monero | 1 | -1/+1 | |
We need to stop the p2p layer, which causes the rest to shutdown gracefully. Hitting ^C was still going through another path. | |||||
2015-06-14 | daemon: fix an exit crash | moneromooo-monero | 1 | -1/+10 | |
2015-06-03 | fix ^D exit for bitmonerod | moneromooo-monero | 1 | -1/+1 | |
It uses the async console handler differently than simplewallet, and wasn't running the same exit code, causing it to never actually exit after breaking out of the console entry loop. | |||||
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 1 | -2/+8 | |
2015-03-27 | Restore daemon interactive mode | Thomas Winget | 1 | -2/+18 | |
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-02-24 | Daemonize changes pulled in -- daemon builds | Thomas Winget | 1 | -250/+92 | |
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 | 1 | -1/+1 | |
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 | fixed incorrect version reference | Riccardo Spagni | 1 | -1/+1 | |
2014-09-15 | Separate testnet address prefix | Zachary Michaels | 1 | -3/+3 | |
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 | 1 | -3/+3 | |
2014-09-11 | Merge remote-tracking branch 'upstream/master' | jebes | 1 | -17/+17 | |
2014-09-09 | commented util.h | jebes | 1 | -35/+34 | |
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 | 1 | -3/+29 | |
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 | 1 | -3/+15 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+234 | |