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_utilities
Commit message (
Expand
)
Author
Age
Files
Lines
*
switch default utilities DB to lmdb, update checkpoints.dat
Riccardo Spagni
2016-03-12
1
-3
/
+6
*
Merge pull request #705
Riccardo Spagni
2016-03-05
1
-4
/
+54
|
\
|
*
blockchain_utilities: Update documentation
warptangent
2016-03-05
1
-4
/
+54
*
|
blockchain_export: Support BerkeleyDB
warptangent
2016-03-05
1
-4
/
+65
*
|
blockchain_export: Move DB implementation includes
warptangent
2016-03-05
2
-2
/
+2
|
/
*
move g_test_dbg_lock_sleep from a global to a function level static
moneromooo-monero
2016-02-22
5
-10
/
+0
*
blockchain_import: Pass ARCH_WIDTH macro if 32-bit or not.
warptangent
2016-02-18
1
-4
/
+4
*
Merge pull request #674
Riccardo Spagni
2016-02-18
3
-4
/
+14
|
\
|
*
blockchain_import: Check bit width for more than just WIN32
warptangent
2016-02-17
3
-4
/
+14
*
|
Fix cffc411c9025e1d28a8b6e32c53c83ba113d9204
Howard Chu
2016-02-17
1
-0
/
+2
|
/
*
blockchain_import: Build string for db type list
warptangent
2016-02-14
1
-2
/
+15
*
blockchain_import: Add mode argument representing multiple DB flags
warptangent
2016-02-14
1
-31
/
+82
*
blockchain_import: Support BerkeleyDB
warptangent
2016-02-14
2
-21
/
+67
*
blockchain_import: Add database type argument
warptangent
2016-02-14
2
-4
/
+4
*
blockchain_import: Make LMDB-specific names general
warptangent
2016-02-14
2
-33
/
+33
*
blockchain_utilities: remove unused num_blocks variable
moneromooo-monero
2016-02-08
1
-2
/
+0
*
blockchain_import: Get hard fork version from HardFork
warptangent
2016-02-08
1
-4
/
+1
*
Move HardFork DB update to BlockchainDB::add_block()
warptangent
2016-02-08
1
-3
/
+0
*
blockchain_import: Add hard fork data for each block when verify mode is off
warptangent
2016-02-08
1
-0
/
+3
*
blockchain_utilities: Have fake_core create HardFork object
warptangent
2016-02-08
1
-1
/
+13
*
fake_core: Check if hard fork subdbs need reset at start
warptangent
2016-02-08
1
-0
/
+3
*
blockchain_import: Add --drop-hard-fork command
warptangent
2016-02-08
1
-0
/
+11
*
blockchain_import: Add exception to log output
warptangent
2016-02-08
1
-1
/
+1
*
Fix V1/V2 use of hard fork related parameters
moneromooo-monero
2016-01-29
1
-1
/
+7
*
Fix hf when import with verify off
Howard Chu
2016-01-15
1
-0
/
+1
*
update version
Riccardo Spagni
2015-12-31
5
-5
/
+5
*
updated copyright year
Riccardo Spagni
2015-12-31
14
-14
/
+14
*
Add missing semicolons after log statements
moneromooo-monero
2015-12-19
2
-2
/
+2
*
blockchain_db: make the indexing base a BlockchainDB virtual function
moneromooo-monero
2015-12-05
1
-3
/
+1
*
blockchain_dump: fix output key dump for BDB 1-based indices
moneromooo-monero
2015-12-05
1
-2
/
+5
*
cn_deserialize: a new tool to decode blocks and transactions
moneromooo-monero
2015-11-22
2
-0
/
+196
*
Merge pull request #493
Riccardo Spagni
2015-11-21
3
-0
/
+6
|
\
|
*
Fix startup crash when using a locale boost does not like
moneromooo-monero
2015-11-21
3
-0
/
+6
*
|
Relay transactions when they linger too long in the pool
moneromooo-monero
2015-11-21
1
-1
/
+1
|
/
*
blockchain_dump: fix build without berkeley db
moneromooo-monero
2015-10-30
1
-0
/
+4
*
blockchain_utilities: properly exit on error
moneromooo-monero
2015-10-27
2
-7
/
+7
*
Build fixes for the old blockchain_storage version
moneromooo-monero
2015-10-26
1
-2
/
+5
*
blockchain_utilities: new blockchain_dump diagnostic tool
moneromooo-monero
2015-10-25
2
-0
/
+458
*
blockchain_export can now export to a blocks.dat format
moneromooo-monero
2015-10-17
6
-20
/
+331
*
bootstrap_file: do not try to create a directory with an empty name
moneromooo-monero
2015-10-17
1
-10
/
+13
*
blockchain_import: Add --input-file option
warptangent
2015-08-14
1
-1
/
+9
*
blockchain_import: Updates for naming consistency
warptangent
2015-08-14
1
-15
/
+14
*
Merge pull request #374
Riccardo Spagni
2015-08-14
3
-16
/
+21
|
\
|
*
blockchain_export: Add --output-file argument
warptangent
2015-08-14
3
-16
/
+21
*
|
doc: hammer the fact that the raw file isn't blockchain.bin
moneromooo-monero
2015-08-14
1
-1
/
+2
|
/
*
Merge pull request #334
Riccardo Spagni
2015-07-15
4
-8
/
+8
|
\
|
*
blockchain_utilities: Increase debug statement's log level
warptangent
2015-07-11
1
-1
/
+1
|
*
blockchain_utilities: Pass expected number of blocks when starting batch
warptangent
2015-07-11
2
-4
/
+4
|
*
Optionally allow DB to know expected number of blocks at batch transaction start
warptangent
2015-07-11
1
-3
/
+3
*
|
blockchain_utilities/README.md: add workaround for resizing in batch mode
moneromooo-monero
2015-07-07
1
-0
/
+3
[next]