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
/
db_lmdb.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-17
Avoid some temporary strings when reading off the database
moneromooo-monero
1
-5
/
+5
2020-07-19
Merge pull request #6536
Alexander Blair
1
-0
/
+1
2020-07-19
Merge pull request #6534
Alexander Blair
1
-0
/
+2
2020-06-09
daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...
stoffu
1
-0
/
+2
2020-05-16
db_lmdb: test for mmap support at init time
moneromooo-monero
1
-0
/
+1
2020-05-06
Update copyright year to 2020
SomaticFanatic
1
-1
/
+1
2020-02-27
blockchain_db: faster fetching of consecutive txes
moneromooo-monero
1
-0
/
+1
2020-01-25
Merge pull request #6140
Alexander Blair
1
-0
/
+1
2019-11-15
blockchain: speedup fetching pruned contiguous tx blobs
moneromooo-monero
1
-0
/
+1
2019-11-02
Adding support for hidden (anonymity) txpool
Lee Clagett
1
-5
/
+5
2019-05-08
blockchain: keep alternative blocks in LMDB
moneromooo-monero
1
-0
/
+13
2019-04-14
blockchain_db: fix db txn ending too early
moneromooo-monero
1
-4
/
+7
2019-04-05
cryptonote: rework block blob size sanity check
moneromooo-monero
1
-0
/
+3
2019-03-24
Make difficulty 128 bit instead of 64 bit
moneromooo-monero
1
-0
/
+3
2019-03-21
Merge pull request #5256
Riccardo Spagni
1
-0
/
+6
2019-03-08
blockchain: speed up getting N blocks weights/long term weights
moneromooo-monero
1
-0
/
+6
2019-03-05
Update 2019 copyright
binaryFate
1
-1
/
+1
2019-03-05
save some database calls when getting top block hash and height
moneromooo-monero
1
-1
/
+1
2019-03-05
Avoid repeated (de)serialization when syncing
moneromooo-monero
1
-3
/
+3
2019-03-04
ArticMine's new block weight algorithm
moneromooo-monero
1
-0
/
+7
2019-01-22
Pruning
moneromooo-monero
1
-0
/
+26
2019-01-16
blockchain_db: allow getting output keys without commitment
moneromooo-monero
1
-1
/
+1
2019-01-16
Merge pull request #4984
Riccardo Spagni
1
-1
/
+1
2019-01-07
Make get_output_key method const
moneroexamples
1
-2
/
+2
2018-12-31
Merge pull request #4946
luigi1111
1
-19
/
+1
2018-12-18
blockchain_db: speedup tx output gathering
moneromooo-monero
1
-1
/
+1
2018-12-05
db_lmdb: inline check_open, it's trivial and called everywhere
moneromooo-monero
1
-1
/
+1
2018-12-05
blockchain_db: remove a couple unused functions
moneromooo-monero
1
-18
/
+0
2018-11-27
Outputs where all amounts are known spent can now be pruned
moneromooo-monero
1
-0
/
+2
2018-11-26
rpc: speedup get_outs.bin
moneromooo-monero
1
-1
/
+1
2018-11-01
core: avoid unnecessary tx/blob conversions
moneromooo-monero
1
-1
/
+1
2018-09-11
v8: per byte fee, pad bulletproofs, fixed 11 ring size
moneromooo-monero
1
-3
/
+3
2018-09-10
Merge pull request #4256
luigi1111
1
-1
/
+1
2018-08-14
db_lmdb: resize blockchain database when 90% filled
moneromooo-monero
1
-1
/
+1
2018-07-30
blockchain_db: remove unused get_output_key variant
moneromooo-monero
1
-1
/
+0
2018-07-19
Merge pull request #4013
luigi1111
1
-0
/
+2
2018-07-19
Merge pull request #3981
luigi1111
1
-0
/
+6
2018-07-13
db: store cumulative rct output distribution in the db for speed
moneromooo-monero
1
-0
/
+6
2018-06-29
add --regtest and --fixed-difficulty for regression testing
victorsintnicolaas
1
-0
/
+2
2018-06-20
rpc: add blockchain disk size to getinfo
moneromooo-monero
1
-0
/
+2
2018-06-14
db_lmdb: enable batch transactions by default
stoffu
1
-1
/
+1
2018-05-23
db_lmdb: save pruned and prunable tx data separately
moneromooo-monero
1
-2
/
+19
2018-05-21
speed up get_output_distribution (and precalc common case)
moneromooo-monero
1
-0
/
+2
2018-04-23
speedup get_output_histogram for all amounts when min_count > 0
moneromooo-monero
1
-1
/
+2
2018-03-16
add RPC to get a histogram of outputs of a given amount
moneromooo-monero
1
-1
/
+2
2018-02-16
Merge pull request #3231
Riccardo Spagni
1
-0
/
+1
2018-01-31
Don't create readtxn until after txn_safe gate check
Howard Chu
1
-0
/
+1
2018-01-26
Update 2018 copyright
xmr-eric
1
-1
/
+1
2017-12-20
Fix exceptions not finding txpool txes when relaying
moneromooo-monero
1
-1
/
+1
2017-12-16
move includes around to lessen overall load
moneromooo-monero
1
-1
/
+1
2017-11-08
Protect node privacy by proper filtering in restricted-mode RPC answers
binaryFate
1
-2
/
+2
2017-09-17
Use actual batch size for resize estimates
Howard Chu
1
-3
/
+3
2017-08-29
Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks
moneromooo-monero
1
-0
/
+3
2017-08-20
Toggle SAFE syncmode on and off automatically
Howard Chu
1
-0
/
+2
2017-06-11
blockchain_db: add a txpool tx getter which returns existence
moneromooo-monero
1
-0
/
+1
2017-06-01
Don't copy blockchain for coinbase_tx_sum
Howard Chu
1
-1
/
+1
2017-05-25
Move txpool to the database
moneromooo-monero
1
-0
/
+19
2017-03-03
Remove redundant num_txs() method
Howard Chu
1
-1
/
+0
2017-02-21
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
1
-1
/
+1
2017-02-21
Merge pull request #1727
Riccardo Spagni
1
-6
/
+4
2017-02-21
Merge pull request #1724
Riccardo Spagni
1
-1
/
+1
2017-02-18
Can't cache num_txs or num_outputs either
Howard Chu
1
-2
/
+3
2017-02-18
Add a few read txns to streamline
Howard Chu
1
-1
/
+1
2017-02-13
blockchain_db: add "raw" blobdata getters for block and transaction
moneromooo-monero
1
-6
/
+4
2017-02-13
blockchain_db: do not throw on expected partial results getting keys
moneromooo-monero
1
-1
/
+1
2017-01-15
Merge pull request #1506
Riccardo Spagni
1
-2
/
+1
2017-01-14
Don't cache block height, always get from DB
Howard Chu
1
-1
/
+0
2017-01-14
Use batch transactions when syncing
Howard Chu
1
-1
/
+1
2017-01-07
blockchain: allow marking "tx not found" without an exception
moneromooo-monero
1
-0
/
+2
2016-10-15
wallet: select part of the fake outs from recent outputs
moneromooo-monero
1
-1
/
+2
2016-08-31
core: faster find_blockchain_supplement
moneromooo-monero
1
-1
/
+1
2016-08-28
move the rct commitments to the output_amounts database
moneromooo-monero
1
-12
/
+2
2016-08-28
blockchain_db: add functions for adding/removing/getting rct commitments
moneromooo-monero
1
-0
/
+12
2016-08-01
new unlocked parameter to output_histogram
moneromooo-monero
1
-3
/
+4
2016-07-13
remove hf_starting_height db
moneromooo-monero
1
-2
/
+0
2016-04-08
Migration
Howard Chu
1
-0
/
+6
2016-04-05
Merge branch 'performance' into master
Howard Chu
1
-55
/
+22
2016-04-05
Cleanup
Howard Chu
1
-3
/
+1
2016-04-05
Cleanup and clarify
Howard Chu
1
-13
/
+6
2016-04-05
Use DUPFIXED for block_info and output_txs
Howard Chu
1
-1
/
+0
2016-04-05
More outputs consolidation
Howard Chu
1
-21
/
+5
2016-04-05
Schema update: tx_indices - consolidate the tx subdbs from 5 to 3
warptangent
1
-8
/
+0
2016-04-05
Schema update: tx_indices - yet less indirection
warptangent
1
-2
/
+2
2016-04-05
Schema update: tx_indices - improve further with less indirection
warptangent
1
-3
/
+4
2016-04-05
Schema update: tx_indices
warptangent
1
-0
/
+5
2016-04-05
Consolidated block info
Howard Chu
1
-20
/
+4
2016-04-05
Update schema for "tx_outputs" to use array containing amount output indices
warptangent
1
-2
/
+16
2016-03-26
New RPC and daemon command to get output histogram
moneromooo-monero
1
-0
/
+10
2016-03-16
Add destructor for readtxns
Howard Chu
1
-1
/
+3
2016-03-14
Merge pull request #723
Riccardo Spagni
1
-3
/
+3
2016-03-14
Hack for read/write txn mixup
Howard Chu
1
-1
/
+2
2016-03-14
avoid some val copies
Howard Chu
1
-3
/
+3
2016-02-23
read txn/cursor stuff
Howard Chu
1
-20
/
+58
2016-02-17
Use cursors in write txns
Howard Chu
1
-0
/
+42
2016-02-17
Keep a running blocksize count
Howard Chu
1
-0
/
+2
2016-02-08
BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/remove
warptangent
1
-0
/
+4
2016-02-08
blockchain_import: Add --drop-hard-fork command
warptangent
1
-0
/
+1
2016-01-15
Fix hf when import with verify off
Howard Chu
1
-0
/
+1
2015-12-31
fixed copyrights with bad year references
Riccardo Spagni
1
-1
/
+1
2015-12-26
BlockchainDB: skip fixup check if read-only database
warptangent
1
-0
/
+2
2015-12-15
Replace tabs with two spaces for consistency with rest of codebase
warptangent
1
-6
/
+6
2015-12-06
blockchain_db: fixup missing key images in early DB version
moneromooo-monero
1
-0
/
+3
2015-10-27
Remove some old/obsolete/unused code
moneromooo-monero
1
-15
/
+0
2015-10-26
db_lmdb: add versioning, to detect incompatible format changes
moneromooo-monero
1
-0
/
+2
2015-10-25
Add functions to iterate through blocks, txes, outputs, key images
moneromooo-monero
1
-0
/
+5
2015-09-20
hardfork: most state now saved to the DB
moneromooo-monero
1
-0
/
+9
2015-08-09
blockchain: always select random outs using triangular distribution
moneromooo-monero
1
-2
/
+0
2015-07-15
** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-11
/
+24
2015-07-15
Experimental BDB workaround optimizations
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-0
/
+5
2015-07-12
Check and resize if needed at batch transaction start
warptangent
1
-2
/
+4
2015-07-11
Optionally allow DB to know expected number of blocks at batch transaction start
warptangent
1
-1
/
+1
2015-05-27
blockchain_db: add a few const
moneromooo-monero
1
-3
/
+3
2015-05-16
LMDB should now dynamically resize the mapsize
Thomas Winget
1
-1
/
+34
2015-05-15
Move mdb_txn_safe implementation to cpp file
Thomas Winget
1
-51
/
+4
2015-03-25
Steps toward multiple dbs available -- working
Thomas Winget
1
-3
/
+1
2015-03-17
Pull blockchain changes into berkeleydb branch
Thomas Winget
1
-1
/
+1
2015-03-16
Try to not pollute cryptonote namespace
Thomas Winget
1
-11
/
+11
2015-03-16
Add support for database open with flags
warptangent
1
-1
/
+1
2015-03-13
BlockchainDB implementations have names now
Thomas Winget
1
-0
/
+2
2015-03-06
Moved BlockchainDB into its own src/ subfolder
Thomas Winget
1
-0
/
+314