Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-11 | Use boost::thread instead of std::thread | Howard Chu | 1 | -8/+8 | |
and all other associated IPC | |||||
2016-02-18 | Use boost::thread instead of std::thread | Howard Chu | 1 | -2/+3 | |
std::thread crashes on (at least) ARMv6 g++ 4.8/4.9 | |||||
2016-01-21 | OpenBSD support for Monero. | me0wmix | 1 | -0/+7 | |
2015-12-06 | console_handler: catch exception inside the input loop | moneromooo-monero | 1 | -32/+37 | |
This prevents an exception from existing the loop without calling the exit handler, if one is defined. The daemon defines one, which stops the p2p layer, and will only exit once the p2p layer is shut down. This would cause a hang upon an exception, as the input thread would have exited and the daemon would wait forever with no console user input. | |||||
2015-11-28 | wallet: optional automatic refresh from the daemon | moneromooo-monero | 1 | -9/+21 | |
The daemon will be polled every 90 seconds for new blocks. It is enabled by default, and can be turned on/off with set auto-refresh 1 and set auto-refresh 0 in the wallet. | |||||
2015-10-21 | console_handler: silence spurious message when exiting daemon | moneromooo-monero | 1 | -1/+1 | |
The daemon registers a custom exit command, which cause the loop to stop. Catch this case before printing "Failed to read line" as this is an expected case. | |||||
2015-07-18 | console_handler: do not call a NULL function pointer | moneromooo-monero | 1 | -1/+2 | |
The exit_handler can be NULL. | |||||
2015-07-18 | console_handler: check for eof before trying to use input | moneromooo-monero | 1 | -4/+5 | |
We'll get there without input if we exited | |||||
2015-06-03 | fix ^D exit for bitmonerod | moneromooo-monero | 1 | -8/+8 | |
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-05-30 | console_handler: handle EOF properly | moneromooo-monero | 1 | -3/+19 | |
Exit instead of reading "empty" commands in an infinite loop. | |||||
2015-03-27 | Restore daemon interactive mode | Thomas Winget | 1 | -5/+7 | |
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 | -54/+51 | |
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. | |||||
2014-07-25 | move modified epee code to new classes, revert license | fluffypony | 1 | -28/+24 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -24/+28 | |
2014-06-13 | Fixed console handler not properly exiting on SIGINT and such | Thomas Winget | 1 | -1/+7 | |
2014-06-06 | removed continue issue | fluffypony | 1 | -1/+0 | |
2014-06-04 | don't fall apart if you can't get_line | fluffypony | 1 | -3/+2 | |
2014-05-25 | 0.8.8update | mydesktop | 1 | -17/+0 | |
2014-04-07 | Improvements in JSON RPC | Antonio Juarez | 1 | -1/+1 | |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 1 | -1/+3 | |
2014-03-20 | some fixes | Antonio Juarez | 1 | -113/+276 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+310 | |