aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Don't warn about forks while fIsInitialDownloadMatt Corallo2013-09-031-0/+5
|/ /
* | Fix out-of-bounds checkPieter Wuille2013-08-241-1/+2
* | Update the bloom state on the real object, not the temporary one.Gregory Maxwell2013-08-201-1/+1
* | Performance optimization for bloom filters.Gregory Maxwell2013-08-201-1/+2
* | Mempool consistency checkPieter Wuille2013-08-151-0/+45
* | Fix non-standard disconnected transactions causing mempool orphansPieter Wuille2013-08-151-8/+9
* | Merge pull request #2658 from TheBlueMatt/forkalertGavin Andresen2013-08-121-6/+88
|\ \
| * | Better warning/"alert" messages for large-work forks.Matt Corallo2013-07-221-5/+26
| * | Call the -alertnotify script when we see a long or invalid fork.Matt Corallo2013-07-221-0/+10
| * | Detect any sufficiently long fork and add a warning.Matt Corallo2013-07-221-5/+56
* | | do not call BuildMerkleTree() unnecessarily twiceCozz Lovan2013-08-101-1/+1
| |/ |/|
* | Merge pull request #2871 from gavinandresen/simplify_maporphanGavin Andresen2013-08-061-48/+28
|\ \
| * | Simplify storage of orphan transactionsGavin Andresen2013-08-021-38/+28
| * | Revert "Truncate oversize 'tx' messages before relaying/storing."Gavin Andresen2013-08-021-10/+0
* | | Merge pull request #2851 from TheBlueMatt/masterGavin Andresen2013-08-051-6/+6
|\ \ \ | |/ / |/| |
| * | Fix multi-block reorg transaction resurrectionMatt Corallo2013-07-231-3/+3
| * | Don't use checkpoints and accept nonstd txn on -regtestMatt Corallo2013-07-231-3/+3
| |/
* | Move internal miner/block creation to separate miner.cpp module.Jeff Garzik2013-07-311-658/+2
* | Minor miner fixes (hey hey it's fun to say)Jeff Garzik2013-07-311-1/+1
* | Remove #define loop from util.hGavin Andresen2013-07-311-2/+2
|/
* Merge pull request #2743 from jgarzik/reject-reasonJeff Garzik2013-07-101-10/+27
|\
| * Log reason for non-standard transaction rejectionJeff Garzik2013-06-231-10/+27
* | Merge pull request #2209 from CodeShark/WalletRegistrationLocksPieter Wuille2013-06-251-0/+14
|\ \
| * | Added locks on the setpwalletRegistered functions in main.cpp and added an Un...Eric Lombrozo2013-06-241-0/+14
* | | Merge pull request #2792 from sipa/coreimplJeff Garzik2013-06-251-53/+0
|\ \ \
| * | | Move core implementations to core.cppPieter Wuille2013-06-251-53/+0
| |/ /
* / / Truncate oversize 'tx' messages before relaying/storing.Peter Todd2013-06-251-0/+10
|/ /
* | Pulled AcceptBlock out of CBlock.Eric Lombrozo2013-06-231-16/+16
* | Pulled CheckBlock out of CBlock.Eric Lombrozo2013-06-231-17/+17
* | Pulled AddToBlockIndex out of CBlock.Eric Lombrozo2013-06-231-8/+8
* | Pulled ConnectBlock out of CBlock.Eric Lombrozo2013-06-231-19/+19
* | Pulled DisconnectBlock out of CBlock.Eric Lombrozo2013-06-231-6/+6
* | Moved ReadBlockFromDisk implementation to main.cppEric Lombrozo2013-06-231-0/+24
* | Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...Eric Lombrozo2013-06-231-14/+14
* | Moved WriteBlockToDisk implementation from main.h to main.cppEric Lombrozo2013-06-231-0/+26
* | Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk i...Eric Lombrozo2013-06-231-2/+2
* | Merge pull request #2778 from jgarzik/rpc-verifydbJeff Garzik2013-06-221-4/+3
|\ \ | |/ |/|
| * RPC: add 'verifychain', to verify chain database at runtimeJeff Garzik2013-06-191-1/+1
| * Pass check level, check depth to VerifyDB()Jeff Garzik2013-06-191-3/+2
* | Merge pull request #2660 from TheBlueMatt/gmfrefactorPieter Wuille2013-06-221-26/+11
|\ \
| * | Refactor fee rules to make them actually readable.Matt Corallo2013-06-141-26/+11
* | | Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-94/+51
* | | Move implementation of some CBlockLocator methodsMike Hearn2013-06-191-2/+88
| |/ |/|
* | Remove broken option to skip input checking for wallet txn.Matt Corallo2013-06-131-10/+9
|/
* Using boost::signals2 to message main from net.cpp.Eric Lombrozo2013-06-051-0/+15
* Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.Eric Lombrozo2013-06-051-5/+5
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-136/+140
* Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg...Eric Lombrozo2013-06-051-6/+5
* Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockL...Eric Lombrozo2013-06-051-4/+15
* build: add global var for whether or not the gui is enabledCory Fields2013-06-041-0/+1