| Commit message (Expand) | Author | Age | Files | Lines |
| * | directory re-organization (keeps the old build system) | Jaromil | 2011-04-23 | 1 | -4104/+0 |
| * | Better wording for transaction fee notification messagesv0.3.21 | Gavin Andresen | 2011-04-20 | 1 | -1/+1 |
| * | Monitor incoming transactions for spends by (a copy of) your own wallet | Pieter Wuille | 2011-04-20 | 1 | -35/+11 |
| * | Automatically rescan after restoring wallet.dat | Pieter Wuille | 2011-04-18 | 1 | -0/+9 |
| * | New checkpoint at block 118,000 | Gavin Andresen | 2011-04-13 | 1 | -3/+4 |
| * | Merge branch 'listimmature' of /Users/gavin/src/gavin_btc | Gavin Andresen | 2011-04-12 | 1 | -8/+10 |
| |\ |
|
| | * | Report immature coinbase transactions in listtransactions | Gavin Andresen | 2011-04-05 | 1 | -8/+10 |
| * | | Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin | Gavin Andresen | 2011-04-12 | 1 | -0/+2 |
| |\ \ |
|
| | * | | Bugfix for spentpertxout: slow startup | Pieter Wuille | 2011-04-12 | 1 | -0/+2 |
| * | | | Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoin | Gavin Andresen | 2011-04-12 | 1 | -0/+8 |
| |\ \ \ |
|
| | * | | | Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui... | Matt Corallo | 2011-03-30 | 1 | -0/+8 |
| * | | | | Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin | Gavin Andresen | 2011-04-12 | 1 | -79/+93 |
| |\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
|
| | * | | select transaction outputs separately | Pieter Wuille | 2011-04-12 | 1 | -46/+62 |
| | * | | Spent per txout | Pieter Wuille | 2011-04-12 | 1 | -34/+32 |
| | |/ |
|
| * / | Fix deadlocks in setaccount, sendfrom RPC calls | Jeff Garzik | 2011-04-04 | 1 | -18/+18 |
| |/ |
|
| * | Merge branch 'shy' | Gavin Andresen | 2011-03-14 | 1 | -0/+4 |
| |\ |
|
| | * | shy patch from Hal | Gavin Andresen | 2011-03-05 | 1 | -0/+4 |
| * | | Merge branch 'limitfree' of /Users/gavin/src/integration_btc | Gavin Andresen | 2011-03-13 | 1 | -12/+22 |
| |\ \ |
|
| | * | | Make sure rate-limiting code is thread-safe | Gavin Andresen | 2011-03-13 | 1 | -10/+17 |
| | * | | Continuously rate-limit free transactions. | Gavin Andresen | 2011-03-13 | 1 | -12/+15 |
| * | | | Merge branch 'subcent-change' of https://github.com/tcatm/bitcoin | Gavin Andresen | 2011-03-13 | 1 | -7/+17 |
| |\ \ \ |
|
| | * | | | Bugfix: avoid sub-cent change (lost in fees) whenever possible | Luke Dashjr | 2011-03-01 | 1 | -7/+17 |
| | | |/
| |/| |
|
| * | | | sendmany RPC command, to send to multiple recipients in one transaction. | Gavin Andresen | 2011-03-13 | 1 | -16/+32 |
| | |/
|/| |
|
| * | | Fix minimum transaction fee calculation mismatch between CreateTransaction an... | Gavin Andresen | 2011-03-02 | 1 | -16/+28 |
| |/ |
|
| * | Reset testnet with a new genesis block | David FRANCOIS | 2011-02-03 | 1 | -3/+3 |
| * | new checkpoint at block 105,000 | Gavin Andresen | 2011-01-31 | 1 | -7/+8 |
| * | cpuid instruction clobbers eax/ebx/ecx/edx | Gavin Andresen | 2011-01-22 | 1 | -1/+1 |
| * | Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integration | Gavin Andresen | 2011-01-20 | 1 | -1/+1 |
| |\ |
|
| | * | Don't use GetBoolArg() and mapArgs; use one or the other. | Chris | 2011-01-20 | 1 | -1/+1 |
| * | | Reconcile getbalance and listaccounts 0 in the shared-wallet case | Gavin Andresen | 2011-01-20 | 1 | -2/+18 |
| * | | ReacceptWalletTransactions bugfix | Gavin Andresen | 2011-01-19 | 1 | -7/+66 |
| |/ |
|
| * | Add address to listtransactions output | Gavin Andresen | 2010-12-21 | 1 | -18/+37 |
| * | New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac... | gavinandresen | 2010-12-16 | 1 | -0/+57 |
| * | correction | s_nakamoto | 2010-12-12 | 1 | -1/+0 |
| * | added some DoS limits, removed safe mode | s_nakamoto | 2010-12-12 | 1 | -9/+36 |
| * | IsStandard() check for CScripts: only relay/include in blocks CScripts we can... | gavinandresen | 2010-12-07 | 1 | -8/+12 |
| * | preps for future client-only mode, | s_nakamoto | 2010-12-05 | 1 | -19/+56 |
| * | All boolean options/flags now work the same way. | gavinandresen | 2010-12-03 | 1 | -4/+4 |
| * | JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance... | gavinandresen | 2010-11-30 | 1 | -1/+1 |
| * | new getwork | s_nakamoto | 2010-11-23 | 1 | -239/+289 |
| * | small bugfix | s_nakamoto | 2010-11-20 | 1 | -1/+1 |
| * | require some minimal priority for free transactions to slow down transaction ... | s_nakamoto | 2010-11-19 | 1 | -2/+4 |
| * | efficiently sort transaction dependencies in one pass | s_nakamoto | 2010-11-19 | 1 | -36/+85 |
| * | SelectCoins first pass tries not to use coins with less than 6 confirmations | s_nakamoto | 2010-11-09 | 1 | -1/+13 |
| * | -paytxfee is now per KB, | s_nakamoto | 2010-11-08 | 1 | -17/+102 |
| * | Fix IsInitialBlockDownload if running on testnet | gavinandresen | 2010-11-04 | 1 | -1/+1 |
| * | bugfixes from Dean Gores, | s_nakamoto | 2010-10-23 | 1 | -12/+67 |
| * | -- version 0.3.14 releasev0.3.14 | s_nakamoto | 2010-10-21 | 1 | -1/+1 |
| * | Gavin's TEST network as -testnet switch, misc fixes | s_nakamoto | 2010-10-19 | 1 | -35/+67 |
| * | dkaparis: boost::bind build fix for c++0x | s_nakamoto | 2010-10-11 | 1 | -5/+10 |