Age | Commit message (Expand) | Author |
2014-12-03 | MOVEONLY: core/ -> primitives/ | Luke Dashjr |
2014-11-20 | Update comments in src/rpc* to be doxygen compatible | Michael Ford |
2014-10-27 | MOVEONLY: Separate CTransaction and dependencies from core | jtimon |
2014-10-17 | script: move CScriptID to standard.h and add a ctor for creating them from CS... | Cory Fields |
2014-10-08 | Merge pull request #4834 | Pieter Wuille |
2014-10-07 | Merge pull request #5047 | Wladimir J. van der Laan |
2014-10-06 | minor txindex documentation improvement | Cozz Lovan |
2014-10-02 | Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker | Pieter Wuille |
2014-09-26 | Use a typedef for monetary values | Mark Friedenbach |
2014-09-24 | Get rid of the dummy CCoinsViewCache constructor arg | Pieter Wuille |
2014-09-23 | Use ModifyCoins instead of mutable GetCoins. | Pieter Wuille |
2014-09-17 | Merge pull request #4555 | Wladimir J. van der Laan |
2014-09-16 | Move CTxDestination from script/script to script/standard | Pieter Wuille |
2014-09-16 | Merge pull request #4911 | Pieter Wuille |
2014-09-15 | Fixing compiler warning C4101 | ENikS |
2014-09-14 | header include cleanup | Philip Kaufmann |
2014-09-12 | Don't pass nHashType to VerifyScript | jtimon |
2014-09-10 | Merge pull request #4822 | Pieter Wuille |
2014-09-08 | Separate script/sign | jtimon |
2014-09-08 | Separate script/standard | jtimon |
2014-09-04 | Introduce BlockMap type for mapBlockIndex | Pieter Wuille |
2014-09-03 | Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins. | Pieter Wuille |
2014-08-17 | Clean-up SyncWithWallets/SyncTransaction | Cozz Lovan |
2014-07-29 | bitcoin-cli, rpcrawtransaction: harmonize "{" styling | Jeff Garzik |
2014-07-29 | Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp | Jeff Garzik |
2014-07-12 | Clarify that redeemScript is often optional | Zak Wilcox |
2014-07-07 | Merge pull request #4045 | Wladimir J. van der Laan |
2014-07-07 | Use GetBlockTime() more | jtimon |
2014-07-02 | Add support for watch-only addresses | Pieter Wuille |
2014-06-22 | Code simplifications after CTransaction::GetHash() caching | Pieter Wuille |
2014-06-21 | Add CMutableTransaction and make CTransaction immutable. | Pieter Wuille |
2014-05-13 | switch from boost int types to <stdint.h> | Kamil Domanski |
2014-05-09 | Merge pull request #3843 | Wladimir J. van der Laan |
2014-05-08 | Typo Fix In decoderawtransaction Help: s/txid/hex/ | David A. Harding |
2014-05-05 | Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constants | Peter Todd |
2014-04-08 | Fix a typo in RPC signrawtransaction help | Hector Jusforgues |
2014-03-27 | 'sendrawtransaction' improvements | Wladimir J. van der Laan |
2014-02-22 | Make the signrawtransaction docs explicit that the arguments can be 'null'. | Gregory Maxwell |
2014-02-09 | Copyright header updates s/2013/2014 on files whose last git commit was done ... | gubatron |
2014-01-11 | small headers ordering cleanup | Philip Kaufmann |
2013-12-08 | Merge pull request #3332 | Wladimir J. van der Laan |
2013-12-06 | Restore hex to getrawtransaction vout scriptPubkey. | Gregory Maxwell |
2013-12-04 | Delimit code with #ifdef ENABLE_WALLET | Wladimir J. van der Laan |
2013-11-27 | Split up bitcoinrpc (code movement only) | Wladimir J. van der Laan |
2013-11-13 | Issue #1865 - Clean up RPC help messages | sje |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-11-04 | Refactor: CTxMempool class to its own txmempool.{cpp,h} | Gavin Andresen |
2013-11-01 | Merge pull request #3128 | Gavin Andresen |
2013-10-26 | Use boost signals for callbacks from main to wallet | Pieter Wuille |
2013-10-24 | Relay OP_RETURN TxOut as standard transaction type | Peter Todd |