Age | Commit message (Expand) | Author |
2013-08-29 | qt: Handle address purpose in incremental updates | Wladimir J. van der Laan |
2013-08-23 | Remove fAllowReuse from GetKeyFromPool. | Gregory Maxwell |
2013-08-22 | Payment Protocol: X509-validated payment requests | Gavin Andresen |
2013-08-22 | Refactor: Move GetAccountAddresses to CWallet | Gavin Andresen |
2013-08-22 | Refactor: CAddressBookData for mapAddressBook | Gavin Andresen |
2013-08-14 | Merge pull request #2776 from jgarzik/keypoolsize | Gavin Andresen |
2013-07-31 | Remove #define loop from util.h | Gavin Andresen |
2013-07-17 | Bugfix: Store last/next wallet resend times unique per CWallet object | Luke Dashjr |
2013-06-25 | CWallet::TopUpKeyPool() takes optional pool size argument | Jeff Garzik |
2013-06-23 | Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma... | Eric Lombrozo |
2013-06-23 | Merge pull request #2592 from sipa/dumpwallet | Pieter Wuille |
2013-06-22 | Merge pull request #2660 from TheBlueMatt/gmfrefactor | Pieter Wuille |
2013-06-22 | Add GetKeyBirthTimes to wallet | Pieter Wuille |
2013-06-20 | Refactor keytime/metadata and wallet encryption bugfix | Pieter Wuille |
2013-06-14 | Refactor fee rules to make them actually readable. | Matt Corallo |
2013-06-13 | Remove broken option to skip input checking for wallet txn. | Matt Corallo |
2013-06-10 | Wallet: optimize rescan to skip blocks prior to birthday | Jeff Garzik |
2013-06-10 | Wallet: store key creation time. Calculate whole-wallet birthday. | Jeff Garzik |
2013-06-05 | Removed AcceptToMemoryPool method from CTransaction. This method belongs to t... | Eric Lombrozo |
2013-06-05 | Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg... | Eric Lombrozo |
2013-06-04 | build: cosmetics after last commit | Cory Fields |
2013-06-04 | build: use runtime setting for wallet rather than QT_GUI define | Cory Fields |
2013-05-30 | Merge pull request #2644 from sipa/constfindblock | Jeff Garzik |
2013-05-30 | Merge pull request #2625 from gavinandresen/walletlock_asio | Jeff Garzik |
2013-05-30 | CSecret/CKey -> CKey/CPubKey split/refactor | Pieter Wuille |
2013-05-12 | Make FindBlockByHeight constant-time. | Pieter Wuille |
2013-05-07 | Use boost::asio::deadline_timer for walletpassphrase timeout | Gavin Andresen |
2013-05-04 | Merge pull request #2577 from gavinandresen/fee_bandaid | Gavin Andresen |
2013-05-03 | Merge pull request #2566 from sipa/nodef | Gavin Andresen |
2013-05-03 | Un-hardcode TX_FEE constants | Gavin Andresen |
2013-05-03 | CreateTransaction: return strFailReason on failure | Gavin Andresen |
2013-05-03 | Define dust transaction outputs, and make them non-standard | Gavin Andresen |
2013-05-02 | Do not write to wallet during LoadWallet | Gavin Andresen |
2013-04-25 | Allow the default key to be unavailable | Pieter Wuille |
2013-04-09 | Merge pull request #2478 from sipa/fullhash | Gavin Andresen |
2013-04-08 | Merge pull request #2272 from gavinandresen/getbalancefix | Gavin Andresen |
2013-04-07 | Always print full hashes (tx, block, inv) | Pieter Wuille |
2013-04-03 | Clean up shutdown process | Gavin Andresen |
2013-02-22 | Merge pull request #2312 from gmaxwell/random_random | Gavin Andresen |
2013-02-22 | Merge pull request #1974 from kjj2/walletnotify | Gavin Andresen |
2013-02-18 | Internal RNG for approximateBestSubset to prevent degenerate behavior. | Gregory Maxwell |
2013-02-05 | Make transactions larger than 100K non-standard | Gavin Andresen |
2013-02-04 | Fix getbalance discrepency | Gavin Andresen |
2013-01-30 | Correctly randomize change output position | Gavin Andresen |
2013-01-26 | Merge pull request #2182 from gavinandresen/addressoracle | Gavin Andresen |
2013-01-21 | Merge pull request #1872 from gmaxwell/listaddrnotmine | Gregory Maxwell |
2013-01-16 | Replace RelayMessage with RelayTransaction. | Matt Corallo |
2013-01-15 | Remove IsFromMe() check in CTxMemPool::accept() | Gavin Andresen |
2012-12-26 | If the prio. will be enough after the next block don't force fees. | Gregory Maxwell |
2012-12-14 | In listaddressgroupings push down the IsMine check to run on each input. | Gregory Maxwell |