index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet.cpp
Age
Commit message (
Expand
)
Author
2011-10-25
Add returns to avoid annoying compile-time warnings.
Matt Corallo
2011-09-30
remove cryptopp dependency, add simple unittest for SHA256Transform()
Nils Schneider
2011-09-02
update to work with new lock system, add protocol.* to build system
Wladimir J. van der Laan
2011-09-02
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-01
obtain cs_wallet mutex to protect vchDefaultKey
Gavin Andresen
2011-09-01
Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...
Gavin Andresen
2011-08-31
Fixed potential deadlocks in GUI code.
Gavin Andresen
2011-08-31
Fix rpc-hanging deadlocks
Gavin Andresen
2011-08-16
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-09
Unify copyright notices.
Matt Corallo
2011-07-27
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-07-26
Bugfix: don't overuse limited ExtractAddress
Pieter Wuille
2011-07-26
Merge remote branch 'upstream/master'
Wladimir J. van der Laan
2011-07-24
Merge pull request #403 from sipa/cbitcoinaddress
Jeff Garzik
2011-07-24
Fix for small change outputs
Pieter Wuille
2011-07-17
Use CBitcoinAddress instead of string/uint160
Pieter Wuille
2011-07-17
get rid of mapPubKeys
Pieter Wuille
2011-07-15
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-07-14
Fix Build in GetReservedKey() in wallet.cpp
Matt Corallo
2011-07-14
Generate Warning when using default key.
Matt Corallo
2011-07-14
Fix crashes when a wallet is locked and GetReservedKey() is called
Matt Corallo
2011-07-13
Merge pull request #406 from muggenhor/warning-fixes
Jeff Garzik
2011-07-13
fix warning: control reaches end of non-void function [-Wreturn-type]
Giel van Schijndel
2011-07-13
Bugfix: add autogenerated addresses to address book
Pieter Wuille
2011-07-13
Update CWallet::LoadWallet for proper return type.
Jeff Garzik
2011-07-13
fix warning: unused variable 'X' [-Wunused-variable]
Giel van Schijndel
2011-07-12
Merge pull request #381 from TheBlueMatt/nminversion
Jeff Garzik
2011-07-13
Make an invalid addrIncoming so that old clients crash.
Matt Corallo
2011-07-13
Use DB Transactions when encrypting wallet.
Matt Corallo
2011-07-13
Set the number of SHA512 rounds based on the speed of the computer.
Matt Corallo
2011-07-13
Add wallet privkey encryption.
Matt Corallo
2011-07-11
Show unconfirmed balance on overview page
Wladimir J. van der Laan
2011-07-08
Prepare codebase for Encrypted Keys.
Pieter Wuille
2011-07-07
Sync to bitcoin git e94010b2395694d56dd6
Wladimir J. van der Laan
2011-07-05
Add minversion to wallet.
Matt Corallo
2011-07-05
Fix synchronization of default key
Pieter Wuille
2011-07-04
as there is no "default receiving address" in this GUI, don't autogenerate ne...
Wladimir J. van der Laan
2011-06-27
Fix AddressBook syncrhonization between a CWallet and CWalletDB
Stéphane Gimenez
2011-06-26
update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)
Wladimir J. van der Laan
2011-06-26
Fix segfault when creating new wallet
Pieter Wuille
2011-06-20
Bugfixes walletclass
Pieter Wuille
2011-06-18
CWalletTx::GetAmounts(): pass NULL for CKeyStore*, rather than false
Jeff Garzik
2011-06-15
CWallet class
Pieter Wuille
2011-06-15
move wallet code to separate file
Pieter Wuille