index
:
monero.git
dev/beber/boost-1.81.0
dev/beber/install
dev/beber/ipv4
dev/beber/ipv6
dev/beber/pgm
dev/beber/ssl
dev/beber/trezor
master
v0.14.0.2
v0.14.1.0
v0.14.1.2
v0.15.0.0
v0.15.0.1
v0.15.0.5
v0.16.0.0
v0.17.0.0
v0.17.0.1
v0.17.1.0
v0.17.1.1
v0.17.2.0
v0.17.2.3
v0.17.3.2
v0.18.0.0
v0.18.1.2
Monero: the secure, private, untraceable cryptocurrency
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
core_proxy
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-31
protocol: more sanity checks in new chain block hashes
moneromooo-monero
2
-2
/
+8
2020-12-27
protocol: fix false positives dropping peers
moneromooo-monero
1
-0
/
+1
2020-12-27
Revert "Reject existing claimed blocks in sync mode"
luigi1111
1
-1
/
+0
2020-12-17
protocol: reject claimed block hashes that already are in the chain
moneromooo-monero
1
-0
/
+1
2020-11-25
cryptonote_core: dandelion - use local height or median height if syncing
xiphon
1
-1
/
+2
2020-07-19
Merge pull request #6516
Alexander Blair
1
-1
/
+0
2020-05-11
remove double includes
sumogr
1
-1
/
+0
2020-05-06
Update copyright year to 2020
SomaticFanatic
3
-3
/
+3
2020-03-31
Merge pull request #6214
luigi1111
1
-0
/
+2
2020-03-22
protocol: request txpool contents when synced
moneromooo-monero
1
-0
/
+2
2020-03-20
p2p: remove old debug commands
Aaron Hook
1
-1
/
+0
2019-11-02
Adding support for hidden (anonymity) txpool
Lee Clagett
2
-9
/
+10
2019-10-08
Merge pull request #5915
luigi1111
2
-8
/
+16
2019-09-27
monerod can now sync from pruned blocks
moneromooo-monero
2
-8
/
+16
2019-09-25
RandomX integration
Howard Chu
1
-2
/
+2
2019-03-05
Update 2019 copyright
binaryFate
3
-3
/
+3
2019-03-05
cryptonote: avoid double parsing blocks when syncing
moneromooo-monero
2
-3
/
+3
2019-01-22
Pruning
moneromooo-monero
1
-0
/
+2
2018-11-06
protocol: option to pad transaction relay to the next kB
moneromooo-monero
1
-0
/
+1
2018-06-26
replace std::list with std::vector on some hot paths
moneromooo-monero
2
-6
/
+6
2018-06-08
Merge pull request #3450
luigi1111
1
-0
/
+1
2018-04-22
Only log an error if fork version is higher AND is not known.
Thaer Khawaja
1
-0
/
+1
2018-03-21
core: add get_earliest_ideal_height_for_version()
stoffu
1
-0
/
+1
2018-03-05
Stagenet
stoffu
1
-1
/
+1
2018-02-16
options: remove testnet-* options
whythat
1
-2
/
+1
2018-01-26
Update 2018 copyright
xmr-eric
3
-3
/
+3
2017-12-16
cryptonote_core does not depend on p2p anymore
moneromooo-monero
1
-0
/
+2
2017-11-14
Merge pull request #2736
Riccardo Spagni
1
-1
/
+1
2017-11-14
move cryptonote command line options to cryptonote_core
moneromooo-monero
1
-1
/
+1
2017-11-14
remove "using namespace std" from headers
moneromooo-monero
1
-4
/
+2
2017-10-21
Initialize openssl on startup
moneromooo-monero
1
-1
/
+1
2017-10-15
Merge pull request #2469
Riccardo Spagni
1
-0
/
+1
2017-09-25
move checkpoints in a separate library
moneromooo-monero
2
-3
/
+3
2017-09-25
Merge pull request #2424
Riccardo Spagni
2
-3
/
+2
2017-09-25
get_blockchain_top now returns void
moneromooo-monero
2
-3
/
+2
2017-09-21
build: auto update version info without manually deleting version.h
stoffu
1
-0
/
+1
2017-09-18
precomputed block hashes are now in blocks of N (currently 256)
moneromooo-monero
1
-0
/
+1
2017-09-03
Add a --fluffy-blocks option to relay blocks as fluffy blocks
moneromooo-monero
1
-0
/
+1
2017-08-29
Revert "Cleanup test impact of moving blockchain_db_types()"
Howard Chu
1
-2
/
+0
2017-08-26
Merge pull request #2314
Riccardo Spagni
1
-0
/
+1
2017-08-22
Cleanup test impact of moving blockchain_db_types()
Howard Chu
1
-0
/
+2
2017-08-22
Cleanup test impact of adding safesyncmode() method
Howard Chu
1
-0
/
+1
2017-08-17
Merge pull request #2303
Riccardo Spagni
1
-1
/
+1
2017-08-17
cryptonote_protocol: large block sync size before v4
moneromooo-monero
1
-1
/
+1
2017-08-15
protocol: pass blockchain cumulative difficulty when syncing
moneromooo-monero
1
-0
/
+1
2017-08-10
tests: fix tests build
moneromooo-monero
1
-0
/
+2
2017-08-07
cryptonote_protocol_handler: sync speedup
moneromooo-monero
2
-0
/
+14
2017-05-25
Move txpool to the database
moneromooo-monero
1
-1
/
+2
2017-02-21
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
3
-3
/
+3
2017-02-13
blockchain_db: add "raw" blobdata getters for block and transaction
moneromooo-monero
1
-1
/
+1
2017-02-12
cryptonote_protocol: misc fluffy block fixes
moneromooo-monero
1
-0
/
+2
2017-02-08
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
1
-2
/
+2
2017-01-16
fixups in logging init calls, and add missing net context in a log
moneromooo-monero
1
-1
/
+1
2017-01-16
Change logging to easylogging++
moneromooo-monero
2
-20
/
+17
2017-01-14
fix do_not_relay not preventing relaying on a timer
moneromooo-monero
2
-2
/
+2
2016-11-11
tests: fix tests builds after fluffy blocks merge
moneromooo-monero
1
-0
/
+3
2016-10-23
core: notify the txpool when transactions are relayed
moneromooo-monero
1
-0
/
+1
2016-10-01
tests: fix build after addition of cryptonote_core::get_block_sync_size
moneromooo-monero
1
-0
/
+1
2016-09-18
cmake: transitive deps and remove deprecated LINK_*
redfish
1
-7
/
+2
2016-08-28
remove original Cryptonote blockchain_storage blockchain format
moneromooo-monero
1
-2
/
+1
2016-03-21
Revert "Print stack trace upon exceptions"
moneromooo-monero
1
-1
/
+1
2016-03-19
Print stack trace upon exceptions
moneromooo-monero
1
-1
/
+1
2016-02-22
move g_test_dbg_lock_sleep from a global to a function level static
moneromooo-monero
1
-2
/
+0
2015-12-31
updated copyright year
Riccardo Spagni
3
-3
/
+3
2015-12-14
Tone down a bit L0 logs during daemon sync
moneromooo-monero
1
-0
/
+1
2015-11-21
Relay transactions when they linger too long in the pool
moneromooo-monero
2
-2
/
+2
2015-07-15
** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-0
/
+2
2015-04-10
[fix] log level change. compilation: dns, tests
rfree2monero
1
-0
/
+1
2015-04-01
Merge remote-tracking branch 'monero-official/master' into network-1.6-work1
rfree2monero
1
-2
/
+1
2015-03-01
Fix tests building -- function signatures changed
Thomas Winget
1
-2
/
+1
2015-02-24
2014 network limit 1.3 fix log/path/data +utils
rfree2monero
2
-0
/
+5
2015-02-20
2014 network limit 1.0a +utils +toc -doc -drmonero
rfree2monero
2
-0
/
+3
2015-01-02
year updated in license
Riccardo Spagni
3
-3
/
+3
2014-10-24
cmake: support 2.8.7
Ben Boeckel
1
-1
/
+1
2014-10-23
cmake: put each test executable in its own directory
Ben Boeckel
1
-0
/
+50
2014-09-15
Pass tx and nonce to genesis block constructor
Zachary Michaels
1
-1
/
+1
2014-09-15
Reorganize testnet constants
Zachary Michaels
1
-1
/
+4
2014-09-15
Add testnet flag
Zachary Michaels
1
-1
/
+1
2014-07-23
License updated to BSD 3-clause
fluffypony
2
-6
/
+58
2014-06-04
'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimations
Neozaru
1
-0
/
+1
2014-03-03
moved all stuff to github
Antonio Juarez
2
-0
/
+307