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