aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* directory re-organization (keeps the old build system)Jaromil2011-04-231-4104/+0
* Better wording for transaction fee notification messagesv0.3.21Gavin Andresen2011-04-201-1/+1
* Monitor incoming transactions for spends by (a copy of) your own walletPieter Wuille2011-04-201-35/+11
* Automatically rescan after restoring wallet.datPieter Wuille2011-04-181-0/+9
* New checkpoint at block 118,000Gavin Andresen2011-04-131-3/+4
* Merge branch 'listimmature' of /Users/gavin/src/gavin_btcGavin Andresen2011-04-121-8/+10
|\
| * Report immature coinbase transactions in listtransactionsGavin Andresen2011-04-051-8/+10
* | Merge branch 'spentpertxout' of https://github.com/sipa/bitcoinGavin Andresen2011-04-121-0/+2
|\ \
| * | Bugfix for spentpertxout: slow startupPieter Wuille2011-04-121-0/+2
* | | Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoinGavin Andresen2011-04-121-0/+8
|\ \ \
| * | | Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui...Matt Corallo2011-03-301-0/+8
* | | | Merge branch 'spentpertxout' of https://github.com/sipa/bitcoinGavin Andresen2011-04-121-79/+93
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | select transaction outputs separatelyPieter Wuille2011-04-121-46/+62
| * | Spent per txoutPieter Wuille2011-04-121-34/+32
| |/
* / Fix deadlocks in setaccount, sendfrom RPC callsJeff Garzik2011-04-041-18/+18
|/
* Merge branch 'shy'Gavin Andresen2011-03-141-0/+4
|\
| * shy patch from HalGavin Andresen2011-03-051-0/+4
* | Merge branch 'limitfree' of /Users/gavin/src/integration_btcGavin Andresen2011-03-131-12/+22
|\ \
| * | Make sure rate-limiting code is thread-safeGavin Andresen2011-03-131-10/+17
| * | Continuously rate-limit free transactions.Gavin Andresen2011-03-131-12/+15
* | | Merge branch 'subcent-change' of https://github.com/tcatm/bitcoinGavin Andresen2011-03-131-7/+17
|\ \ \
| * | | Bugfix: avoid sub-cent change (lost in fees) whenever possibleLuke Dashjr2011-03-011-7/+17
| | |/ | |/|
* | | sendmany RPC command, to send to multiple recipients in one transaction.Gavin Andresen2011-03-131-16/+32
| |/ |/|
* | Fix minimum transaction fee calculation mismatch between CreateTransaction an...Gavin Andresen2011-03-021-16/+28
|/
* Reset testnet with a new genesis blockDavid FRANCOIS2011-02-031-3/+3
* new checkpoint at block 105,000Gavin Andresen2011-01-311-7/+8
* cpuid instruction clobbers eax/ebx/ecx/edxGavin Andresen2011-01-221-1/+1
* Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integrationGavin Andresen2011-01-201-1/+1
|\
| * Don't use GetBoolArg() and mapArgs; use one or the other.Chris2011-01-201-1/+1
* | Reconcile getbalance and listaccounts 0 in the shared-wallet caseGavin Andresen2011-01-201-2/+18
* | ReacceptWalletTransactions bugfixGavin Andresen2011-01-191-7/+66
|/
* Add address to listtransactions outputGavin Andresen2010-12-211-18/+37
* New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac...gavinandresen2010-12-161-0/+57
* corrections_nakamoto2010-12-121-1/+0
* added some DoS limits, removed safe modes_nakamoto2010-12-121-9/+36
* IsStandard() check for CScripts: only relay/include in blocks CScripts we can...gavinandresen2010-12-071-8/+12
* preps for future client-only mode,s_nakamoto2010-12-051-19/+56
* All boolean options/flags now work the same way.gavinandresen2010-12-031-4/+4
* JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance...gavinandresen2010-11-301-1/+1
* new getworks_nakamoto2010-11-231-239/+289
* small bugfixs_nakamoto2010-11-201-1/+1
* require some minimal priority for free transactions to slow down transaction ...s_nakamoto2010-11-191-2/+4
* efficiently sort transaction dependencies in one passs_nakamoto2010-11-191-36/+85
* SelectCoins first pass tries not to use coins with less than 6 confirmationss_nakamoto2010-11-091-1/+13
* -paytxfee is now per KB,s_nakamoto2010-11-081-17/+102
* Fix IsInitialBlockDownload if running on testnetgavinandresen2010-11-041-1/+1
* bugfixes from Dean Gores,s_nakamoto2010-10-231-12/+67
* -- version 0.3.14 releasev0.3.14s_nakamoto2010-10-211-1/+1
* Gavin's TEST network as -testnet switch, misc fixess_nakamoto2010-10-191-35/+67
* dkaparis: boost::bind build fix for c++0xs_nakamoto2010-10-111-5/+10