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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
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
|
|
/
/
*
|
|
Merge pull request #665
Riccardo Spagni
2016-02-17
2
-23
/
+76
|
\
\
\
|
*
|
|
Resync with master
Howard Chu
2016-02-16
2
-23
/
+76
|
|
/
/
*
|
|
Merge pull request #664
Riccardo Spagni
2016-02-17
2
-3
/
+21
|
\
\
\
|
*
|
|
Keep a running blocksize count
Howard Chu
2016-02-15
2
-0
/
+15
|
*
|
|
Win32 import batchsize tweaks
Howard Chu
2016-02-14
1
-3
/
+6
|
|
/
/
*
|
|
Merge pull request #660
Riccardo Spagni
2016-02-17
1
-1
/
+1
|
\
\
\
|
*
|
|
epee: always call the PRNG through the locked API
moneromooo-monero
2016-02-13
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #659
Riccardo Spagni
2016-02-17
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
core_tests: fix a compile problem with CLANG
moneromooo-monero
2016-02-13
1
-1
/
+1
*
|
|
Merge pull request #658
Riccardo Spagni
2016-02-13
2
-0
/
+295
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Add the new test files
moneromooo-monero
2016-02-13
2
-0
/
+295
|
/
*
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
*
|
Merge pull request #656
Riccardo Spagni
2016-02-13
4
-10
/
+12
|
\
\
|
*
|
cmake: Include OpenSSL libraries in static linking
warptangent
2016-02-12
3
-6
/
+11
|
*
|
cmake: Remove unused variable
warptangent
2016-02-12
1
-1
/
+1
|
*
|
cmake: Fix unbound config compile settings
warptangent
2016-02-12
2
-0
/
+6
|
*
|
cmake: Fix overly broad use of dynamic link settings
warptangent
2016-02-12
1
-9
/
+0
|
|
/
*
|
Merge pull request #652
Riccardo Spagni
2016-02-13
1
-1
/
+21
|
\
\
|
*
|
crypto: only check MONERO_USE_SOFTWARE_AES once
moneromooo-monero
2016-02-09
1
-5
/
+15
|
*
|
crypto: use software AES based on the MONERO_USE_SOFTWARE_AES env var
moneromooo-monero
2016-02-09
1
-1
/
+11
|
|
/
*
|
Merge pull request #651
Riccardo Spagni
2016-02-13
17
-35
/
+77
|
\
\
|
|
/
|
/
|
|
*
unit_tests: fix blockchain unit test after hard fork import fix
moneromooo-monero
2016-02-08
1
-1
/
+10
|
*
hardfork: add a default fork entry for v1 if none exist
moneromooo-monero
2016-02-08
1
-0
/
+5
|
*
blockchain: initialize m_hardfork to NULL
moneromooo-monero
2016-02-08
1
-1
/
+1
|
*
blockchain_db: pass hard fork object as a simple pointer
moneromooo-monero
2016-02-08
2
-2
/
+2
|
*
core_tests: add tests for hard fork behaviors (MRL-0004)
moneromooo-monero
2016-02-08
10
-25
/
+48
|
*
core_tests: allow setting miner tx max_outs when creating a block
moneromooo-monero
2016-02-08
2
-4
/
+6
|
*
unit_tests: fix hard fork unit test compilation
moneromooo-monero
2016-02-08
1
-0
/
+4
|
*
blockchain_utilities: remove unused num_blocks variable
moneromooo-monero
2016-02-08
1
-2
/
+0
|
*
blockchain: reset hardfork object when resetting blockchain
moneromooo-monero
2016-02-08
1
-0
/
+1
|
/
*
Merge pull request #650
Riccardo Spagni
2016-02-08
8
-34
/
+130
|
\
|
*
Blockchain: Update comments on removing block
warptangent
2016-02-08
1
-0
/
+5
|
*
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
3
-6
/
+1
|
*
Make HardFork object available to BlockchainDB and derived DB implementations
warptangent
2016-02-08
5
-0
/
+18
|
*
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
|
/
*
Merge pull request #644
Riccardo Spagni
2016-02-08
9
-8
/
+81
|
\
|
*
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
|
*
Blockchain: Optionally pass in HardFork object
warptangent
2016-02-08
2
-4
/
+21
|
*
fake_core: Check if hard fork subdbs need reset at start
warptangent
2016-02-08
2
-2
/
+11
[prev]
[next]