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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Print stack trace upon exceptions"
moneromooo-monero
2016-03-21
1
-2
/
+1
*
Merge pull request #738
Riccardo Spagni
2016-03-20
1
-40
/
+47
|
\
|
*
db_lmdb: include the error codes from lmdb api in error logs
moneromooo-monero
2016-03-20
1
-40
/
+47
*
|
Print stack trace upon exceptions
moneromooo-monero
2016-03-19
1
-1
/
+2
|
/
*
Reduce log noise
Howard Chu
2016-03-19
1
-2
/
+3
*
Add destructor for readtxns
Howard Chu
2016-03-16
2
-10
/
+21
*
Small cleanups
Howard Chu
2016-03-15
1
-24
/
+28
*
More for 92dd4ec6d6251b15954002e72a7c7faa5059a3ab
Howard Chu
2016-03-15
1
-22
/
+22
*
Merge pull request #723
Riccardo Spagni
2016-03-14
2
-21
/
+21
|
\
|
*
avoid some val copies
Howard Chu
2016-03-14
2
-21
/
+21
*
|
Hack for read/write txn mixup
Howard Chu
2016-03-14
2
-42
/
+31
|
/
*
Merge pull request #712
Riccardo Spagni
2016-03-11
3
-5
/
+6
|
\
|
*
Need to link boost::chrono in more places now
Howard Chu
2016-03-11
1
-0
/
+1
|
*
Use boost::thread instead of std::thread
Howard Chu
2016-03-11
2
-5
/
+5
*
|
More for bdec7cb
Howard Chu
2016-03-09
1
-14
/
+14
|
/
*
Merge pull request #700
Riccardo Spagni
2016-03-05
1
-33
/
+34
|
\
|
*
BlockchainLMDB: Use DB error helper consistently
warptangent
2016-03-03
1
-28
/
+27
|
*
BlockchainLMDB: Add DB error to exception
warptangent
2016-03-03
1
-5
/
+7
*
|
Merge pull request #698
Riccardo Spagni
2016-03-05
1
-57
/
+14
|
\
\
|
*
|
Get rid of lmdb_cur
Howard Chu
2016-03-03
1
-57
/
+14
|
|
/
*
/
More for df239428c0f43e2664f2be273996a734ca12c686
Howard Chu
2016-03-03
1
-0
/
+6
|
/
*
Make partial revert consistent
warptangent
2016-03-01
1
-1
/
+1
*
Revert part of 7db89ed2eee2ce31f039783323d665fe7c24d441
warptangent
2016-02-29
1
-2
/
+14
*
BlockchainLMDB: Add height and db error to exception
warptangent
2016-02-29
1
-1
/
+1
*
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
[next]