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
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-19
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-04-22
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-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-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-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
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
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-15
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-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
-1
/
+1
2015-02-23
BlockchainLMDB: Add support for batch transactions
warptangent
1
-3
/
+47
2015-02-23
Improve block and tx processing efficiency by less repeat hashing
warptangent
1
-1
/
+2
2015-01-11
Complete implementation of transaction removal
warptangent
1
-3
/
+4
2015-01-09
Fix transfers (without mixins)
warptangent
1
-0
/
+1
2015-01-04
Fixes a bug with getting output metadata from BlockchainDB
Thomas Winget
1
-0
/
+2
2015-01-04
blockchain_db: add consts where appropriate
moneromooo-monero
1
-35
/
+35
2015-01-04
Store output pubkeys separately, bug fixes
Thomas Winget
1
-0
/
+1
2015-01-04
Minor bugfixes, redundancy removal
Thomas Winget
1
-0
/
+6
2015-01-04
All LMDB BlockchainDB implemented, not tested
Thomas Winget
1
-0
/
+43
2015-01-04
Adding block data to LMDB BlockchainDB coded
Thomas Winget
1
-2
/
+10
2015-01-04
Parts of LMDB impl of BlockchainDB done and working
Thomas Winget
1
-2
/
+56
2015-01-04
Initial commit of lmdb BlockchainDB impl
Thomas Winget
1
-0
/
+153