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
/
cryptonote_core
/
cryptonote_core.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: bound the amount of entries in bad tx semantics cache
moneromooo-monero
2017-02-23
1
-5
/
+15
*
updates: remove testnet case
moneromooo-monero
2017-02-22
1
-1
/
+1
*
updates: we now have a user URL, and an automatic one
moneromooo-monero
2017-02-22
1
-1
/
+2
*
updates: s/monerod/monero/ for the main download
moneromooo-monero
2017-02-22
1
-2
/
+2
*
Merge pull request #1766
Riccardo Spagni
2017-02-22
1
-1
/
+1
|
\
|
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
1
-1
/
+1
*
|
core: do not download an update we already downloaded
moneromooo-monero
2017-02-21
1
-14
/
+23
|
/
*
Fix core_tests breaking on startup
moneromooo-monero
2017-02-21
1
-0
/
+2
*
core: add p2p bind port options from net_node
moneromooo-monero
2017-02-21
1
-0
/
+4
*
Merge pull request #1727
Riccardo Spagni
2017-02-21
1
-7
/
+23
|
\
|
*
blockchain_db: add "raw" blobdata getters for block and transaction
moneromooo-monero
2017-02-13
1
-7
/
+23
*
|
core: updates can now be downloaded (and SHA256 hash checked)
moneromooo-monero
2017-02-20
1
-0
/
+30
*
|
core: test key images against validity domain
moneromooo-monero
2017-02-20
1
-0
/
+18
*
|
Optionally query moneropulse DNS records to check for updates
moneromooo-monero
2017-02-20
1
-0
/
+49
*
|
Get rid of directory lock
Howard Chu
2017-02-18
1
-40
/
+0
|
/
*
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
2017-02-08
1
-2
/
+2
*
Merge pull request #1641
Riccardo Spagni
2017-02-02
1
-1
/
+11
|
\
|
*
Separate data per P2P port
Miguel Herranz
2017-01-28
1
-1
/
+11
*
|
Merge pull request #1642
Riccardo Spagni
2017-02-02
1
-0
/
+1
|
\
\
|
*
|
core: set missing verifivation_failed flag when rejecting a tx
moneromooo-monero
2017-01-28
1
-0
/
+1
|
|
/
*
|
Merge pull request #1617
Riccardo Spagni
2017-02-02
1
-6
/
+5
|
\
\
|
|
/
|
/
|
|
*
Remove boost/foreach.cpp includes
Miguel Herranz
2017-01-22
1
-1
/
+0
|
*
Replace BOOST_FOREACH with C++11 ranged for
Miguel Herranz
2017-01-22
1
-5
/
+5
*
|
Update log messages to reflect fact we no longer need to type `exit` to save ...
NanoAkron
2017-01-23
1
-5
/
+4
|
/
*
Merge pull request #1615
Riccardo Spagni
2017-01-22
1
-0
/
+8
|
\
|
*
core: cache tx hashes of failing semantics txes
moneromooo-monero
2017-01-22
1
-0
/
+8
*
|
Merge pull request #1610
Riccardo Spagni
2017-01-22
1
-2
/
+2
|
\
\
|
*
|
rpc: fix orphan_status when getting blocks
moneromooo-monero
2017-01-22
1
-2
/
+2
|
|
/
*
/
core: early out in handle_incoming_tx if already in pool or blockchain
moneromooo-monero
2017-01-21
1
-0
/
+12
|
/
*
Change logging to easylogging++
moneromooo-monero
2017-01-16
1
-32
/
+36
*
Merge pull request #1576
Riccardo Spagni
2017-01-15
1
-0
/
+44
|
\
|
*
rct: split rct checks between semantics and other
moneromooo-monero
2017-01-14
1
-0
/
+44
*
|
Merge pull request #1571
Riccardo Spagni
2017-01-15
1
-6
/
+6
|
\
\
|
*
|
fix do_not_relay not preventing relaying on a timer
moneromooo-monero
2017-01-14
1
-6
/
+6
|
|
/
*
|
Merge pull request #1506
Riccardo Spagni
2017-01-15
1
-4
/
+7
|
\
\
|
|
/
|
/
|
|
*
Tweak default db-sync-mode to fast:async:1
Howard Chu
2017-01-14
1
-4
/
+7
*
|
Merge pull request #1543
Riccardo Spagni
2017-01-13
1
-0
/
+7
|
\
\
|
*
|
Add start_time to get_info methods and show uptime
Miguel Herranz
2017-01-12
1
-0
/
+7
|
|
/
*
|
Remove db-auto-remove-logs
Miguel Herranz
2017-01-10
1
-3
/
+0
*
|
Remove berkeley from db_type initialization
Miguel Herranz
2017-01-10
1
-12
/
+0
|
/
*
core: fix recalculation of emission/fees
moneromooo-monero
2016-12-21
1
-7
/
+4
*
Merge pull request #1398
Riccardo Spagni
2016-12-04
1
-2
/
+2
|
\
|
*
Fix a few minor typos
Pierre Boyer
2016-12-04
1
-2
/
+2
*
|
Fix delayed exit when syncing
moneromooo-monero
2016-12-04
1
-1
/
+1
|
/
*
Add a get_outs (fully text based) version of get_outs.bin
moneromooo-monero
2016-11-22
1
-1
/
+1
*
add lightweight block propagation ("fluffy blocks")
Dion Ahmetaj
2016-11-09
1
-0
/
+5
*
core: notify the txpool when transactions are relayed
moneromooo-monero
2016-10-23
1
-0
/
+14
*
patched parameter type bug that was causing failure on 32 bit
Dion Ahmetaj
2016-10-14
1
-1
/
+1
*
print_coinbase_tx_sum now breaks output into fee and emission components
Dion Ahmetaj
2016-10-10
1
-5
/
+19
*
changed params from start/end index to height/count
Dion Ahmetaj
2016-10-10
1
-3
/
+3
[next]