index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
blockchain_db
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #686
Riccardo Spagni
2016-02-29
6
-185
/
+340
|
\
|
*
ARMv7: fix unaligned accesses
Howard Chu
2016-02-25
1
-20
/
+15
|
*
read txn/cursor stuff
Howard Chu
2016-02-23
6
-165
/
+325
*
|
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
|
/
*
Use MDB_PREV_MULTIPLE
Howard Chu
2016-02-17
1
-11
/
+40
*
Fixup after lmdb master resync
Howard Chu
2016-02-17
1
-6
/
+6
*
Shutup about VERSION 0
Howard Chu
2016-02-17
2
-2
/
+6
*
Use cursor in get_output_key
Howard Chu
2016-02-17
1
-1
/
+2
*
Use MDB_APPEND mode where possible
Howard Chu
2016-02-17
1
-5
/
+9
*
Use cursors in write txns
Howard Chu
2016-02-17
2
-22
/
+100
*
Keep a running blocksize count
Howard Chu
2016-02-17
2
-0
/
+15
*
Win32 import batchsize tweaks
Howard Chu
2016-02-17
1
-3
/
+6
*
Merge pull request #657
Riccardo Spagni
2016-02-13
2
-12
/
+50
|
\
|
*
BlockchainLMDB: Deal with DB exceptions at block level with particularity
warptangent
2016-02-13
2
-2
/
+21
|
*
BlockchainLMDB: Add sanity check for inconsistent state
warptangent
2016-02-13
1
-2
/
+13
|
*
BlockchainLMDB: Call destructor on allocated txn if setup fails
warptangent
2016-02-13
1
-0
/
+8
|
*
BlockchainLMDB: Replace remaining txn pointer NULLs with nullptr
warptangent
2016-02-13
1
-9
/
+9
*
|
blockchain_db: pass hard fork object as a simple pointer
moneromooo-monero
2016-02-08
2
-2
/
+2
|
/
*
Move HardFork DB update to BlockchainDB::add_block()
warptangent
2016-02-08
1
-0
/
+1
*
Make HardFork object available to BlockchainDB and derived DB implementations
warptangent
2016-02-08
4
-0
/
+16
*
BlockchainDB/LMDB: Refactor block-scope DB txn handling for add block
warptangent
2016-02-08
2
-20
/
+10
*
BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/remove
warptangent
2016-02-08
5
-0
/
+65
*
BlockchainLMDB: Allow two HardFork functions to update DB during block add
warptangent
2016-02-08
1
-4
/
+4
*
BlockchainLMDB: extract txn macros used during block add/remove
warptangent
2016-02-08
1
-0
/
+26
*
fake_core: Check if hard fork subdbs need reset at start
warptangent
2016-02-08
1
-2
/
+8
*
blockchain_import: Add --drop-hard-fork command
warptangent
2016-02-08
5
-0
/
+21
*
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
*
db_lmdb: Continue when tx has no outputs
warptangent
2016-01-19
1
-4
/
+6
*
Fix hf when import with verify off
Howard Chu
2016-01-15
5
-0
/
+29
*
updated copyright year
Riccardo Spagni
2015-12-31
1
-1
/
+1
*
fixed copyrights with bad year references
Riccardo Spagni
2015-12-31
7
-7
/
+7
*
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
6
-0
/
+32
|
/
*
Merge pull request #565
Riccardo Spagni
2015-12-26
2
-0
/
+8
|
\
|
*
db: throw when given a non txout_to_key output to add
moneromooo-monero
2015-12-25
2
-0
/
+8
*
|
BlockchainDB: Remove txs in reverse order
warptangent
2015-12-24
1
-3
/
+5
*
|
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
|
/
*
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
4
-265
/
+265
*
db_lmdb: always use a batch tx if possible
moneromooo-monero
2015-12-14
1
-290
/
+127
[prev]
[next]