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
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