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.h
Age
Commit message (
Expand
)
Author
2012-01-13
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-09
Remove unused definition
Pieter Wuille
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-19
Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript
Gavin Andresen
2011-12-19
OP_EVAL implementation
Gavin Andresen
2011-12-17
Key import and export
Pieter Wuille
2011-12-17
Preparations for key import/export
Pieter Wuille
2011-12-17
Make CWalletTx::pwallet private
Pieter Wuille
2011-11-26
Implement an mlock()'d string class for storing passphrases
Dylan Noblesmith
2011-11-17
Create new keypool for newly encrypted wallets.
Gavin Andresen
2011-11-07
Some extra comments
Pieter Wuille
2011-09-02
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-01
Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...
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-26
Merge remote branch 'upstream/master'
Wladimir J. van der Laan
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-13
Update CWallet::LoadWallet for proper return type.
Jeff Garzik
2011-07-13
Use DB Transactions when encrypting wallet.
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
Fix synchronization of default key
Pieter Wuille
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-15
CWallet class
Pieter Wuille
2011-06-15
move wallet code to separate file
Pieter Wuille