Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |