Age | Commit message (Expand) | Author |
2011-05-06 | Merge branch 'remove-4way' of github.com:jgarzik/bitcoin into tmp | Jeff Garzik |
2011-05-03 | Merge pull request #173 from gavinandresen/testnet_isstandard. | Gavin Andresen |
2011-04-20 | Better wording for transaction fee notification messagesv0.3.21 | Gavin Andresen |
2011-04-20 | Monitor incoming transactions for spends by (a copy of) your own wallet | Pieter Wuille |
2011-04-20 | Accept non-standard transactions on testnet. | Gavin Andresen |
2011-04-18 | Automatically rescan after restoring wallet.dat | Pieter Wuille |
2011-04-13 | New checkpoint at block 118,000 | Gavin Andresen |
2011-04-12 | Merge branch 'listimmature' of /Users/gavin/src/gavin_btc | Gavin Andresen |
2011-04-12 | Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin | Gavin Andresen |
2011-04-12 | Bugfix for spentpertxout: slow startup | Pieter Wuille |
2011-04-12 | Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoin | Gavin Andresen |
2011-04-12 | Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin | Gavin Andresen |
2011-04-12 | select transaction outputs separately | Pieter Wuille |
2011-04-12 | Spent per txout | Pieter Wuille |
2011-04-05 | Report immature coinbase transactions in listtransactions | Gavin Andresen |
2011-04-04 | Fix deadlocks in setaccount, sendfrom RPC calls | Jeff Garzik |
2011-04-03 | Remove 4way SSE2 scanhash implementation. | Jeff Garzik |
2011-03-30 | Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui... | Matt Corallo |
2011-03-14 | Merge branch 'shy' | Gavin Andresen |
2011-03-13 | Merge branch 'limitfree' of /Users/gavin/src/integration_btc | Gavin Andresen |
2011-03-13 | Merge branch 'subcent-change' of https://github.com/tcatm/bitcoin | Gavin Andresen |
2011-03-13 | sendmany RPC command, to send to multiple recipients in one transaction. | Gavin Andresen |
2011-03-13 | Make sure rate-limiting code is thread-safe | Gavin Andresen |
2011-03-13 | Continuously rate-limit free transactions. | Gavin Andresen |
2011-03-05 | shy patch from Hal | Gavin Andresen |
2011-03-02 | Fix minimum transaction fee calculation mismatch between CreateTransaction an... | Gavin Andresen |
2011-03-01 | Bugfix: avoid sub-cent change (lost in fees) whenever possible | Luke Dashjr |
2011-02-03 | Reset testnet with a new genesis block | David FRANCOIS |
2011-01-31 | new checkpoint at block 105,000 | Gavin Andresen |
2011-01-22 | cpuid instruction clobbers eax/ebx/ecx/edx | Gavin Andresen |
2011-01-20 | Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integration | Gavin Andresen |
2011-01-20 | Don't use GetBoolArg() and mapArgs; use one or the other. | Chris |
2011-01-20 | Reconcile getbalance and listaccounts 0 in the shared-wallet case | Gavin Andresen |
2011-01-19 | ReacceptWalletTransactions bugfix | Gavin Andresen |
2010-12-21 | Add address to listtransactions output | Gavin Andresen |
2010-12-16 | New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac... | gavinandresen |
2010-12-12 | correction | s_nakamoto |
2010-12-12 | added some DoS limits, removed safe mode | s_nakamoto |
2010-12-07 | IsStandard() check for CScripts: only relay/include in blocks CScripts we can... | gavinandresen |
2010-12-05 | preps for future client-only mode, | s_nakamoto |
2010-12-03 | All boolean options/flags now work the same way. | gavinandresen |
2010-11-30 | JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance... | gavinandresen |
2010-11-23 | new getwork | s_nakamoto |
2010-11-20 | small bugfix | s_nakamoto |
2010-11-19 | require some minimal priority for free transactions to slow down transaction ... | s_nakamoto |
2010-11-19 | efficiently sort transaction dependencies in one pass | s_nakamoto |
2010-11-09 | SelectCoins first pass tries not to use coins with less than 6 confirmations | s_nakamoto |
2010-11-08 | -paytxfee is now per KB, | s_nakamoto |
2010-11-04 | Fix IsInitialBlockDownload if running on testnet | gavinandresen |
2010-10-23 | bugfixes from Dean Gores, | s_nakamoto |