| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #4377 | Pieter Wuille | 2014-08-27 | 1 | -1/+1 |
| |\ |
|
| | * | Move UpdateTime to pow | jtimon | 2014-08-23 | 1 | -1/+1 |
| * | | Split up util.cpp/h | Wladimir J. van der Laan | 2014-08-26 | 1 | -0/+1 |
| |/ |
|
| * | Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp | Jeff Garzik | 2014-07-29 | 1 | -3/+2 |
| * | Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitc... | Cozz Lovan | 2014-07-15 | 1 | -2/+21 |
| * | getblocktemplate: longpolling support | Luke Dashjr | 2014-07-11 | 1 | -1/+59 |
| * | Use GetBlockTime() more | jtimon | 2014-07-07 | 1 | -1/+1 |
| * | Replace HexBits with strprintf | jtimon | 2014-06-28 | 1 | -1/+1 |
| * | JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> | Luke Dashjr | 2014-06-26 | 1 | -0/+14 |
| * | Remove unnecessary dependencies for bitcoin-cli | Wladimir J. van der Laan | 2014-06-25 | 1 | -1/+1 |
| * | Refactor proof of work related functions out of main | jtimon | 2014-06-23 | 1 | -0/+1 |
| * | Remove getwork() RPC call | Pieter Wuille | 2014-06-21 | 1 | -159/+0 |
| * | Add "chain" to getmininginfo, improve help in getblockchaininfo | jtimon | 2014-06-17 | 1 | -0/+2 |
| * | Get rid of Params().RPCisTestNet() | jtimon | 2014-06-17 | 1 | -1/+1 |
| * | small formatting, indentation and comment fixes | Philip Kaufmann | 2014-06-10 | 1 | -0/+2 |
| * | Merge pull request #3824 | Wladimir J. van der Laan | 2014-06-09 | 1 | -2/+2 |
| |\ |
|
| | * | Add RPCisTestNet chain parameter | jtimon | 2014-06-04 | 1 | -1/+1 |
| | * | Add MineBlocksOnDemand chain parameter | jtimon | 2014-06-04 | 1 | -1/+1 |
| * | | estimatefee / estimatepriority RPC methods | Gavin Andresen | 2014-06-06 | 1 | -0/+61 |
| |/ |
|
| * | switch from boost int types to <stdint.h> | Kamil Domanski | 2014-05-13 | 1 | -3/+3 |
| * | Move {Get,Set}Compact from bignum to uint256 | Pieter Wuille | 2014-05-09 | 1 | -2/+2 |
| * | RPC command getmininginfo showing right genproclimit | Isidoro Ghezzi | 2014-03-22 | 1 | -0/+1 |
| * | "getnetworkhashps" with defaults was yielding "0", the hashrate is not 0. | Gregory Maxwell | 2013-12-29 | 1 | -1/+4 |
| * | Make bitcoin compile without wallet if "db_cxx.h" is not present | Thomas Holenstein | 2013-12-19 | 1 | -2/+3 |
| * | Allow mining RPCs with --disable-wallet | Wladimir J. van der Laan | 2013-12-09 | 1 | -6/+18 |
| * | Split up bitcoinrpc (code movement only) | Wladimir J. van der Laan | 2013-11-27 | 1 | -1/+1 |
| * | setgenerate creates multiple blocks in -regtest mode | Gavin Andresen | 2013-11-22 | 1 | -5/+40 |
| * | Issue #1865 - Clean up RPC help messages | sje | 2013-11-13 | 1 | -37/+155 |
| * | misc small changes to polish after include cleanup | Philip Kaufmann | 2013-11-11 | 1 | -2/+0 |
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -7/+17 |
| * | Refactor: CTxMempool class to its own txmempool.{cpp,h} | Gavin Andresen | 2013-11-04 | 1 | -4/+4 |
| * | Merge pull request #3119 | Pieter Wuille | 2013-10-20 | 1 | -1/+1 |
| |\ |
|
| | * | Bump Year Number to 2013 | super3 | 2013-10-20 | 1 | -1/+1 |
| * | | Refactor/encapsulate chain globals into a CChain class | Pieter Wuille | 2013-10-11 | 1 | -10/+7 |
| |/ |
|
| * | Support absence of wallet (pwalletMain==NULL) in several locations, | Jeff Garzik | 2013-10-01 | 1 | -1/+12 |
| * | Merge pull request #2888 from litecoin-project/getnetworkhashps | Jeff Garzik | 2013-10-01 | 1 | -0/+54 |
| |\ |
|
| | * | Add getnetworkhashps to get the calculated network hashrate | coblee | 2013-09-17 | 1 | -0/+54 |
| * | | RPC: getblocktemplate does not require a key, to create a block template | Jeff Garzik | 2013-08-24 | 1 | -1/+2 |
| * | | CreateNewBlock() now takes scriptPubKey argument, | Jeff Garzik | 2013-08-24 | 1 | -2/+2 |
| |/ |
|
| * | Move internal miner/block creation to separate miner.cpp module. | Jeff Garzik | 2013-07-31 | 1 | -0/+1 |
| * | main.h->core.h include dependency improvements. | Jeff Garzik | 2013-06-24 | 1 | -1/+0 |
| * | Introduce a CChainParameters singleton class and regtest mode. | Mike Hearn | 2013-06-19 | 1 | -1/+2 |
| * | Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core. | Eric Lombrozo | 2013-06-05 | 1 | -2/+2 |
| * | remove GetBoolArg() fDefault parameter defaulting to false | Philip Kaufmann | 2013-06-01 | 1 | -11/+11 |
| * | Move pMiningKey init out of StartRPCThreads | Wladimir J. van der Laan | 2013-05-30 | 1 | -0/+15 |
| * | Clean up mining CReserveKey to prevent crash at shutdown | Gavin Andresen | 2013-05-23 | 1 | -6/+3 |
| * | Do not use C++11 std::vector.data() | Gavin Andresen | 2013-02-07 | 1 | -1/+1 |
| * | CValidationState framework | Pieter Wuille | 2013-01-30 | 1 | -2/+3 |
| * | moved "index_in_template" to a separate variable to clarify what it is | Forrest Voight | 2013-01-03 | 1 | -2/+3 |
| * | use fee/sigop data in BlockTemplate struct instead of (not always correctly) ... | Forrest Voight | 2012-12-19 | 1 | -8/+2 |