| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it | Forrest Voight | 2012-01-14 | 1 | -6/+1 |
| |/ |
|
| * | Refactor: needing to call ConnectInputs to process coinbase transactions was ... | Gavin Andresen | 2012-01-13 | 1 | -15/+5 |
| * | Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v... | Gavin Andresen | 2012-01-13 | 1 | -59/+106 |
| * | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). | Gavin Andresen | 2012-01-13 | 1 | -58/+88 |
| * | collect more info on tx pooling and block finding for getmininginfo | Luke Dashjr | 2012-01-12 | 1 | -0/+15 |
| * | Merge pull request #743 from gavinandresen/blocknotify | Gavin Andresen | 2012-01-12 | 1 | -1/+19 |
| |\ |
|
| | * | -blocknotify=command argument, implemented using system() and boost::thread | Gavin Andresen | 2012-01-03 | 1 | -1/+19 |
| * | | Network stack refactor | Pieter Wuille | 2012-01-06 | 1 | -6/+7 |
| |/ |
|
| * | Check all prevout.n if one transaction provides multiple inputs | Gavin Andresen | 2011-12-25 | 1 | -1/+9 |
| * | assert condition in previous commit was backwards | Gavin Andresen | 2011-12-25 | 1 | -1/+1 |
| * | Check for valid prevout.n in FetchInputs. | Gavin Andresen | 2011-12-25 | 1 | -0/+4 |
| * | Be more conservative: check all transactions in blocks after last checkpoint. | Gavin Andresen | 2011-12-23 | 1 | -5/+4 |
| * | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | 2011-12-21 | 1 | -46/+43 |
| * | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | 2011-12-20 | 1 | -43/+46 |
| * | Merge pull request #677 from luke-jr/minfee_modes | Gavin Andresen | 2011-12-20 | 1 | -2/+2 |
| |\ |
|
| | * | GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelay | Luke Dashjr | 2011-12-14 | 1 | -2/+2 |
| | * | Bugfix: fForRelay should be false when deciding required fee to include in bl... | Luke Dashjr | 2011-12-14 | 1 | -1/+1 |
| * | | Merge branch 'op_eval' | Gavin Andresen | 2011-12-20 | 1 | -59/+198 |
| |\ \ |
|
| | * | | Update bitcoin address numbers for latest luke-jr/sipa scheme | Gavin Andresen | 2011-12-19 | 1 | -1/+1 |
| | * | | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript | Gavin Andresen | 2011-12-19 | 1 | -16/+36 |
| | * | | Put OP_EVAL string in coinbase of generated blocks | Gavin Andresen | 2011-12-19 | 1 | -0/+7 |
| | * | | OP_EVAL implementation | Gavin Andresen | 2011-12-19 | 1 | -59/+171 |
| * | | | Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and e... | Gavin Andresen | 2011-12-19 | 1 | -1/+1 |
| * | | | Use std::numeric_limits<> for typesafe INT_MAX/etc | Gavin Andresen | 2011-12-19 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge pull request #574 from sipa/dumpprivkey | Gavin Andresen | 2011-12-19 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Preparations for key import/export | Pieter Wuille | 2011-12-17 | 1 | -2/+2 |
| * | | | Implement BIP 14 : separate protocol version from client version | Gavin Andresen | 2011-12-19 | 1 | -3/+8 |
| |/ / |
|
| * | | Orphan block fill-up-memory attack prevention | Gavin Andresen | 2011-12-01 | 1 | -3/+46 |
| * | | Moved checkpoints out of main, to prep for using them to help prevent DoS att... | Gavin Andresen | 2011-12-01 | 1 | -27/+5 |
| * | | Some extra comments | Pieter Wuille | 2011-11-07 | 1 | -0/+12 |
| * | | Merge pull request #564 from luke-jr/optimize_remove_CheckWork_delay | Gavin Andresen | 2011-10-06 | 1 | -1/+0 |
| |\ \ |
|
| | * | | Remove 2 second sleep from CheckWork | David Joel Schwartz | 2011-10-04 | 1 | -1/+0 |
| | |/ |
|
| * | | Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin | Gavin Andresen | 2011-10-05 | 1 | -6/+15 |
| |\ \ |
|
| | * | | remove cryptopp dependency, add simple unittest for SHA256Transform() | Nils Schneider | 2011-09-30 | 1 | -6/+15 |
| * | | | Added RPC call 'getmemorypool' that provides everything needed to construct a... | Forrest Voight | 2011-10-01 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | 2011-09-28 | 1 | -31/+55 |
| |\ \ |
|
| | * | | Remove DoS penalty for SigOpCount or immature transactions | Gavin Andresen | 2011-09-27 | 1 | -2/+2 |
| | * | | Skip verifying transaction signatures during initial block-chain download | Gavin Andresen | 2011-09-26 | 1 | -3/+10 |
| | * | | Merge pull request #517 from gavinandresen/DoSprevention | Gavin Andresen | 2011-09-26 | 1 | -29/+46 |
| | |\ \ |
|
| | | * | | More denial-of-service misbehavior detection: version/addr/inv/getdata messages | Gavin Andresen | 2011-09-21 | 1 | -0/+13 |
| | | * | | Transaction/Block denial-of-service detection/response | Gavin Andresen | 2011-09-21 | 1 | -29/+33 |
| | | |/ |
|
| | * | | Merge pull request #521 from laanwj/qt | Gavin Andresen | 2011-09-26 | 1 | -0/+11 |
| | |\ \
| | |/
| |/| |
|
| * | | | use median filter for peer-reported reported number of blocks | Wladimir J. van der Laan | 2011-09-28 | 1 | -11/+5 |
| * | | | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | 2011-09-23 | 1 | -3/+5 |
| |\| |
| |/
|/| |
|
| | * | log low-level network messages only when fDebug is set | Nils Schneider | 2011-09-17 | 1 | -3/+5 |
| * | | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | 2011-09-16 | 1 | -8/+8 |
| |\| |
|
| | * | Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j... | Gavin Andresen | 2011-09-07 | 1 | -8/+8 |
| | |\ |
|
| | | * | Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinba... | Luke Dashjr | 2011-09-06 | 1 | -4/+3 |
| | | * | Merge branch 'getwork_dedupe' into unique_coinbase | Luke Dashjr | 2011-09-06 | 1 | -4/+5 |
| * | | | clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' b... | Wladimir J. van der Laan | 2011-09-11 | 1 | -5/+5 |