index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cryptonote_core
/
cryptonote_core.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3854
luigi1111
2018-07-19
1
-2
/
+30
|
\
|
*
add --regtest and --fixed-difficulty for regression testing
victorsintnicolaas
2018-06-29
1
-2
/
+30
*
|
threadpool: allow leaf functions to run concurrently
moneromooo-monero
2018-06-26
1
-2
/
+2
*
|
rpc: rework to avoid repeated calculations in get_blocks.bin
moneromooo-monero
2018-06-26
1
-2
/
+2
*
|
replace std::list with std::vector on some hot paths
moneromooo-monero
2018-06-26
1
-21
/
+21
*
|
Merge pull request #3828
luigi1111
2018-06-19
1
-0
/
+1
|
\
\
|
*
|
core: lock incoming tx lock when checking the txpool and chain
moneromooo-monero
2018-05-18
1
-0
/
+1
*
|
|
Merge pull request #3691
luigi1111
2018-06-17
1
-3
/
+3
|
\
\
\
|
*
|
|
core: remove threadpool dependency from header
moneromooo-monero
2018-05-20
1
-3
/
+3
*
|
|
|
Merge pull request #3450
luigi1111
2018-06-08
1
-0
/
+5
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
core: add get_earliest_ideal_height_for_version()
stoffu
2018-03-21
1
-0
/
+5
*
|
|
|
Merge pull request #3876
luigi1111
2018-05-30
1
-5
/
+6
|
\
\
\
\
|
*
|
|
|
core: fix automatic safe db sync mode switching
moneromooo-monero
2018-05-28
1
-5
/
+6
*
|
|
|
|
db_lmdb: save pruned and prunable tx data separately
moneromooo-monero
2018-05-23
1
-2
/
+2
|
/
/
/
/
*
|
|
/
speed up get_output_distribution (and precalc common case)
moneromooo-monero
2018-05-21
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
cryptonote: make sure outPk setup always happens
moneromooo-monero
2018-05-07
1
-33
/
+0
|
|
/
|
/
|
*
|
Only log an error if fork version is higher AND is not known.
Thaer Khawaja
2018-04-22
1
-0
/
+5
*
|
fix lambda compile error on openbsd
moneromooo-monero
2018-03-27
1
-1
/
+1
*
|
core: fix use of uninitialised data
moneromooo-monero
2018-03-18
1
-1
/
+2
|
/
*
Merge pull request #3336
Riccardo Spagni
2018-03-16
1
-2
/
+2
|
\
|
*
Fix typos in various files
Dimitris Apostolou
2018-03-15
1
-2
/
+2
*
|
add RPC to get a histogram of outputs of a given amount
moneromooo-monero
2018-03-16
1
-0
/
+5
|
/
*
Stagenet
stoffu
2018-03-05
1
-14
/
+29
*
cryptonote_core: change wording of fork warning message
moneromooo-monero
2018-02-18
1
-1
/
+1
*
Merge pull request #3170
Riccardo Spagni
2018-02-17
1
-12
/
+13
|
\
|
*
options: add testnet option dependencies
whythat
2018-02-16
1
-2
/
+6
|
*
options: remove testnet-* options
whythat
2018-02-16
1
-12
/
+9
*
|
core: add --no-fluffy-blocks, and enable fluffy blocks by default
moneromooo-monero
2018-02-16
1
-2
/
+10
|
/
*
tx_pool: add a max pool size, settable with --max-txpool-size
moneromooo-monero
2018-02-07
1
-1
/
+8
*
Merge pull request #3143
Riccardo Spagni
2018-01-27
1
-0
/
+6
|
\
|
*
cryptonote_core: add --disable-dns-checkpoints flag
moneromooo-monero
2018-01-17
1
-0
/
+6
*
|
Update 2018 copyright
xmr-eric
2018-01-26
1
-1
/
+1
|
/
*
Merge pull request #2929
Riccardo Spagni
2017-12-25
1
-5
/
+35
|
\
|
*
resumption support for updates using range requests
moneromooo-monero
2017-12-15
1
-5
/
+35
*
|
cryptonote_core: remove unused functions with off by one bugs
moneromooo-monero
2017-12-18
1
-15
/
+0
*
|
cryptonote_core: fix db leak on error
moneromooo-monero
2017-12-18
1
-2
/
+2
*
|
cryptonote_core: fix blockchain init call after prototype change
moneromooo-monero
2017-12-17
1
-1
/
+1
*
|
Merge pull request #2877
Riccardo Spagni
2017-12-17
1
-12
/
+4
|
\
\
|
*
|
cryptonote_core does not depend on p2p anymore
moneromooo-monero
2017-12-16
1
-12
/
+4
*
|
|
move includes around to lessen overall load
moneromooo-monero
2017-12-16
1
-0
/
+3
|
/
/
*
|
Merge pull request #2878
Riccardo Spagni
2017-12-16
1
-1
/
+15
|
\
\
|
*
|
core: make --offline also disable DNS lookups
moneromooo-monero
2017-11-30
1
-1
/
+15
*
|
|
Merge pull request #2871
Riccardo Spagni
2017-12-16
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Small cleanup of daemon synchronization output
xmr-eric
2017-11-27
1
-2
/
+2
|
|
/
*
|
add bulletproofs from v7 on testnet
moneromooo-monero
2017-12-08
1
-0
/
+18
*
|
Added command descriptions
Cifrado
2017-11-26
1
-0
/
+1
|
/
*
Merge pull request #2794
Riccardo Spagni
2017-11-25
1
-0
/
+19
|
\
|
*
core: warn when free disk space is low
moneromooo-monero
2017-11-14
1
-0
/
+19
*
|
Merge pull request #2736
Riccardo Spagni
2017-11-14
1
-24
/
+91
|
\
\
|
*
|
move cryptonote command line options to cryptonote_core
moneromooo-monero
2017-11-14
1
-24
/
+91
[next]