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
/
src
/
blockchain_db
/
lmdb
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-29
rpc: limit the number of txes for get_blocks.bin
moneromooo-monero
2
-4
/
+9
2020-08-17
Avoid some temporary strings when reading off the database
moneromooo-monero
2
-30
/
+25
2020-07-19
Merge pull request #6565
Alexander Blair
1
-1
/
+1
2020-07-19
Merge pull request #6536
Alexander Blair
2
-0
/
+30
2020-07-19
Merge pull request #6534
Alexander Blair
2
-0
/
+40
2020-06-09
daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...
stoffu
2
-0
/
+40
2020-05-19
fix a few typos in error messages
moneromooo-monero
1
-1
/
+1
2020-05-16
db_lmdb: test for mmap support at init time
moneromooo-monero
2
-0
/
+30
2020-05-06
Update copyright year to 2020
SomaticFanatic
2
-2
/
+2
2020-04-10
Merge pull request #6358
luigi1111
2
-0
/
+99
2020-04-04
Merge pull request #6384
luigi1111
1
-0
/
+1
2020-03-12
db_lmdb: fix race crash using a stale cursor
moneromooo-monero
1
-0
/
+1
2020-02-27
blockchain_db: faster fetching of consecutive txes
moneromooo-monero
2
-0
/
+99
2020-02-17
remove empty statements
Interchained
1
-2
/
+2
2020-01-25
Merge pull request #6140
Alexander Blair
2
-0
/
+43
2020-01-24
Merge pull request #6157
Alexander Blair
1
-1
/
+9
2019-11-19
db_lmdb: guard against non NUL terminated keys
moneromooo-monero
1
-1
/
+9
2019-11-15
blockchain: speedup fetching pruned contiguous tx blobs
moneromooo-monero
2
-0
/
+43
2019-11-02
Adding support for hidden (anonymity) txpool
Lee Clagett
2
-17
/
+41
2019-10-17
db_lmdb: an empty prunable data record means the tx is not pruned
moneromooo-monero
1
-2
/
+0
2019-09-27
monerod can now sync from pruned blocks
moneromooo-monero
1
-2
/
+4
2019-09-04
db_lmdb: print percentages as percentages, not ratios
moneromooo-monero
1
-1
/
+1
2019-08-18
Increase max_dbs from 20 to 32
Howard Chu
1
-1
/
+1
2019-07-24
Merge pull request #5524
luigi1111
2
-0
/
+168
2019-07-24
Merge pull request #5502
luigi1111
1
-1
/
+1
2019-06-15
db_lmdb: commit pruning txn at checkpoints
moneromooo-monero
1
-1
/
+50
2019-06-14
ensure no NULL is passed to memcpy
moneromooo-monero
1
-2
/
+2
2019-05-08
blockchain: keep alternative blocks in LMDB
moneromooo-monero
2
-0
/
+168
2019-05-01
fix wide difficulty conversion with some versions of boost
moneromooo-monero
1
-2
/
+2
2019-04-29
add a few checks where it seems appropriate
moneromooo-monero
1
-1
/
+1
2019-04-14
blockchain_db: fix db txn ending too early
moneromooo-monero
2
-48
/
+39
2019-04-05
cryptonote: rework block blob size sanity check
moneromooo-monero
2
-0
/
+55
2019-03-24
Make difficulty 128 bit instead of 64 bit
moneromooo-monero
2
-7
/
+155
2019-03-21
Merge pull request #5256
Riccardo Spagni
2
-0
/
+70
2019-03-08
blockchain: speed up getting N blocks weights/long term weights
moneromooo-monero
2
-0
/
+70
2019-03-05
Update 2019 copyright
binaryFate
2
-2
/
+2
2019-03-05
Merge pull request #5119
Riccardo Spagni
1
-5
/
+5
2019-03-05
db_lmdb: make mdb_block_info format conversion more future proof
moneromooo-monero
1
-5
/
+5
2019-03-05
save some database calls when getting top block hash and height
moneromooo-monero
2
-2
/
+4
2019-03-05
Avoid repeated (de)serialization when syncing
moneromooo-monero
2
-9
/
+10
2019-03-05
db: speedup block addition
moneromooo-monero
1
-11
/
+16
2019-03-04
Merge pull request #5081
Riccardo Spagni
1
-3
/
+3
2019-03-04
Merge pull request #5175
Riccardo Spagni
1
-0
/
+1
2019-03-04
ArticMine's new block weight algorithm
moneromooo-monero
2
-6
/
+214
2019-02-21
db_lmdb: fix missing mdb_dbi_close in migration
moneromooo-monero
1
-0
/
+1
2019-01-22
Pruning
moneromooo-monero
2
-23
/
+405
2019-01-19
db_lmdb: don't unnecessarily cast to double on the way to uint64_t
moneromooo-monero
1
-3
/
+3
2019-01-16
blockchain_db: allow getting output keys without commitment
moneromooo-monero
2
-3
/
+4
2019-01-16
Merge pull request #4984
Riccardo Spagni
2
-22
/
+28
2019-01-07
Make get_output_key method const
moneroexamples
2
-4
/
+4
2018-12-31
Merge pull request #4946
luigi1111
2
-50
/
+8
2018-12-18
blockchain_db: speedup tx output gathering
moneromooo-monero
2
-22
/
+28
2018-12-12
Merge pull request #4901
Riccardo Spagni
2
-4
/
+68
2018-12-05
db_lmdb: avoid pointless division
moneromooo-monero
1
-1
/
+1
2018-12-05
db_lmdb: inline check_open, it's trivial and called everywhere
moneromooo-monero
2
-8
/
+7
2018-12-05
blockchain_db: remove a couple unused functions
moneromooo-monero
2
-41
/
+0
2018-12-04
Merge pull request #4872
Riccardo Spagni
1
-10
/
+6
2018-12-04
Merge pull request #4854
Riccardo Spagni
1
-2
/
+0
2018-11-27
Outputs where all amounts are known spent can now be pruned
moneromooo-monero
2
-4
/
+68
2018-11-26
Merge pull request #4821
Riccardo Spagni
2
-6
/
+10
2018-11-26
rpc: speedup get_outs.bin
moneromooo-monero
2
-6
/
+10
2018-11-26
Merge pull request #4830
Riccardo Spagni
1
-0
/
+9
2018-11-19
lmdb: fix gcc 7.3.0 'implicit-fallthrough' warning
xiphon
1
-10
/
+6
2018-11-15
Removed a lot of unnecessary includes
Martijn Otto
1
-2
/
+0
2018-11-14
Merge pull request #4769
Riccardo Spagni
2
-21
/
+26
2018-11-09
db_lmdb: error out if the db needs migration in read only mode
moneromooo-monero
1
-0
/
+9
2018-11-04
db_lmdb: slight speedup getting array data from the blockchain
moneromooo-monero
1
-6
/
+8
2018-11-02
db_lmdb: log which output was not found in get_output_key
moneromooo-monero
1
-1
/
+2
2018-11-01
Merge pull request #4664
Riccardo Spagni
1
-9
/
+23
2018-11-01
db_lmdb: save some string copies for readonly db keys/values
moneromooo-monero
1
-11
/
+16
2018-11-01
core: avoid unnecessary tx/blob conversions
moneromooo-monero
2
-5
/
+3
2018-10-19
db_lmdb: use MDB_MULTIPLE_NEXT where possible for some speedup
moneromooo-monero
1
-9
/
+23
2018-10-17
Update db_lmdb.cpp
Cactii1
1
-1
/
+1
2018-10-02
Fix rtxn usage in BlockchainLMDB::get_estimated_batch_size
Howard Chu
1
-2
/
+2
2018-09-29
Merge pull request #4459
Riccardo Spagni
1
-5
/
+16
2018-09-29
Merge pull request #4445
Riccardo Spagni
1
-2
/
+12
2018-09-12
db_lmdb: do not use base for cumulative distribution
moneromooo-monero
1
-0
/
+2
2018-09-11
v8: per byte fee, pad bulletproofs, fixed 11 ring size
moneromooo-monero
2
-17
/
+22
2018-09-10
Merge pull request #4293
luigi1111
1
-2
/
+6
2018-09-10
Merge pull request #4256
luigi1111
2
-7
/
+3
2018-09-04
Merge pull request #4270
luigi1111
1
-2
/
+13
2018-08-25
is_hdd update
p8p
1
-2
/
+6
2018-08-22
Merge pull request #4200
luigi1111
2
-50
/
+0
2018-08-19
db_lmdb: speedup the get_output_distribution common case
moneromooo-monero
1
-2
/
+13
2018-08-15
Merge pull request #4161
luigi1111
1
-2
/
+2
2018-08-14
db_lmdb: resize blockchain database when 90% filled
moneromooo-monero
2
-7
/
+3
2018-07-30
blockchain_db: remove unused get_output_key variant
moneromooo-monero
2
-50
/
+0
2018-07-27
Merge pull request #4129
luigi1111
1
-0
/
+3
2018-07-20
db_lmdb: demote the "batch already enabled" log, it's harmless
moneromooo-monero
1
-2
/
+2
2018-07-19
Merge pull request #4013
luigi1111
2
-0
/
+13
2018-07-19
Merge pull request #3981
luigi1111
2
-6
/
+211
2018-07-19
Merge pull request #3854
luigi1111
2
-1
/
+18
2018-07-13
db: store cumulative rct output distribution in the db for speed
moneromooo-monero
2
-6
/
+211
2018-07-11
db_lmdb: don't sync a read only DB
moneromooo-monero
1
-0
/
+3
2018-06-29
add --regtest and --fixed-difficulty for regression testing
victorsintnicolaas
2
-0
/
+17
2018-06-20
rpc: add blockchain disk size to getinfo
moneromooo-monero
2
-0
/
+13
2018-06-14
db_lmdb: enable batch transactions by default
stoffu
1
-1
/
+1
2018-06-11
db_ldmb: print db version when complaining about incompatibility
moneromooo-monero
1
-4
/
+5
2018-06-08
db_lmdb: warn about slowness when running off a spinning disk
moneromooo-monero
1
-0
/
+3
2018-05-30
Merge pull request #3876
luigi1111
1
-0
/
+1
2018-05-28
core: fix automatic safe db sync mode switching
moneromooo-monero
1
-0
/
+1
2018-05-23
db_lmdb: save pruned and prunable tx data separately
moneromooo-monero
2
-41
/
+328
2018-05-21
speed up get_output_distribution (and precalc common case)
moneromooo-monero
2
-0
/
+43
2018-04-23
speedup get_output_histogram for all amounts when min_count > 0
moneromooo-monero
2
-5
/
+9
2018-03-16
add RPC to get a histogram of outputs of a given amount
moneromooo-monero
2
-3
/
+44
2018-03-05
Merge pull request #3307
Riccardo Spagni
1
-1
/
+2
2018-03-05
Correct spelling mistakes.
Edward Betts
1
-1
/
+1
2018-02-23
db_lmdb: fix free space reporting
moneromooo-monero
1
-1
/
+2
2018-02-19
db_lmdb: fix return code mixup in for_all_*
moneromooo-monero
1
-12
/
+12
2018-02-16
Merge pull request #3226
Riccardo Spagni
1
-4
/
+7
2018-02-16
Merge pull request #3231
Riccardo Spagni
2
-2
/
+10
2018-02-02
blockchain_db: initialize m_open in base class ctor
moneromooo-monero
1
-2
/
+1
2018-02-02
db_lmdb: check hard fork info drop succeeded
moneromooo-monero
1
-2
/
+6
2018-01-31
Don't create readtxn until after txn_safe gate check
Howard Chu
2
-2
/
+10
2018-01-26
Update 2018 copyright
xmr-eric
2
-2
/
+2
2018-01-10
Merge pull request #2971
Riccardo Spagni
2
-4
/
+6
2017-12-28
Additional fix for core_tests
Howard Chu
1
-10
/
+15
2017-12-28
Fix stale readcursor flags
Howard Chu
1
-22
/
+15
2017-12-20
Fix exceptions not finding txpool txes when relaying
moneromooo-monero
2
-4
/
+6
2017-12-18
catch const exceptions
moneromooo-monero
1
-1
/
+1
2017-12-16
move includes around to lessen overall load
moneromooo-monero
2
-1
/
+2
2017-11-14
Merge pull request #2629
Riccardo Spagni
1
-0
/
+1
2017-11-14
remove "using namespace std" from headers
moneromooo-monero
1
-0
/
+1
2017-11-14
Merge pull request #2742
Riccardo Spagni
1
-0
/
+6
2017-11-08
Protect node privacy by proper filtering in restricted-mode RPC answers
binaryFate
2
-9
/
+40
2017-11-02
Increase LMDB maxreaders if large number of threads in use
Howard Chu
1
-0
/
+6
2017-10-26
fixed an LMDB issue on OpenBSD (#2699) which leads to a crash in monerod
ston1th
1
-0
/
+6
2017-10-15
Merge pull request #2640
Riccardo Spagni
1
-1
/
+1
2017-10-12
db_lmdb: include chain height when failing to find an output key
moneromooo-monero
1
-1
/
+1
2017-10-07
frob level 1 logs a bit for consistency
moneromooo-monero
1
-7
/
+7
2017-09-25
Merge pull request #2457
Riccardo Spagni
2
-8
/
+14
2017-09-19
db_lmdb: fix use of uninitialized key in for_blocks_range
moneromooo-monero
1
-2
/
+2
2017-09-17
Use actual batch size for resize estimates
Howard Chu
2
-8
/
+14
2017-08-29
Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks
moneromooo-monero
2
-9
/
+25
2017-08-20
Toggle SAFE syncmode on and off automatically
Howard Chu
2
-0
/
+7
2017-08-19
DB cleanup
Howard Chu
1
-1
/
+11
2017-08-12
core: add --db-salvage command line flag
moneromooo-monero
1
-1
/
+1
2017-07-31
some include cleanup
moneromooo-monero
1
-0
/
+1
2017-06-11
blockchain_db: add a txpool tx getter which returns existence
moneromooo-monero
2
-3
/
+13
2017-06-01
Don't copy blockchain for coinbase_tx_sum
Howard Chu
2
-3
/
+13
2017-05-25
Move txpool to the database
moneromooo-monero
2
-0
/
+235
2017-03-19
Partial fix #1876, check thread in block_txn_start()
Howard Chu
1
-1
/
+2
2017-03-03
Remove redundant num_txs() method
Howard Chu
2
-18
/
+4
2017-02-21
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2
-2
/
+2
2017-02-21
Merge pull request #1727
Riccardo Spagni
2
-28
/
+9
2017-02-21
Merge pull request #1724
Riccardo Spagni
2
-2
/
+9
2017-02-18
Handle map resizes from other processes
Howard Chu
1
-9
/
+52
2017-02-18
Can't cache num_txs or num_outputs either
Howard Chu
2
-34
/
+34
2017-02-18
Add a few read txns to streamline
Howard Chu
2
-3
/
+7
2017-02-13
blockchain_db: add "raw" blobdata getters for block and transaction
moneromooo-monero
2
-28
/
+9
2017-02-13
blockchain_db: do not throw on expected partial results getting keys
moneromooo-monero
2
-2
/
+9
2017-02-11
db_lmdb: fix bad height saved in tx data
moneromooo-monero
1
-0
/
+1
2017-02-08
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
1
-1
/
+1
2017-01-28
Update and use blockchain data files defines
Miguel Herranz
1
-4
/
+5
2017-01-16
Tweak some msg loglevels
Howard Chu
1
-11
/
+13
2017-01-16
Change logging to easylogging++
moneromooo-monero
1
-17
/
+21
2017-01-15
Merge pull request #1506
Riccardo Spagni
2
-18
/
+41
2017-01-15
Check for correct thread before ending batch transaction
Howard Chu
1
-0
/
+7
2017-01-14
Don't cache block height, always get from DB
Howard Chu
2
-14
/
+29
2017-01-14
Use batch transactions when syncing
Howard Chu
2
-4
/
+5
2017-01-07
blockchain: allow marking "tx not found" without an exception
moneromooo-monero
2
-3
/
+13
2016-12-01
db_lmdb: add info in an error message when we can't get an output
moneromooo-monero
1
-1
/
+1
2016-12-01
db_lmdb: guard against going out of sync on unexpected db results
moneromooo-monero
1
-1
/
+1
2016-12-01
db_lmdb: minor pedantic tweaks
moneromooo-monero
1
-8
/
+8
2016-12-01
db_lmdb: set same packing format for output_data_t and pre_rct_output_data_t
moneromooo-monero
1
-0
/
+3
2016-10-15
wallet: select part of the fake outs from recent outputs
moneromooo-monero
2
-11
/
+28
2016-09-29
Merge pull request #1128
Riccardo Spagni
1
-1
/
+1
2016-09-24
db_lmdb: do not error if dropping a non existent hard fork table
moneromooo-monero
1
-1
/
+1
2016-09-21
Fix minor typo in "need resize" message.
Myagui
1
-2
/
+2
2016-08-31
core: faster find_blockchain_supplement
moneromooo-monero
2
-2
/
+9
2016-08-29
db_lmdb: fix reorg with "halfway rct" coinbase outputs
moneromooo-monero
1
-1
/
+3
2016-08-28
move the rct commitments to the output_amounts database
moneromooo-monero
2
-128
/
+53
2016-08-28
add rct to the protocol
moneromooo-monero
1
-0
/
+2
2016-08-28
db_lmdb: update reset for recent db changes
moneromooo-monero
1
-0
/
+10
2016-08-28
blockchain_db: add functions for adding/removing/getting rct commitments
moneromooo-monero
2
-0
/
+120
2016-08-26
db_lmdb: do not try to modify the database in read only mode
moneromooo-monero
1
-4
/
+12
2016-08-11
Merge pull request #948
Riccardo Spagni
2
-6
/
+24
2016-08-10
db_lmdb: errors dropping hf starting height db on reset are not fatal
moneromooo-monero
1
-2
/
+1
2016-08-01
new unlocked parameter to output_histogram
moneromooo-monero
2
-6
/
+24
2016-07-26
db_lmdb: add some missing api call checks
moneromooo-monero
1
-14
/
+31
2016-07-13
remove hf_starting_height db
moneromooo-monero
2
-76
/
+2
2016-04-24
Another take on migration
Howard Chu
1
-570
/
+94
2016-04-08
Migration
Howard Chu
2
-5
/
+1049
2016-04-05
Merge branch 'performance' into master
Howard Chu
2
-715
/
+559
2016-04-05
Cleanup
Howard Chu
2
-21
/
+65
2016-04-05
Cleanup and clarify
Howard Chu
2
-115
/
+92
2016-04-05
Use cursors in some remove functions
Howard Chu
1
-7
/
+33
2016-04-05
Use DUPFIXED for block_info and output_txs
Howard Chu
2
-56
/
+46
2016-04-05
More outputs consolidation
Howard Chu
2
-491
/
+263
2016-04-05
Use DUPFIXED for output_keys
Howard Chu
1
-23
/
+37
2016-04-05
Use DUPFIXED for tx_indices
Howard Chu
1
-50
/
+60
2016-04-05
Use DUPFIXED for block_heights
Howard Chu
1
-22
/
+29
2016-04-05
Use DUPFIXED for spent_keys
Howard Chu
1
-23
/
+18
2016-04-05
Add back changes from revert.
warptangent
1
-19
/
+2
2016-04-05
Use MDB_APPEND mode with two tx subdbs
warptangent
1
-2
/
+2
2016-04-05
Schema update: tx_indices - consolidate the tx subdbs from 5 to 3
warptangent
2
-75
/
+47
2016-04-05
Schema update: tx_indices - yet less indirection
warptangent
2
-16
/
+11
2016-04-05
Schema update: tx_indices - improve further with less indirection
warptangent
2
-17
/
+50
2016-04-05
Add batch warning for further review
warptangent
1
-0
/
+4
2016-04-05
Schema update: tx_indices
warptangent
2
-32
/
+109
[next]