index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
blockchain_db
/
lmdb
/
db_lmdb.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix hf when import with verify off
Howard Chu
2016-01-15
1
-0
/
+21
*
fixed copyrights with bad year references
Riccardo Spagni
2015-12-31
1
-1
/
+1
*
Merge pull request #572
Riccardo Spagni
2015-12-30
1
-3
/
+9
|
\
|
*
Tweak 45800a25e9374e63caaabba05c89585c86acd668
hyc
2015-12-29
1
-5
/
+5
|
*
db_lmdb: safety close db at exit
moneromooo-monero
2015-12-28
1
-0
/
+3
|
*
db_lmdb: fix a strdup/delete[] mistmatch
moneromooo-monero
2015-12-28
1
-3
/
+6
*
|
BlockchainDB: skip fixup check if read-only database
warptangent
2015-12-26
1
-0
/
+14
|
/
*
Merge pull request #565
Riccardo Spagni
2015-12-26
1
-0
/
+4
|
\
|
*
db: throw when given a non txout_to_key output to add
moneromooo-monero
2015-12-25
1
-0
/
+4
*
|
BlockchainLMDB: When removing, find amount output index fast by starting at end
warptangent
2015-12-24
1
-4
/
+5
*
|
BlockchainLMDB: Remove tx outputs in reverse order
warptangent
2015-12-24
1
-5
/
+5
|
/
*
Replace tabs with two spaces for consistency with rest of codebase
warptangent
2015-12-15
1
-232
/
+232
*
db_lmdb: always use a batch tx if possible
moneromooo-monero
2015-12-14
1
-290
/
+127
*
Merge pull request #532
Riccardo Spagni
2015-12-13
1
-68
/
+74
|
\
|
*
Add LMDB error string to database transaction exception message
warptangent
2015-12-13
1
-68
/
+74
*
|
Merge pull request #531
Riccardo Spagni
2015-12-13
1
-2
/
+28
|
\
\
|
*
|
db_lmdb: implement BlockchainLMDB::reset
moneromooo-monero
2015-12-13
1
-1
/
+27
|
*
|
db_lmdb: create all needed directories, not just the leaf one
moneromooo-monero
2015-12-13
1
-1
/
+1
|
|
/
*
/
Fix data refs in read-only txns
Howard Chu
2015-12-10
1
-16
/
+42
|
/
*
blockchain_db: fixup missing key images in early DB version
moneromooo-monero
2015-12-06
1
-0
/
+6
*
Remove some old/obsolete/unused code
moneromooo-monero
2015-10-27
1
-109
/
+0
*
db_lmdb: add versioning, to detect incompatible format changes
moneromooo-monero
2015-10-26
1
-8
/
+83
*
Add functions to iterate through blocks, txes, outputs, key images
moneromooo-monero
2015-10-25
1
-0
/
+159
*
blockchain_db: use the DNE exceptions where appropriate
moneromooo-monero
2015-10-25
1
-9
/
+9
*
hardfork: most state now saved to the DB
moneromooo-monero
2015-09-20
1
-0
/
+124
*
Merge pull request #363
Riccardo Spagni
2015-08-10
1
-13
/
+0
|
\
|
*
blockchain: always select random outs using triangular distribution
moneromooo-monero
2015-08-09
1
-13
/
+0
*
|
Fix estimation of batch storage size when no blocks exist
warptangent
2015-08-04
1
-11
/
+28
|
/
*
Add batch support to BlockchainLMDB::get_output_key
warptangent
2015-07-16
1
-6
/
+12
*
Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-4
/
+3
*
Fixed binary size issue due to embedded checkpoint data.
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-0
/
+1
*
** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-115
/
+349
*
Check and resize if needed at batch transaction start
warptangent
2015-07-12
1
-3
/
+105
*
Optionally allow DB to know expected number of blocks at batch transaction start
warptangent
2015-07-11
1
-1
/
+1
*
Merge pull request #297
Riccardo Spagni
2015-05-30
1
-38
/
+75
|
\
|
*
Replace hardcoded value with existing constant of same value
warptangent
2015-05-30
1
-1
/
+1
|
*
Update database resize behavior
warptangent
2015-05-30
1
-2
/
+20
|
*
Include database error in more error messages
warptangent
2015-05-30
1
-35
/
+54
*
|
blockchain_db: add a few const
moneromooo-monero
2015-05-27
1
-3
/
+3
|
/
*
Merge pull request #289
Riccardo Spagni
2015-05-26
1
-23
/
+172
|
\
|
*
Check if LMDB needs resize every 1000 blocks
Thomas Winget
2015-05-18
1
-1
/
+1
|
*
null out batch txn pointer as needed (BlockchainLMDB)
Thomas Winget
2015-05-18
1
-4
/
+5
|
*
LMDB should now dynamically resize the mapsize
Thomas Winget
2015-05-16
1
-59
/
+153
|
*
Move mdb_txn_safe implementation to cpp file
Thomas Winget
2015-05-15
1
-0
/
+54
*
|
Allow BlockchainLMDB to be opened in read-only mode
warptangent
2015-05-16
1
-2
/
+6
|
/
*
Update log statements
warptangent
2015-05-08
1
-1
/
+1
*
Steps toward multiple dbs available -- working
Thomas Winget
2015-03-25
1
-7
/
+0
*
Pull blockchain changes into berkeleydb branch
Thomas Winget
2015-03-17
1
-10
/
+16
|
\
|
*
Add support for database open with flags
warptangent
2015-03-16
1
-2
/
+1
|
*
Add mdb_flags variable to LMDB database open
warptangent
2015-03-16
1
-1
/
+2
[next]