Age | Commit message (Expand) | Author |
2012-01-14 | Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it | Forrest Voight |
2012-01-13 | Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v... | Gavin Andresen |
2012-01-13 | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). | Gavin Andresen |
2012-01-12 | collect more info on tx pooling and block finding for getmininginfo | Luke Dashjr |
2011-12-23 | New RPC commands: getblockhash and getblock | Gavin Andresen |
2011-12-21 | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan |
2011-12-20 | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr |
2011-12-20 | Merge pull request #677 from luke-jr/minfee_modes | Gavin Andresen |
2011-12-20 | Merge branch 'op_eval' | Gavin Andresen |
2011-12-19 | Use std::numeric_limits<> for typesafe INT_MAX/etc | Gavin Andresen |
2011-12-19 | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript | Gavin Andresen |
2011-12-19 | OP_EVAL implementation | Gavin Andresen |
2011-12-19 | Merge pull request #574 from sipa/dumpprivkey | Gavin Andresen |
2011-12-19 | Implement BIP 14 : separate protocol version from client version | Gavin Andresen |
2011-12-17 | Preparations for key import/export | Pieter Wuille |
2011-12-14 | GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelay | Luke Dashjr |
2011-12-01 | Orphan block fill-up-memory attack prevention | Gavin Andresen |
2011-12-01 | Moved checkpoints out of main, to prep for using them to help prevent DoS att... | Gavin Andresen |
2011-10-07 | Fix build on windows and mac | Gavin Andresen |
2011-10-01 | Added RPC call 'getmemorypool' that provides everything needed to construct a... | Forrest Voight |
2011-09-26 | Merge pull request #517 from gavinandresen/DoSprevention | Gavin Andresen |
2011-09-21 | Transaction/Block denial-of-service detection/response | Gavin Andresen |
2011-09-16 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan |
2011-09-11 | clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' b... | Wladimir J. van der Laan |
2011-09-07 | Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j... | Gavin Andresen |
2011-09-06 | Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinba... | Luke Dashjr |
2011-09-02 | update to work with new lock system, add protocol.* to build system | Wladimir J. van der Laan |
2011-08-19 | Start moving protocol-specific code to protocol.[ch]pp | Giel van Schijndel |
2011-08-19 | Make some global variables less-global (static) | Giel van Schijndel |
2011-08-09 | Unify copyright notices. | Matt Corallo |
2011-07-17 | get rid of mapPubKeys | Pieter Wuille |
2011-07-12 | Merge pull request #352 from TheBlueMatt/newenc | Jeff Garzik |
2011-07-13 | Make an invalid addrIncoming so that old clients crash. | Matt Corallo |
2011-07-09 | remove magic number: change threshold for nLockTime to constant | Wladimir J. van der Laan |
2011-06-24 | Merge branch 'totalblocksestimate1' of https://github.com/laanwj/bitcoin | Gavin Andresen |
2011-06-19 | add GetTotalBlocksEstimate() function, move magic number to constant | Wladimir J. van der Laan |
2011-06-15 | CWallet class | Pieter Wuille |
2011-06-15 | move wallet code to separate file | Pieter Wuille |
2011-06-14 | Merge pull request #226 from jordanlewis/betterheaders | Jeff Garzik |
2011-06-12 | Faster timeout when connecting | Pieter Wuille |
2011-06-10 | Lower minimum relay TX fee to 0.0001 (from 0.0005) BTC. | Jeff Garzik |
2011-06-05 | Reduce minimum TX fee for new transactions, to 0.0005. | Jeff Garzik |
2011-06-05 | Merge pull request #255 from sipa/rescanupdate | Jeff Garzik |
2011-05-26 | Separate required fee for relaying and creation | Pieter Wuille |
2011-05-22 | Update transactions already in the wallet when rescanning. | Pieter Wuille |
2011-05-15 | Only include net.h when we have to | Jordan Lewis |
2011-05-15 | Only include db.h when we have to. | Jordan Lewis |
2011-05-15 | make bitcoin include files more modular | Wladimir J. van der Laan |
2011-05-11 | Decrease minimum TX fee to 0.0005 BTC. | Jeff Garzik |
2011-05-11 | Replace CENT with new constant MIN_TX_FEE, where appropriate. | Jeff Garzik |