Age | Commit message (Expand) | Author |
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 |
2010-10-21 | -- version 0.3.14 releasev0.3.14 | s_nakamoto |
2010-10-19 | Gavin's TEST network as -testnet switch, misc fixes | s_nakamoto |
2010-10-11 | dkaparis: boost::bind build fix for c++0x | s_nakamoto |
2010-10-09 | key pool for safer wallet backup | s_nakamoto |
2010-10-06 | recursive function to determine if own unconfirmed transaction can be spent | s_nakamoto |
2010-10-04 | Russian translation by eurekafag | s_nakamoto |
2010-09-30 | don't count or spend payments until they have 1 confirmation, | s_nakamoto |
2010-09-23 | changed free transactions per block threshold | s_nakamoto |
2010-09-19 | only accept transactions sent by IP address if -allowreceivebyip is specified | s_nakamoto |
2010-09-15 | config option -rpcallowip= to accept json-rpc connections from another machine | s_nakamoto |
2010-09-13 | reorganize BitcoinMiner to make it easier to add different SHA256 routines | s_nakamoto |
2010-09-10 | fix build on non-intel architectures, thanks teknohog | s_nakamoto |
2010-09-10 | fix problem sending the last cent with sub-cent fractional change | s_nakamoto |
2010-09-09 | try to auto-detect whether to use 128-bit 4-way SSE2 | s_nakamoto |
2010-09-07 | cleanup, | s_nakamoto |
2010-08-29 | propset svn:eol-style native | s_nakamoto |
2010-08-25 | added -testsafemode switch | s_nakamoto |