aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen2011-12-191-3/+11
| * | | OP_EVAL implementationGavin Andresen2011-12-191-2/+20
| * | | Support 3 new multisignature IsStandard transactionsGavin Andresen2011-12-191-5/+4
* | | | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-191-1/+1
|/ / /
* | | Key import and exportPieter Wuille2011-12-171-0/+10
* | | Preparations for key import/exportPieter Wuille2011-12-171-1/+45
* | | Make CWalletTx::pwallet privatePieter Wuille2011-12-171-3/+3
* | | Implement an mlock()'d string class for storing passphrasesDylan Noblesmith2011-11-261-3/+3
| |/ |/|
* | Never remove database files on shutdown, it caused unreadable wallets on some...Gavin Andresen2011-11-201-3/+1
* | Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6Gavin Andresen2011-11-171-2/+3
* | Create new keypool for newly encrypted wallets.Gavin Andresen2011-11-171-1/+32
* | Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen2011-11-151-7/+14
* | ResilveringPieter Wuille2011-11-141-0/+10
* | Some extra commentsPieter Wuille2011-11-071-0/+6
* | Add returns to avoid annoying compile-time warnings.Matt Corallo2011-10-251-0/+1
* | remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider2011-09-301-1/+0
* | update to work with new lock system, add protocol.* to build systemWladimir J. van der Laan2011-09-021-1/+1
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-021-122/+117
|\|
| * obtain cs_wallet mutex to protect vchDefaultKeyGavin Andresen2011-09-011-9/+12
| * Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...Gavin Andresen2011-09-011-7/+24
| * Fixed potential deadlocks in GUI code.Gavin Andresen2011-08-311-16/+0
| * Fix rpc-hanging deadlocksGavin Andresen2011-08-311-109/+100
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-161-1/+2
|\|
| * Unify copyright notices.Matt Corallo2011-08-091-1/+2
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-07-271-1/+1
|\|
| * Bugfix: don't overuse limited ExtractAddressPieter Wuille2011-07-261-1/+1
* | Merge remote branch 'upstream/master'Wladimir J. van der Laan2011-07-261-32/+33
|\|
| * Merge pull request #403 from sipa/cbitcoinaddressJeff Garzik2011-07-241-29/+22
| |\
| | * Use CBitcoinAddress instead of string/uint160Pieter Wuille2011-07-171-24/+20
| | * get rid of mapPubKeysPieter Wuille2011-07-171-6/+3
| * | Fix for small change outputsPieter Wuille2011-07-241-3/+11
| |/
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-07-151-32/+243
|\|
| * Fix Build in GetReservedKey() in wallet.cppMatt Corallo2011-07-141-1/+1
| * Generate Warning when using default key.Matt Corallo2011-07-141-0/+3
| * Fix crashes when a wallet is locked and GetReservedKey() is calledMatt Corallo2011-07-141-1/+4
| * Merge pull request #406 from muggenhor/warning-fixesJeff Garzik2011-07-131-0/+1
| |\
| | * fix warning: control reaches end of non-void function [-Wreturn-type]Giel van Schijndel2011-07-131-0/+1
| * | Bugfix: add autogenerated addresses to address bookPieter Wuille2011-07-131-0/+3
| |/
| * Update CWallet::LoadWallet for proper return type.Jeff Garzik2011-07-131-3/+3
| * fix warning: unused variable 'X' [-Wunused-variable]Giel van Schijndel2011-07-131-3/+0
| * Merge pull request #381 from TheBlueMatt/nminversionJeff Garzik2011-07-121-2/+3
| |\
| | * Add minversion to wallet.Matt Corallo2011-07-051-2/+3
| * | Make an invalid addrIncoming so that old clients crash.Matt Corallo2011-07-131-0/+15
| * | Use DB Transactions when encrypting wallet.Matt Corallo2011-07-131-6/+25
| * | Set the number of SHA512 rounds based on the speed of the computer.Matt Corallo2011-07-131-0/+26
| * | Add wallet privkey encryption.Matt Corallo2011-07-131-20/+162
| * | Prepare codebase for Encrypted Keys.Pieter Wuille2011-07-081-4/+5
| * | Fix synchronization of default keyPieter Wuille2011-07-051-10/+14
| |/
| * Fix AddressBook syncrhonization between a CWallet and CWalletDBStéphane Gimenez2011-06-271-0/+18
| * Fix segfault when creating new walletPieter Wuille2011-06-261-9/+3