aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return itForrest Voight2012-01-141-6/+1
|/
* Refactor: needing to call ConnectInputs to process coinbase transactions was ...Gavin Andresen2012-01-131-15/+5
* Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v...Gavin Andresen2012-01-131-59/+106
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-58/+88
* collect more info on tx pooling and block finding for getmininginfoLuke Dashjr2012-01-121-0/+15
* Merge pull request #743 from gavinandresen/blocknotifyGavin Andresen2012-01-121-1/+19
|\
| * -blocknotify=command argument, implemented using system() and boost::threadGavin Andresen2012-01-031-1/+19
* | Network stack refactorPieter Wuille2012-01-061-6/+7
|/
* Check all prevout.n if one transaction provides multiple inputsGavin Andresen2011-12-251-1/+9
* assert condition in previous commit was backwardsGavin Andresen2011-12-251-1/+1
* Check for valid prevout.n in FetchInputs.Gavin Andresen2011-12-251-0/+4
* Be more conservative: check all transactions in blocks after last checkpoint.Gavin Andresen2011-12-231-5/+4
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-46/+43
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-43/+46
* Merge pull request #677 from luke-jr/minfee_modesGavin Andresen2011-12-201-2/+2
|\
| * GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelayLuke Dashjr2011-12-141-2/+2
| * Bugfix: fForRelay should be false when deciding required fee to include in bl...Luke Dashjr2011-12-141-1/+1
* | Merge branch 'op_eval'Gavin Andresen2011-12-201-59/+198
|\ \
| * | Update bitcoin address numbers for latest luke-jr/sipa schemeGavin Andresen2011-12-191-1/+1
| * | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen2011-12-191-16/+36
| * | Put OP_EVAL string in coinbase of generated blocksGavin Andresen2011-12-191-0/+7
| * | OP_EVAL implementationGavin Andresen2011-12-191-59/+171
* | | Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and e...Gavin Andresen2011-12-191-1/+1
* | | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-191-1/+1
|/ /
* | Merge pull request #574 from sipa/dumpprivkeyGavin Andresen2011-12-191-2/+2
|\ \
| * | Preparations for key import/exportPieter Wuille2011-12-171-2/+2
* | | Implement BIP 14 : separate protocol version from client versionGavin Andresen2011-12-191-3/+8
|/ /
* | Orphan block fill-up-memory attack preventionGavin Andresen2011-12-011-3/+46
* | Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen2011-12-011-27/+5
* | Some extra commentsPieter Wuille2011-11-071-0/+12
* | Merge pull request #564 from luke-jr/optimize_remove_CheckWork_delayGavin Andresen2011-10-061-1/+0
|\ \
| * | Remove 2 second sleep from CheckWorkDavid Joel Schwartz2011-10-041-1/+0
| |/
* | Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoinGavin Andresen2011-10-051-6/+15
|\ \
| * | remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider2011-09-301-6/+15
* | | Added RPC call 'getmemorypool' that provides everything needed to construct a...Forrest Voight2011-10-011-1/+1
|/ /
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-281-31/+55
|\ \
| * | Remove DoS penalty for SigOpCount or immature transactionsGavin Andresen2011-09-271-2/+2
| * | Skip verifying transaction signatures during initial block-chain downloadGavin Andresen2011-09-261-3/+10
| * | Merge pull request #517 from gavinandresen/DoSpreventionGavin Andresen2011-09-261-29/+46
| |\ \
| | * | More denial-of-service misbehavior detection: version/addr/inv/getdata messagesGavin Andresen2011-09-211-0/+13
| | * | Transaction/Block denial-of-service detection/responseGavin Andresen2011-09-211-29/+33
| | |/
| * | Merge pull request #521 from laanwj/qtGavin Andresen2011-09-261-0/+11
| |\ \ | | |/ | |/|
* | | use median filter for peer-reported reported number of blocksWladimir J. van der Laan2011-09-281-11/+5
* | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-231-3/+5
|\| | | |/ |/|
| * log low-level network messages only when fDebug is setNils Schneider2011-09-171-3/+5
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-161-8/+8
|\|
| * Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j...Gavin Andresen2011-09-071-8/+8
| |\
| | * Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinba...Luke Dashjr2011-09-061-4/+3
| | * Merge branch 'getwork_dedupe' into unique_coinbaseLuke Dashjr2011-09-061-4/+5
* | | clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' b...Wladimir J. van der Laan2011-09-111-5/+5