| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | epee: optionally restrict HTTP service to a configurable user agent | moneromooo-monero | 2016-09-18 | 1 | -1/+1 |
| | | | | | | | | | This is intended to catch traffic coming from a web browser, so we avoid issues with a web page sending a transfer RPC to the wallet. Requiring a particular user agent can act as a simple password scheme, while we wait for 0MQ and proper authentication to be merged. | ||||
| * | Revert "Print stack trace upon exceptions" | moneromooo-monero | 2016-03-21 | 1 | -3/+3 |
| | | | | | | | Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d. | ||||
| * | Print stack trace upon exceptions | moneromooo-monero | 2016-03-19 | 1 | -3/+3 |
| | | | | | Useful for debugging users' logs | ||||
| * | move g_test_dbg_lock_sleep from a global to a function level static | moneromooo-monero | 2016-02-22 | 1 | -2/+0 |
| | | | | | | This avoids the need to define that variable in every program which uses epee. | ||||
| * | Nicer looking exit when blockchain.bin is found | moneromooo-monero | 2015-12-31 | 1 | -1/+2 |
| | | | | | | Do not print the exception message, and write the important bit in red, since people will only read the last line otherwise. | ||||
| * | updated copyright year | Riccardo Spagni | 2015-12-31 | 1 | -1/+1 |
| | | |||||
| * | Strip redundant includes | hyc | 2015-12-21 | 1 | -3/+3 |
| | | | | | | | | In particular, <boost/program_options.hpp> blows up daemon.cpp.obj, making it too big to compile in debug mode on Win32. Even on a release build it drops daemon.cpp.o on Linux from 31MB to 20MB. This has no effect on the final linked binary size. | ||||
| * | daemon: fix crash exiting with ^C | moneromooo-monero | 2015-12-13 | 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. | ||||
| * | daemon: fix an exit crash | moneromooo-monero | 2015-06-14 | 1 | -1/+10 |
| | | |||||
| * | fix ^D exit for bitmonerod | moneromooo-monero | 2015-06-03 | 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. | ||||
| * | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 2015-04-01 | 1 | -2/+8 |
| | | |||||
| * | Restore daemon interactive mode | Thomas Winget | 2015-03-27 | 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. | ||||
| * | Daemonize changes pulled in -- daemon builds | Thomas Winget | 2015-02-24 | 1 | -247/+89 |
| | | | | | | | | 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. | ||||
| * | year updated in license | Riccardo Spagni | 2015-01-02 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | fixed incorrect version reference | Riccardo Spagni | 2014-09-15 | 1 | -1/+1 |
| | | |||||
| * | Separate testnet address prefix | Zachary Michaels | 2014-09-15 | 1 | -3/+3 |
| | | |||||
| * | 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 | 1 | -3/+3 |
| | | |||||
| * | 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 | 1 | -35/+34 |
| |/ | |||||
| * | License updated to BSD 3-clause | fluffypony | 2014-07-23 | 1 | -3/+29 |
| | | |||||
| * | 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 | 1 | -3/+15 |
| | | |||||
| * | moved all stuff to github | Antonio Juarez | 2014-03-03 | 1 | -0/+234 |
