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
2013-06-22
Add GetKeyBirthTimes to wallet
Pieter Wuille
2013-06-20
Refactor keytime/metadata and wallet encryption bugfix
Pieter Wuille
2013-06-13
Remove broken option to skip input checking for wallet txn.
Matt Corallo
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
Get rid of db dependencies on main
Eric Lombrozo
2013-05-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
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
CreateTransaction: return strFailReason on failure
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-07
Always print full hashes (tx, block, inv)
Pieter Wuille
2013-04-03
Clean up shutdown process
Gavin Andresen
2012-12-12
Merge pull request #1861 from jgarzik/coinlock
Gavin Andresen
2012-11-16
Merge pull request #2009 from sipa/fixmove
Gavin Andresen
2012-11-15
Add new RPC "lockunspent", to prevent spending of selected outputs
Jeff Garzik
2012-11-14
Prevent RPC 'move' from deadlocking
Pieter Wuille
2012-11-13
add CWalletTx::GetImmatureCredit() and use it in CWallet::GetImmatureBalance()
Philip Kaufmann
2012-10-20
Transaction hash caching
Pieter Wuille
2012-10-20
Batch block connection during IBD
Pieter Wuille
2012-10-20
Ultraprune
Pieter Wuille
2012-10-08
Handle corrupt wallets gracefully.
Gavin Andresen
2012-09-18
Trim trailing whitespace for src/*.{h,cpp}
Jeff Garzik
2012-09-18
Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoin
Gavin Andresen
2012-09-08
Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db
Luke Dashjr
2012-09-02
Merge pull request #1774 from luke-jr/refactor_times
Gavin Andresen
2012-09-02
Bugfix: Require OrderedTxItems to provide properly scoped accounting entry list
Luke Dashjr
2012-08-24
Merge pull request #1672 from gmaxwell/filter_listunspent
Gregory Maxwell
2012-08-24
Change CWallet addressgrouping to use CTxDestination instead of strings.
Gregory Maxwell
2012-08-24
Avoid leaving return types or function attributes on their own lines.
Gregory Maxwell
2012-08-23
Treat generation (mined) transactions less different from receive transactions
Luke Dashjr
2012-08-23
Add txout address filtering to listunspent.
Gregory Maxwell
2012-08-23
Add address groupings RPC from the coincontrol patches.
coderrr
2012-08-23
Choose reasonable "smart" times to display for transactions
Luke Dashjr
2012-08-23
Store a fixed order of transactions (and accounting) in the wallet
Luke Dashjr
2012-07-05
Implement raw transaction RPC calls
Gavin Andresen
2012-06-29
Fix a few typos
fanquake
2012-06-04
Refactor SelectCoinsMinConf() and add unit tests.
Chris Moore
2012-06-02
Merge pull request #837 from sje397/ShowImmatureBalance
Wladimir J. van der Laan
2012-05-25
Added 'immature balance' for miners. Only displayed if the balance is greater...
sje397
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-20
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
Process address book updates incrementally
Wladimir J. van der Laan
2012-05-20
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-20
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-18
Update License in File Headers
Fordy
2012-05-03
remove obsolete BackupWallet() entry in wallet.h
Philip Kaufmann
2012-04-21
Remove no-longer used UI hints in bitcoin core
Wladimir J. van der Laan
[next]