aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
Commit message (Expand)AuthorAgeFilesLines
...
* Created core.h/core.cpp, added to makefiles. Started moving core structures f...Eric Lombrozo2013-06-051-41/+1
* Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockL...Eric Lombrozo2013-06-051-0/+3
* build: add global var for whether or not the gui is enabledCory Fields2013-06-041-0/+1
* Merge pull request #2644 from sipa/constfindblockJeff Garzik2013-05-301-13/+11
|\
| * Make FindBlockByHeight constant-time.Pieter Wuille2013-05-121-13/+11
* | CreateNewBlock performance improvementsPieter Wuille2013-05-211-1/+1
|/
* Merge pull request #2577 from gavinandresen/fee_bandaidGavin Andresen2013-05-041-4/+4
|\
| * Un-hardcode TX_FEE constantsGavin Andresen2013-05-031-21/+3
| * Define dust transaction outputs, and make them non-standardGavin Andresen2013-05-031-0/+18
* | Improve gettxoutsetinfo commandPieter Wuille2013-05-011-1/+4
|/
* Use a uint256 for bnChainWorkPieter Wuille2013-04-121-7/+7
* Merge pull request #2478 from sipa/fullhashGavin Andresen2013-04-091-14/+9
|\
| * Always print full hashes (tx, block, inv)Pieter Wuille2013-04-071-14/+9
* | Merge pull request #2403 from gmaxwell/minfee-to-relayfeePieter Wuille2013-04-081-1/+1
|\ \ | |/ |/|
| * Make MIN_TX_FEE match MIN_RELAY_TX_FEE.Gregory Maxwell2013-03-221-1/+1
* | Port Thread* methods to boost::thread_groupGavin Andresen2013-04-031-5/+1
|/
* Merge pull request #2186 from Diapolo/misc_stuffWladimir J. van der Laan2013-02-231-3/+2
|\
| * small changes in init, main, checkpoints.h and bitcoin-qt.proPhilip Kaufmann2013-02-201-3/+2
* | Merge pull request #2221 from sipa/perfoGavin Andresen2013-02-221-13/+22
|\ \ | |/ |/|
| * Various performance tweaks to CCoinsViewPieter Wuille2013-01-261-13/+22
* | Improve block database load error reportingPieter Wuille2013-02-171-0/+2
* | Merge branch 'reindexgen' of git://github.com/sipa/bitcoinGavin Andresen2013-02-051-0/+2
|\ \
| * | Make sure the genesis block is present after reindexPieter Wuille2013-02-011-0/+2
* | | Make transactions larger than 100K non-standardGavin Andresen2013-02-051-0/+2
|/ /
* | Merge pull request #2224 from sipa/valstateGavin Andresen2013-01-291-27/+63
|\ \
| * | Improve dealing with abort conditionsPieter Wuille2013-01-301-2/+8
| * | CValidationState frameworkPieter Wuille2013-01-301-27/+57
* | | Fix two clang3.3 warningsGavin Andresen2013-01-291-1/+1
|/ /
* | Remove support for pre-checksum undo filesPieter Wuille2013-01-281-11/+1
* | Merge pull request #2182 from gavinandresen/addressoracleGavin Andresen2013-01-261-3/+3
|\ \ | |/ |/|
| * Remove IsFromMe() check in CTxMemPool::accept()Gavin Andresen2013-01-151-3/+3
* | Add optional transaction index to databasesPieter Wuille2013-01-181-2/+22
* | Merge pull request #2060 from sipa/parallelGavin Andresen2013-01-171-10/+41
|\ \
| * | Parallelize script verificationPieter Wuille2013-01-081-2/+13
| * | Remove CheckSig_mode and move logic out of CheckInputs()Pieter Wuille2013-01-081-8/+1
| * | Add CScriptCheck: a closure representing a script checkPieter Wuille2013-01-081-1/+26
| * | Move VerifySignature to mainPieter Wuille2013-01-081-0/+2
* | | Use CPartialMerkleTree for CMerkleBlock transactions.Matt Corallo2013-01-161-5/+7
* | | Add CPartialMerkleTreePieter Wuille2013-01-161-0/+90
* | | Add a CMerkleBlock to store merkle branches of filtered txes.Matt Corallo2013-01-161-0/+30
* | | Add a CBlock.GetBlockHeaderMatt Corallo2013-01-161-0/+12
| |/ |/|
* | small main.h cleanup (no code changes)Philip Kaufmann2013-01-111-8/+2
* | Merge pull request #2145 from sipa/checkcoinsGregory Maxwell2013-01-111-3/+52
|\ \
| * | New database check routinePieter Wuille2013-01-041-0/+2
| * | Add checksums to undo dataPieter Wuille2013-01-031-1/+45
| * | Make DisconnectBlock fault-tolerantPieter Wuille2013-01-031-2/+5
| |/
* / changed CreateNewBlock to return a CBlockTemplate object, which includes per-...Forrest Voight2012-12-191-1/+10
|/
* Fix two typos in main.hfanquake2012-12-171-1/+1
* Add -benchmark for reporting block processing timesPieter Wuille2012-12-051-0/+1
* add 2 constructors in CDiskBlockPos to simplify class usagePhilip Kaufmann2012-12-031-4/+11