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
/
berkeleydb
/
db_bdb.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-21
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
1
-1
/
+1
2017-01-14
Use batch transactions when syncing
Howard Chu
1
-1
/
+1
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
-1
/
+1
2016-07-13
remove hf_starting_height db
moneromooo-monero
1
-2
/
+0
2016-03-26
New RPC and daemon command to get output histogram
moneromooo-monero
1
-0
/
+9
2016-03-11
Use boost::thread instead of std::thread
Howard Chu
1
-4
/
+4
2016-02-23
read txn/cursor stuff
Howard Chu
1
-1
/
+1
2016-02-20
db_bdb: add missing include for std::condition_variable
moneromooo-monero
1
-0
/
+1
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
/
+3
2015-12-15
Replace tabs with two spaces for consistency with rest of codebase
warptangent
1
-14
/
+14
2015-12-06
blockchain_db: fixup missing key images in early DB version
moneromooo-monero
1
-0
/
+4
2015-12-05
blockchain_db: make the indexing base a BlockchainDB virtual function
moneromooo-monero
1
-0
/
+2
2015-10-27
Remove some old/obsolete/unused code
moneromooo-monero
1
-12
/
+0
2015-10-26
db_bdb: 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
/
+10
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
-10
/
+162
2015-07-15
Experimental BDB workaround optimizations
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-0
/
+3
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
-1
/
+1
2015-03-25
Steps toward multiple dbs available -- working
Thomas Winget
1
-3
/
+0
2015-03-17
BerkeleyDB implementation of BlockchainDB seems to be working!
Thomas Winget
1
-2
/
+4
2015-03-16
BerkeleyDB Blockchain building, not working yet
Thomas Winget
1
-2
/
+4
2015-03-16
BerkeleyDB BlockchainDB impl copy/paste/modify
Thomas Winget
1
-3
/
+77
2015-03-16
Initial commit of BDB BlockchainDB implementation
Thomas Winget
1
-107
/
+4
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