index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
daemon
Commit message (
Expand
)
Author
Age
Files
Lines
*
daemon: avoid pre-log-init spew on creating directories
moneromooo-monero
2017-02-24
1
-1
/
+3
*
Add print_pl_stats daemon command
Miguel Herranz
2017-02-23
5
-0
/
+44
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
17
-17
/
+17
*
Fix core_tests breaking on startup
moneromooo-monero
2017-02-21
1
-1
/
+0
*
Merge pull request #1716
Riccardo Spagni
2017-02-21
1
-3
/
+3
|
\
|
*
daemon: silence spurious warning about uninitialized variable
moneromooo-monero
2017-02-13
1
-3
/
+3
*
|
More robust battery status handling.
Dion Ahmetaj
2017-02-16
4
-7
/
+14
|
/
*
Merge pull request #1711
Riccardo Spagni
2017-02-12
1
-0
/
+2
|
\
|
*
daemon: fix crash on exit when mining
moneromooo-monero
2017-02-12
1
-0
/
+2
*
|
Added a note about smart mining to status command. Fixed up a bug where I was...
Dion Ahmetaj
2017-02-10
1
-1
/
+1
*
|
Background/smart mining. If a users' computer is plugged into a power
Dion Ahmetaj
2017-02-10
4
-6
/
+14
|
/
*
Merge pull request #1689
Riccardo Spagni
2017-02-11
8
-13
/
+42
|
\
|
*
Add server auth to monerod, and client auth to wallet-cli and wallet-rpc
Lee Clagett
2017-02-06
8
-13
/
+42
*
|
Merge pull request #1680
Riccardo Spagni
2017-02-11
1
-1
/
+1
|
\
\
|
*
|
Clarify in/out connections for users
NanoAkron
2017-02-05
1
-1
/
+1
|
|
/
*
/
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
2017-02-08
2
-2
/
+2
|
/
*
Fix missing parentheses
Miguel Herranz
2017-02-02
1
-2
/
+2
*
Merge pull request #1663
Riccardo Spagni
2017-02-02
1
-0
/
+2
|
\
|
*
Add missing include
Miguel Herranz
2017-02-02
1
-0
/
+2
*
|
Merge pull request #1654
Riccardo Spagni
2017-02-02
1
-4
/
+6
|
\
\
|
|
/
|
/
|
|
*
Added days uptime to the status message
NanoAkron
2017-01-31
1
-4
/
+6
*
|
Merge pull request #1628
Riccardo Spagni
2017-02-02
1
-0
/
+1
|
\
\
|
*
|
Clear feedback to user when daemon has stopped successfully
NanoAkron
2017-01-25
1
-0
/
+1
|
|
/
*
/
rpc: fix bc_dyn_stats not setting grace blocks
moneromooo-monero
2017-01-23
1
-0
/
+1
|
/
*
Change logging to easylogging++
moneromooo-monero
2017-01-16
16
-84
/
+130
*
Merge pull request #1561
Riccardo Spagni
2017-01-15
1
-1
/
+1
|
\
|
*
make struct/class declarations consistent (mismatched-tags warning)
Chris Vickio
2017-01-14
1
-1
/
+1
*
|
Merge pull request #1571
Riccardo Spagni
2017-01-15
1
-0
/
+2
|
\
\
|
*
|
fix do_not_relay not preventing relaying on a timer
moneromooo-monero
2017-01-14
1
-0
/
+2
*
|
|
rpc: add a command to get info about the current blockchain
moneromooo-monero
2017-01-13
5
-0
/
+130
|
/
/
*
/
Add start_time to get_info methods and show uptime
Miguel Herranz
2017-01-12
1
-1
/
+6
|
/
*
Merge pull request #1534
Riccardo Spagni
2017-01-08
1
-1
/
+2
|
\
|
*
rpc: add block size to GET_BLOCK_HEADER RPC
moneromooo-monero
2017-01-06
1
-1
/
+2
*
|
make openalias also available for solo miner; introduce namespace tools::dns_...
kenshi84
2016-12-21
1
-7
/
+25
|
/
*
rpc: new function and RPC to get alternative chain info
moneromooo-monero
2016-12-17
5
-0
/
+53
*
add lightweight block propagation ("fluffy blocks")
Dion Ahmetaj
2016-11-09
1
-0
/
+2
*
daemon: fix min/max tracking using the wrong size
moneromooo-monero
2016-10-23
1
-4
/
+4
*
daemon: even when switching branches, compile the damn thing ffs
moneromooo-monero
2016-10-23
1
-1
/
+1
*
daemon: do not divide by 0 when the pool is empty
moneromooo-monero
2016-10-23
1
-2
/
+2
*
Merge pull request #1250
Riccardo Spagni
2016-10-23
5
-0
/
+72
|
\
|
*
daemon: add a print_pool_stats daemon command
moneromooo-monero
2016-10-23
5
-0
/
+72
*
|
daemon: report transaction relay status in print_pool* commands
moneromooo-monero
2016-10-23
1
-0
/
+2
|
/
*
wallet: select part of the fake outs from recent outputs
moneromooo-monero
2016-10-15
1
-2
/
+4
*
print_coinbase_tx_sum now breaks output into fee and emission components
Dion Ahmetaj
2016-10-10
1
-1
/
+3
*
changed params from start/end index to height/count
Dion Ahmetaj
2016-10-10
5
-16
/
+16
*
attempted to remove whitespace spam
Dion Ahmetaj
2016-10-10
5
-50
/
+50
*
added print_coinbase_tx_sum option
Dion Ahmetaj
2016-10-10
5
-51
/
+115
*
Merge pull request #1164
Riccardo Spagni
2016-10-04
1
-12
/
+8
|
\
|
*
daemon: implement missing print_bc and matching RPC
moneromooo-monero
2016-10-02
1
-12
/
+8
*
|
Merge pull request #1139
Riccardo Spagni
2016-10-04
1
-2
/
+2
|
\
\
[next]