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
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
2016-04-05
Consolidated block info
Howard Chu
2
-95
/
+63
2016-04-05
Update schema for "tx_outputs" to use array containing amount output indices
warptangent
2
-114
/
+103
2016-03-30
Detect map resize failures
Howard Chu
1
-1
/
+3
2016-03-26
New RPC and daemon command to get output histogram
moneromooo-monero
2
-0
/
+67
2016-03-20
db_lmdb: include the error codes from lmdb api in error logs
moneromooo-monero
1
-40
/
+47
2016-03-19
Reduce log noise
Howard Chu
1
-2
/
+3
2016-03-16
Add destructor for readtxns
Howard Chu
2
-10
/
+21
2016-03-15
Small cleanups
Howard Chu
1
-24
/
+28
2016-03-15
More for 92dd4ec6d6251b15954002e72a7c7faa5059a3ab
Howard Chu
1
-22
/
+22
2016-03-14
Merge pull request #723
Riccardo Spagni
2
-21
/
+21
2016-03-14
Hack for read/write txn mixup
Howard Chu
2
-42
/
+31
2016-03-14
avoid some val copies
Howard Chu
2
-21
/
+21
2016-03-09
More for bdec7cb
Howard Chu
1
-14
/
+14
2016-03-05
Merge pull request #700
Riccardo Spagni
1
-33
/
+34
2016-03-05
Merge pull request #698
Riccardo Spagni
1
-57
/
+14
2016-03-03
BlockchainLMDB: Use DB error helper consistently
warptangent
1
-28
/
+27
2016-03-03
BlockchainLMDB: Add DB error to exception
warptangent
1
-5
/
+7
2016-03-03
Get rid of lmdb_cur
Howard Chu
1
-57
/
+14
2016-03-03
More for df239428c0f43e2664f2be273996a734ca12c686
Howard Chu
1
-0
/
+6
2016-03-01
Make partial revert consistent
warptangent
1
-1
/
+1
2016-02-29
Revert part of 7db89ed2eee2ce31f039783323d665fe7c24d441
warptangent
1
-2
/
+14
2016-02-29
BlockchainLMDB: Add height and db error to exception
warptangent
1
-1
/
+1
2016-02-25
ARMv7: fix unaligned accesses
Howard Chu
1
-20
/
+15
2016-02-23
read txn/cursor stuff
Howard Chu
2
-156
/
+317
2016-02-17
Use MDB_PREV_MULTIPLE
Howard Chu
1
-12
/
+41
2016-02-17
Fixup after lmdb master resync
Howard Chu
1
-6
/
+6
2016-02-17
Shutup about VERSION 0
Howard Chu
1
-1
/
+3
2016-02-17
Use cursor in get_output_key
Howard Chu
1
-1
/
+2
2016-02-17
Use MDB_APPEND mode where possible
Howard Chu
1
-5
/
+9
2016-02-17
Use cursors in write txns
Howard Chu
2
-22
/
+100
2016-02-17
Keep a running blocksize count
Howard Chu
2
-0
/
+15
2016-02-17
Win32 import batchsize tweaks
Howard Chu
1
-3
/
+6
2016-02-13
BlockchainLMDB: Deal with DB exceptions at block level with particularity
warptangent
1
-2
/
+13
2016-02-13
BlockchainLMDB: Add sanity check for inconsistent state
warptangent
1
-2
/
+13
2016-02-13
BlockchainLMDB: Call destructor on allocated txn if setup fails
warptangent
1
-0
/
+8
2016-02-13
BlockchainLMDB: Replace remaining txn pointer NULLs with nullptr
warptangent
1
-9
/
+9
2016-02-08
Make HardFork object available to BlockchainDB and derived DB implementations
warptangent
1
-0
/
+2
2016-02-08
BlockchainDB/LMDB: Refactor block-scope DB txn handling for add block
warptangent
1
-19
/
+1
2016-02-08
BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/remove
warptangent
2
-0
/
+42
2016-02-08
BlockchainLMDB: Allow two HardFork functions to update DB during block add
warptangent
1
-4
/
+4
2016-02-08
BlockchainLMDB: extract txn macros used during block add/remove
warptangent
1
-0
/
+26
2016-02-08
fake_core: Check if hard fork subdbs need reset at start
warptangent
1
-2
/
+8
2016-02-08
blockchain_import: Add --drop-hard-fork command
warptangent
2
-0
/
+14
2016-01-19
db_lmdb: Continue when tx has no outputs
warptangent
1
-4
/
+6
2016-01-15
Fix hf when import with verify off
Howard Chu
2
-0
/
+22
2015-12-31
fixed copyrights with bad year references
Riccardo Spagni
2
-2
/
+2
2015-12-30
Merge pull request #572
Riccardo Spagni
1
-3
/
+9
2015-12-29
Tweak 45800a25e9374e63caaabba05c89585c86acd668
hyc
1
-5
/
+5
2015-12-28
db_lmdb: safety close db at exit
moneromooo-monero
1
-0
/
+3
2015-12-28
db_lmdb: fix a strdup/delete[] mistmatch
moneromooo-monero
1
-3
/
+6
2015-12-26
BlockchainDB: skip fixup check if read-only database
warptangent
2
-0
/
+16
2015-12-26
Merge pull request #565
Riccardo Spagni
1
-0
/
+4
2015-12-25
db: throw when given a non txout_to_key output to add
moneromooo-monero
1
-0
/
+4
2015-12-24
BlockchainLMDB: When removing, find amount output index fast by starting at end
warptangent
1
-4
/
+5
2015-12-24
BlockchainLMDB: Remove tx outputs in reverse order
warptangent
1
-5
/
+5
2015-12-15
Replace tabs with two spaces for consistency with rest of codebase
warptangent
2
-255
/
+255
2015-12-14
db_lmdb: always use a batch tx if possible
moneromooo-monero
1
-290
/
+127
2015-12-13
Merge pull request #532
Riccardo Spagni
1
-68
/
+74
2015-12-13
Merge pull request #531
Riccardo Spagni
1
-2
/
+28
2015-12-13
Add LMDB error string to database transaction exception message
warptangent
1
-68
/
+74
2015-12-13
db_lmdb: implement BlockchainLMDB::reset
moneromooo-monero
1
-1
/
+27
2015-12-13
db_lmdb: create all needed directories, not just the leaf one
moneromooo-monero
1
-1
/
+1
2015-12-10
Fix data refs in read-only txns
Howard Chu
1
-16
/
+42
2015-12-06
blockchain_db: fixup missing key images in early DB version
moneromooo-monero
2
-0
/
+9
2015-10-27
Remove some old/obsolete/unused code
moneromooo-monero
2
-124
/
+0
2015-10-26
db_lmdb: add versioning, to detect incompatible format changes
moneromooo-monero
2
-8
/
+85
2015-10-25
Add functions to iterate through blocks, txes, outputs, key images
moneromooo-monero
2
-0
/
+164
2015-10-25
blockchain_db: use the DNE exceptions where appropriate
moneromooo-monero
1
-9
/
+9
2015-09-20
hardfork: most state now saved to the DB
moneromooo-monero
2
-0
/
+133
2015-08-10
Merge pull request #363
Riccardo Spagni
2
-15
/
+0
2015-08-09
blockchain: always select random outs using triangular distribution
moneromooo-monero
2
-15
/
+0
2015-08-04
Fix estimation of batch storage size when no blocks exist
warptangent
1
-11
/
+28
2015-07-16
Add batch support to BlockchainLMDB::get_output_key
warptangent
1
-6
/
+12
2015-07-15
Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-4
/
+3
2015-07-15
Fixed binary size issue due to embedded checkpoint data.
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-0
/
+1
2015-07-15
** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2
-127
/
+374
2015-07-15
Experimental BDB workaround optimizations
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-0
/
+5
2015-07-12
Check and resize if needed at batch transaction start
warptangent
2
-5
/
+109
2015-07-11
Optionally allow DB to know expected number of blocks at batch transaction start
warptangent
2
-2
/
+2
2015-05-30
Merge pull request #297
Riccardo Spagni
1
-38
/
+75
2015-05-30
Replace hardcoded value with existing constant of same value
warptangent
1
-1
/
+1
2015-05-30
Update database resize behavior
warptangent
1
-2
/
+20
2015-05-30
Include database error in more error messages
warptangent
1
-35
/
+54
2015-05-27
blockchain_db: add a few const
moneromooo-monero
2
-6
/
+6
2015-05-26
Merge pull request #289
Riccardo Spagni
2
-75
/
+210
2015-05-18
Check if LMDB needs resize every 1000 blocks
Thomas Winget
1
-1
/
+1
2015-05-18
null out batch txn pointer as needed (BlockchainLMDB)
Thomas Winget
1
-4
/
+5
2015-05-16
LMDB should now dynamically resize the mapsize
Thomas Winget
2
-60
/
+187
2015-05-16
Allow BlockchainLMDB to be opened in read-only mode
warptangent
1
-2
/
+6
2015-05-15
Move mdb_txn_safe implementation to cpp file
Thomas Winget
2
-51
/
+58
2015-05-08
Update log statements
warptangent
1
-1
/
+1
2015-03-25
Steps toward multiple dbs available -- working
Thomas Winget
2
-10
/
+1
2015-03-17
Pull blockchain changes into berkeleydb branch
Thomas Winget
2
-11
/
+17
2015-03-16
Try to not pollute cryptonote namespace
Thomas Winget
2
-47
/
+47
2015-03-16
Add support for database open with flags
warptangent
2
-3
/
+2
2015-03-16
Add mdb_flags variable to LMDB database open
warptangent
1
-1
/
+2
2015-03-15
Update and relocate comment that applies class wide
warptangent
1
-8
/
+14
2015-03-13
BlockchainDB implementations have names now
Thomas Winget
2
-0
/
+9
2015-03-06
Moved BlockchainDB into its own src/ subfolder
Thomas Winget
2
-0
/
+2122