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
/
berkeleydb
Commit message (
Expand
)
Author
Age
Files
Lines
*
testdb: add override keyword where missing
stoffu
2019-04-17
2
-31
/
+0
*
Update 2019 copyright
binaryFate
2019-03-05
2
-2
/
+2
*
Make get_output_key method const
moneroexamples
2019-01-07
1
-2
/
+2
*
blockchain_db: remove a couple unused functions
moneromooo-monero
2018-12-05
2
-41
/
+0
*
v8: per byte fee, pad bulletproofs, fixed 11 ring size
moneromooo-monero
2018-09-11
2
-8
/
+8
*
blockchain_db: remove unused get_output_key variant
moneromooo-monero
2018-07-30
1
-1
/
+1
*
add --regtest and --fixed-difficulty for regression testing
victorsintnicolaas
2018-06-29
2
-0
/
+7
*
db_lmdb: save pruned and prunable tx data separately
moneromooo-monero
2018-05-23
2
-4
/
+4
*
blockchain_db: initialize m_open in base class ctor
moneromooo-monero
2018-02-02
1
-1
/
+1
*
Update 2018 copyright
xmr-eric
2018-01-26
2
-2
/
+2
*
move includes around to lessen overall load
moneromooo-monero
2017-12-16
1
-1
/
+1
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
2
-2
/
+2
*
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
2017-02-08
1
-1
/
+1
*
Use batch transactions when syncing
Howard Chu
2017-01-14
2
-2
/
+3
*
core: faster find_blockchain_supplement
moneromooo-monero
2016-08-31
2
-2
/
+5
*
move the rct commitments to the output_amounts database
moneromooo-monero
2016-08-28
2
-2
/
+2
*
remove hf_starting_height db
moneromooo-monero
2016-07-13
2
-30
/
+0
*
add a --max-concurrency flag
moneromooo-monero
2016-04-28
1
-1
/
+1
*
New RPC and daemon command to get output histogram
moneromooo-monero
2016-03-26
2
-0
/
+15
*
Use boost::thread instead of std::thread
Howard Chu
2016-03-11
2
-5
/
+5
*
Merge pull request #686
Riccardo Spagni
2016-02-29
2
-2
/
+2
|
\
|
*
read txn/cursor stuff
Howard Chu
2016-02-23
2
-2
/
+2
*
|
db_bdb: add missing include for std::condition_variable
moneromooo-monero
2016-02-20
1
-0
/
+1
*
|
BlockchainBDB: Check if hard fork subdbs need reset
warptangent
2016-02-18
1
-1
/
+50
*
|
BlockchainBDB: Support blockchain_import --drop-hard-fork command
warptangent
2016-02-18
1
-3
/
+35
|
/
*
Shutup about VERSION 0
Howard Chu
2016-02-17
1
-1
/
+3
*
Make HardFork object available to BlockchainDB and derived DB implementations
warptangent
2016-02-08
1
-0
/
+2
*
BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/remove
warptangent
2016-02-08
2
-0
/
+19
*
blockchain_import: Add --drop-hard-fork command
warptangent
2016-02-08
2
-0
/
+6
*
berkeleydb: fix delete/free mismatch
moneromooo-monero
2016-02-03
1
-2
/
+2
*
BlockchainBDB: Continue when tx has no outputs
warptangent
2016-01-28
1
-3
/
+5
*
BlockchainBDB: When removing, find amount output index fast by starting at end
warptangent
2016-01-28
1
-10
/
+33
*
BlockchainBDB: Remove tx outputs in reverse order
warptangent
2016-01-28
1
-4
/
+14
*
OpenBSD support for Monero.
me0wmix
2016-01-21
1
-1
/
+3
*
Fix hf when import with verify off
Howard Chu
2016-01-15
2
-0
/
+6
*
fixed copyrights with bad year references
Riccardo Spagni
2015-12-31
2
-2
/
+2
*
BlockchainDB: skip fixup check if read-only database
warptangent
2015-12-26
2
-0
/
+9
*
db: throw when given a non txout_to_key output to add
moneromooo-monero
2015-12-25
1
-0
/
+4
*
Add missing semicolons after log statements
moneromooo-monero
2015-12-19
1
-3
/
+3
*
Replace tabs with two spaces for consistency with rest of codebase
warptangent
2015-12-15
1
-14
/
+14
*
db_bdb: implement BlockchainBDB::reset
moneromooo-monero
2015-12-13
1
-1
/
+40
*
db_bdb: create all needed directories, not just the leaf one
moneromooo-monero
2015-12-13
1
-1
/
+1
*
Merge pull request #524
Riccardo Spagni
2015-12-08
1
-3
/
+3
|
\
|
*
db_bdb: move log_set_config call before open
moneromooo-monero
2015-12-07
1
-3
/
+3
*
|
Merge pull request #523
Riccardo Spagni
2015-12-08
1
-0
/
+34
|
\
\
|
*
|
db_bdb: support for libdb without DB_FORCESYNC
moneromooo-monero
2015-12-07
1
-0
/
+34
|
|
/
*
/
blockchain_db: fixup missing key images in early DB version
moneromooo-monero
2015-12-06
2
-0
/
+10
|
/
*
blockchain_db: make the indexing base a BlockchainDB virtual function
moneromooo-monero
2015-12-05
1
-0
/
+2
*
db_bdb: read 32 bit heights from keys
moneromooo-monero
2015-12-04
1
-1
/
+1
*
Revert "db_bdb: record numbers for recno databases start at 1"
moneromooo-monero
2015-11-13
1
-3
/
+3
[next]