index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
New reject p2p message
Gavin Andresen
2013-11-11
1
-4
/
+23
|
/
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-39
/
+44
*
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen
2013-11-04
1
-44
/
+8
*
Make some globals in main non-public.
Pieter Wuille
2013-11-01
1
-20
/
+0
*
Do not use the redundant BestInvalidWork record in the block database.
Pieter Wuille
2013-11-01
1
-1
/
+0
*
Merge pull request #3115 from sipa/walletmain
Gavin Andresen
2013-10-29
1
-9
/
+18
|
\
|
*
Use boost signals for callbacks from main to wallet
Pieter Wuille
2013-10-26
1
-9
/
+18
*
|
Fix comparison tool by asking for blocks more aggressively
Matt Corallo
2013-10-27
1
-1
/
+6
|
/
*
Merge pull request #3119
Pieter Wuille
2013-10-20
1
-1
/
+1
|
\
|
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
|
Move CBlockLocator to core.h
Pieter Wuille
2013-10-15
1
-38
/
+0
*
|
Reimplement CBlockLocator's chain-related logic in CChain.
Pieter Wuille
2013-10-15
1
-17
/
+8
*
|
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-11
1
-30
/
+53
|
/
*
internal miner: move 2 globals from main to miner
Philip Kaufmann
2013-09-25
1
-2
/
+0
*
Merge pull request #2949 from gmaxwell/fewer_fee_footguns
Gavin Andresen
2013-09-22
1
-1
/
+1
|
\
|
*
[raw] reject insanely high fees by default in sendrawtransaction
Gregory Maxwell
2013-08-28
1
-1
/
+1
*
|
fix some printf -> LogPrintf leftovers
Philip Kaufmann
2013-09-20
1
-1
/
+1
*
|
Bugfix: nHeightLast instead of nHeightFirst
Pieter Wuille
2013-09-19
1
-1
/
+1
*
|
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-2
/
+2
*
|
autotools: switch to autotools buildsystem
Cory Fields
2013-09-05
1
-0
/
+4
|
/
*
Mempool consistency check
Pieter Wuille
2013-08-15
1
-0
/
+2
*
Simplify storage of orphan transactions
Gavin Andresen
2013-08-02
1
-2
/
+2
*
Move internal miner/block creation to separate miner.cpp module.
Jeff Garzik
2013-07-31
1
-10
/
+2
*
Minor miner fixes (hey hey it's fun to say)
Jeff Garzik
2013-07-31
1
-1
/
+1
*
Merge pull request #2743 from jgarzik/reject-reason
Jeff Garzik
2013-07-10
1
-1
/
+1
|
\
|
*
Log reason for non-standard transaction rejection
Jeff Garzik
2013-06-23
1
-1
/
+1
*
|
Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in in...
Eric Lombrozo
2013-06-24
1
-0
/
+2
*
|
Moved CBlock from main.h to core.h
Eric Lombrozo
2013-06-23
1
-122
/
+0
*
|
Pulled AcceptBlock out of CBlock.
Eric Lombrozo
2013-06-23
1
-5
/
+4
*
|
Pulled CheckBlock out of CBlock.
Eric Lombrozo
2013-06-23
1
-3
/
+3
*
|
Pulled AddToBlockIndex out of CBlock.
Eric Lombrozo
2013-06-23
1
-3
/
+2
*
|
Pulled ConnectBlock out of CBlock.
Eric Lombrozo
2013-06-23
1
-3
/
+4
*
|
Pulled DisconnectBlock out of CBlock.
Eric Lombrozo
2013-06-23
1
-6
/
+10
*
|
Moved ReadBlockFromDisk implementation to main.cpp
Eric Lombrozo
2013-06-23
1
-24
/
+1
*
|
Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...
Eric Lombrozo
2013-06-23
1
-31
/
+25
*
|
Moved WriteBlockToDisk implementation from main.h to main.cpp
Eric Lombrozo
2013-06-23
1
-25
/
+1
*
|
Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk i...
Eric Lombrozo
2013-06-23
1
-25
/
+26
*
|
Merge pull request #2778 from jgarzik/rpc-verifydb
Jeff Garzik
2013-06-22
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Pass check level, check depth to VerifyDB()
Jeff Garzik
2013-06-19
1
-1
/
+1
*
|
Merge pull request #2660 from TheBlueMatt/gmfrefactor
Pieter Wuille
2013-06-22
1
-2
/
+3
|
\
\
|
*
|
Refactor fee rules to make them actually readable.
Matt Corallo
2013-06-14
1
-2
/
+3
*
|
|
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-19
1
-4
/
+2
*
|
|
Move implementation of some CBlockLocator methods
Mike Hearn
2013-06-19
1
-87
/
+12
|
|
/
|
/
|
*
|
Remove broken option to skip input checking for wallet txn.
Matt Corallo
2013-06-13
1
-2
/
+2
|
/
*
Removed the main.h include from net.cpp.
Eric Lombrozo
2013-06-06
1
-2
/
+0
*
Using boost::signals2 to message main from net.cpp.
Eric Lombrozo
2013-06-05
1
-0
/
+5
*
Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.
Eric Lombrozo
2013-06-05
1
-63
/
+3
*
Moved CCoins, CTxOutCompressor, CTxInUndo, and CTxUndo to core.
Eric Lombrozo
2013-06-05
1
-330
/
+0
*
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-06-05
1
-342
/
+64
*
Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg...
Eric Lombrozo
2013-06-05
1
-16
/
+2
[prev]
[next]