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-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
2012-04-21
change type of various bare chars to bool that are only used as bool (and nev...
Wladimir J. van der Laan
2012-04-17
Further reduce header dependencies
Pieter Wuille
2012-04-17
Remove headers.h
Pieter Wuille
2012-04-15
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-04-15
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
Wladimir J. van der Laan
2012-04-09
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-03-26
Begin doxygen-compatible comments
Pieter Wuille
2012-03-22
Introduce explicit -walletupgrade option
Pieter Wuille
2012-02-18
Move GenerateNewKey back to CWallet
Pieter Wuille
2012-02-18
Add SetMinVersion to CWallet
Pieter Wuille
2012-02-07
Update all copyrights to 2012
Gavin Andresen
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
[prev]
[next]