aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert NACK'd fixes for 0.7.2.Luke Dashjr2012-11-161-4/+4
* Prevent RPC 'move' from deadlockingPieter Wuille2012-11-161-3/+7
* Merge branch '0.6.x' into 0.7.xLuke Dashjr2012-11-141-4/+4
|\
| * Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-11-141-4/+4
| |\
| | * Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-11-141-4/+4
| | |\
| | | * fix some double-spaces in stringsPhilip Kaufmann2012-11-121-4/+4
| * | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-09-071-1/+1
| |\| |
| | * | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-09-061-1/+1
| | |\|
| | | * Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-09-061-1/+1
| | | |\
| | | | * Correct LoadWallet() return value (false -> DB_LOAD_OK)xanatos2012-09-061-1/+1
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-08-121-2/+2
| |\| | |
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-08-121-2/+2
| | |\| |
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-08-121-2/+2
| | | |\|
| | | | * Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-121-2/+2
| | | | * Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2012-06-141-1/+1
| | | * | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2012-06-141-1/+1
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-05-221-1/+2
| | | |\|
| | | | * Update License in File HeadersFordy2012-05-201-1/+1
| | | | * Always check return values of TxnBegin() and TxnCommit()Jeff Garzik2012-05-181-1/+2
| | | * | Update License in File HeadersFordy2012-05-201-1/+1
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-04-221-7/+7
| | | |\|
| | | | * Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik2012-04-171-7/+7
| | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-04-151-0/+2
| | | |\|
| | | | * fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan2012-04-151-0/+2
| | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-03-031-1/+1
| | | |\|
| | | | * Free pwalletdbEncryption after encryping walletPieter Wuille2012-02-271-1/+1
| | | | * 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/rewriteGavin 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-151-0/+10
| | | | * Add returns to avoid annoying compile-time warnings.Matt Corallo2011-11-021-0/+1
| | | * | Implement an mlock()'d string class for storing passphrasesDylan Noblesmith2011-12-201-3/+3
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-05-221-1/+2
| |\| | |
| | * | | Update License in File HeadersFordy2012-05-201-1/+1
| | * | | Always check return values of TxnBegin() and TxnCommit()Jeff Garzik2012-05-181-1/+2
| | * | | Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik2012-04-171-7/+7
| | * | | fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan2012-04-151-0/+2
| * | | | Update License in File HeadersFordy2012-05-201-1/+1
* | | | | Handle corrupt wallets gracefully.Gavin Andresen2012-10-081-3/+5
* | | | | fix -Wformat warnings all over the sourcePhilip Kaufmann2012-10-011-3/+3
* | | | | Merge pull request #1717 from Diapolo/Qt_change_TX_displayWladimir J. van der Laan2012-09-201-1/+1
|\ \ \ \ \
| * | | | | Qt: show mined transactions at depth 1Philip Kaufmann2012-08-241-1/+1
* | | | | | Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoinGavin Andresen2012-09-181-1/+8
|\ \ \ \ \ \
| * | | | | | Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr2012-09-081-1/+8
* | | | | | | Correct LoadWallet() return value (false -> DB_LOAD_OK)xanatos2012-09-051-1/+1
* | | | | | | Merge pull request #1738 from laanwj/2012_08_boostthreadJeff Garzik2012-09-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Rename CreateThread to NewThreadWladimir J. van der Laan2012-08-291-1/+1
* | | | | | | | Merge pull request #1774 from luke-jr/refactor_timesGavin Andresen2012-09-021-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | Bugfix: Require OrderedTxItems to provide properly scoped accounting entry listLuke Dashjr2012-09-021-4/+4