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