aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* More robust battery status handling.Dion Ahmetaj2017-02-164-7/+14
* Merge pull request #1711Riccardo Spagni2017-02-121-0/+2
|\
| * daemon: fix crash on exit when miningmoneromooo-monero2017-02-121-0/+2
* | Added a note about smart mining to status command. Fixed up a bug where I was...Dion Ahmetaj2017-02-101-1/+1
* | Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj2017-02-104-6/+14
|/
* Merge pull request #1689Riccardo Spagni2017-02-118-13/+42
|\
| * Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-068-13/+42
* | Merge pull request #1680Riccardo Spagni2017-02-111-1/+1
|\ \
| * | Clarify in/out connections for usersNanoAkron2017-02-051-1/+1
| |/
* / extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-082-2/+2
|/
* Fix missing parenthesesMiguel Herranz2017-02-021-2/+2
* Merge pull request #1663Riccardo Spagni2017-02-021-0/+2
|\
| * Add missing includeMiguel Herranz2017-02-021-0/+2
* | Merge pull request #1654Riccardo Spagni2017-02-021-4/+6
|\ \ | |/ |/|
| * Added days uptime to the status messageNanoAkron2017-01-311-4/+6
* | Merge pull request #1628Riccardo Spagni2017-02-021-0/+1
|\ \
| * | Clear feedback to user when daemon has stopped successfullyNanoAkron2017-01-251-0/+1
| |/
* / rpc: fix bc_dyn_stats not setting grace blocksmoneromooo-monero2017-01-231-0/+1
|/
* Change logging to easylogging++moneromooo-monero2017-01-1616-84/+130
* Merge pull request #1561Riccardo Spagni2017-01-151-1/+1
|\
| * make struct/class declarations consistent (mismatched-tags warning)Chris Vickio2017-01-141-1/+1
* | Merge pull request #1571Riccardo Spagni2017-01-151-0/+2
|\ \
| * | fix do_not_relay not preventing relaying on a timermoneromooo-monero2017-01-141-0/+2
* | | rpc: add a command to get info about the current blockchainmoneromooo-monero2017-01-135-0/+130
|/ /
* / Add start_time to get_info methods and show uptimeMiguel Herranz2017-01-121-1/+6
|/
* Merge pull request #1534Riccardo Spagni2017-01-081-1/+2
|\
| * rpc: add block size to GET_BLOCK_HEADER RPCmoneromooo-monero2017-01-061-1/+2
* | make openalias also available for solo miner; introduce namespace tools::dns_...kenshi842016-12-211-7/+25
|/
* rpc: new function and RPC to get alternative chain infomoneromooo-monero2016-12-175-0/+53
* add lightweight block propagation ("fluffy blocks")Dion Ahmetaj2016-11-091-0/+2
* daemon: fix min/max tracking using the wrong sizemoneromooo-monero2016-10-231-4/+4
* daemon: even when switching branches, compile the damn thing ffsmoneromooo-monero2016-10-231-1/+1
* daemon: do not divide by 0 when the pool is emptymoneromooo-monero2016-10-231-2/+2
* Merge pull request #1250Riccardo Spagni2016-10-235-0/+72
|\
| * daemon: add a print_pool_stats daemon commandmoneromooo-monero2016-10-235-0/+72
* | daemon: report transaction relay status in print_pool* commandsmoneromooo-monero2016-10-231-0/+2
|/
* wallet: select part of the fake outs from recent outputsmoneromooo-monero2016-10-151-2/+4
* print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj2016-10-101-1/+3
* changed params from start/end index to height/countDion Ahmetaj2016-10-105-16/+16
* attempted to remove whitespace spamDion Ahmetaj2016-10-105-50/+50
* added print_coinbase_tx_sum optionDion Ahmetaj2016-10-105-51/+115
* Merge pull request #1164Riccardo Spagni2016-10-041-12/+8
|\
| * daemon: implement missing print_bc and matching RPCmoneromooo-monero2016-10-021-12/+8
* | Merge pull request #1139Riccardo Spagni2016-10-041-2/+2
|\ \
| * | Dropped "bit" from bitmonero.Randi Joseph2016-09-261-2/+2
* | | Merge pull request #1171Riccardo Spagni2016-10-045-43/+0
|\ \ \
| * | | Removed all code related to fast_exitNanoAkron2016-10-035-43/+0
| | |/ | |/|
* | | Merge pull request #1168Riccardo Spagni2016-10-041-2/+3
|\ \ \
| * | | Moved logging to target functions rather than callerNanoAkron2016-10-031-2/+3
| |/ /
* | | Merge pull request #1149Riccardo Spagni2016-10-041-1/+1
|\ \ \